caret-left.js 289 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 import Icon from '../components/Icon.vue' Icon.register({ 'caret-left': { width: 192, height: 512, paths: [ { d: 'M192 127.3v257.3c0 17.8-21.5 26.7-34.1 14.1l-128.7-128.7c-7.8-7.8-7.8-20.5 0-28.3l128.7-128.7c12.6-12.6 34.1-3.7 34.1 14.1z' } ] } })