hino / app / components / custom / icon / bell-fill.js
bell-fill.js
Raw
import Component from '@ember/component';

export default Component.extend({
    init() {
        this._super(...arguments)
    },
    width : 1,
    height: 1,
    currentColor : "#000"
});