@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.59 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: 'PositionForward24Regular',
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: 'M18.75 22A3.25 3.25 0 0 0 22 18.75v-8a3.25 3.25 0 0 0-3.25-3.25H17.5V9h1.25c.966 0 1.75.784 1.75 1.75v8a1.75 1.75 0 0 1-1.75 1.75h-8A1.75 1.75 0 0 1 9 18.75V17.5H7.5v1.25A3.25 3.25 0 0 0 10.75 22h8zm-5.5-5.5a3.25 3.25 0 0 0 3.25-3.25v-8A3.25 3.25 0 0 0 13.25 2h-8A3.25 3.25 0 0 0 2 5.25v8a3.25 3.25 0 0 0 3.25 3.25h8zM15 13.25A1.75 1.75 0 0 1 13.25 15h-.78L15 12.47v.78zm0-2.781L10.469 15h-2L15 8.469v2zM6.348 15H5.25c-.231 0-.452-.045-.655-.127L14.873 4.595c.082.203.127.424.127.655v1.098L6.348 15zm-2.77-1.23a1.75 1.75 0 0 1-.078-.52v-1.281L11.969 3.5h1.281c.18 0 .355.027.52.078L3.577 13.77zM3.5 9.847V7.969L7.969 3.5h1.879L3.5 9.848zm0-4V5.25c0-.966.784-1.75 1.75-1.75h.598L3.5 5.848z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})