@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.86 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BoxArrowLeft24Regular',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.createElementVNode)('path', {
d: 'M10.591 2.513a3.75 3.75 0 0 1 2.818 0l7.498 3.04A1.75 1.75 0 0 1 22 7.175v5.635a6.52 6.52 0 0 0-1.5-1.077v-3.96l-7.75 2.992v2.298a6.492 6.492 0 0 0-1.5 2.645v-4.944L3.5 7.75v9.078a.25.25 0 0 0 .156.231l7.499 3.04c.031.013.063.025.095.036l.189.076c.059.024.118.044.179.06c.248.526.565 1.014.94 1.451a3.75 3.75 0 0 1-1.967-.233l-7.498-3.04A1.75 1.75 0 0 1 2 16.827V7.176a1.75 1.75 0 0 1 1.093-1.622l7.498-3.04zm2.254 1.39a2.25 2.25 0 0 0-1.69 0L9.24 4.68l7.527 2.927l2.67-1.03l-6.593-2.673zM4.59 6.564l7.411 2.883l2.69-1.04L7.216 5.5L4.59 6.564zm12.91 5.437a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11zm-3.498 5.458l.015-.086l.02-.063l.035-.067l.032-.048l2.542-2.548l.07-.057a.5.5 0 0 1 .695.695l-.057.07l-1.648 1.647L21 17.001l.09.008a.5.5 0 0 1 .402.402l.008.09l-.008.09a.5.5 0 0 1-.402.402L21 18l-5.292.001l1.646 1.645l.057.07a.5.5 0 0 1 0 .568l-.057.07l-.07.057a.5.5 0 0 1-.568 0l-.07-.057l-2.512-2.513l-.045-.056l-.042-.074l-.03-.083l-.012-.06l-.005-.056l.002-.054z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})