hino / app / components / custom / icon / arrow-left-short.js
arrow-left-short.js
Raw
import Component from '@ember/component';

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