@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.43 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: 'Fps3024Regular',
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: 'M8.125 4.5h-.25c-.449 0-.847.215-1.098.548c-.181.24-.433.452-.733.452c-.54 0-.965-.489-.712-.967A2.875 2.875 0 0 1 7.875 3h.25a2.875 2.875 0 0 1 1.937 5a2.875 2.875 0 0 1-1.937 5h-.25a2.875 2.875 0 0 1-2.543-1.533c-.253-.478.171-.967.712-.967c.3 0 .552.212.733.452c.25.333.65.548 1.098.548h.25a1.375 1.375 0 1 0 0-2.75H8a.75.75 0 0 1 0-1.5h.125a1.375 1.375 0 0 0 0-2.75zM14 17.25A2.25 2.25 0 0 0 11.75 15h-1.5l-.102.007a.75.75 0 0 0-.648.743v5.5l.007.102a.75.75 0 0 0 .743.648l.102-.007A.75.75 0 0 0 11 21.25V19.5h.75l.154-.005A2.25 2.25 0 0 0 14 17.25zm-3-.75h.75l.102.007A.75.75 0 0 1 11.75 18H11v-1.5zm9 .5a2 2 0 0 0-2-2h-.625l-.152.005a2.125 2.125 0 0 0 .152 4.245h.5l.092.007a.625.625 0 0 1-.092 1.243h-.625l-.09-.008a.5.5 0 0 1-.41-.492l-.007-.102A.75.75 0 0 0 15.25 20a2 2 0 0 0 2 2h.625l.152-.005a2.125 2.125 0 0 0-.152-4.245h-.5l-.092-.007a.625.625 0 0 1 .092-1.243H18l.09.008a.5.5 0 0 1 .41.492l.007.102A.75.75 0 0 0 20 17zM8.5 15.75a.75.75 0 0 0-.75-.75h-3l-.102.007A.75.75 0 0 0 4 15.75v5.481l.007.102a.75.75 0 0 0 .743.648l.102-.007a.75.75 0 0 0 .648-.743v-1.729h1.75l.102-.006a.75.75 0 0 0-.102-1.493H5.5v-1.504l2.25.001l.102-.007a.75.75 0 0 0 .648-.743zm9.495-9.93a2.994 2.994 0 0 0-2.99-2.818l-.187.005A2.995 2.995 0 0 0 12 5.996v4.01l.005.176a2.995 2.995 0 0 0 2.813 2.813l.188.005l.176-.005A2.995 2.995 0 0 0 18 10.005v-4.01l-.005-.175zm-3-1.318h.01c.826 0 1.495.669 1.495 1.494v4.01l-.007.144a1.495 1.495 0 0 1-1.343 1.343l-.156.007l-.144-.007a1.495 1.495 0 0 1-1.35-1.487v-4.01l.007-.144c.072-.758.71-1.35 1.487-1.35z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})