@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.48 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: 'Fps12024Regular',
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: 'M5.996 3.75a.75.75 0 0 0-1.36-.435l-.002.002l-.01.012a6.364 6.364 0 0 1-.185.247c-.129.166-.314.396-.535.647c-.455.517-1.017 1.07-1.54 1.384a.75.75 0 0 0 .772 1.286c.489-.293.959-.704 1.36-1.107v6.464a.75.75 0 0 0 1.5 0v-8.5zm3.492 1.636a.75.75 0 0 1-1.478-.26v-.001l.001-.002v-.005l.003-.01a1.363 1.363 0 0 1 .025-.112a2.617 2.617 0 0 1 .51-.976C9.008 3.47 9.784 3 11 3a3 3 0 0 1 3 3c0 1.022-.361 1.776-.9 2.364c-.475.518-1.088.902-1.605 1.226l-.096.06c-.574.36-1.038.666-1.374 1.062c-.184.217-.335.469-.427.788h3.652a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75c0-1.075.347-1.878.881-2.509c.508-.598 1.17-1.016 1.72-1.362l.029-.018c.575-.36 1.03-.646 1.364-1.01c.305-.333.506-.733.506-1.351A1.5 1.5 0 0 0 11 4.5c-.784 0-1.133.28-1.299.48a1.118 1.118 0 0 0-.21.396l-.003.01zm8.506-2.384A2.994 2.994 0 0 0 15 5.996v4.01A2.994 2.994 0 0 0 17.994 13h.012A2.994 2.994 0 0 0 21 10.006v-4.01a2.994 2.994 0 0 0-2.994-2.994h-.012zM16.5 5.996c0-.825.669-1.494 1.494-1.494h.012c.825 0 1.494.669 1.494 1.494v4.01c0 .825-.669 1.494-1.494 1.494h-.012a1.494 1.494 0 0 1-1.494-1.494v-4.01zM4 15.75a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5H5.5v1.503h1.75a.75.75 0 0 1 0 1.5H5.5v1.728a.75.75 0 0 1-1.5 0V15.75zm6.25-.75a.75.75 0 0 0-.75.75v5.5a.75.75 0 0 0 1.5 0V19.5h.75a2.25 2.25 0 1 0 0-4.5h-1.5zm1.5 3H11v-1.5h.75a.75.75 0 0 1 0 1.5zm3.5-.875c0-1.174.951-2.125 2.125-2.125H18a2 2 0 0 1 2 2a.75.75 0 0 1-1.5 0a.5.5 0 0 0-.5-.5h-.625a.625.625 0 1 0 0 1.25h.5a2.125 2.125 0 0 1 0 4.25h-.625a2 2 0 0 1-2-2a.75.75 0 0 1 1.5 0a.5.5 0 0 0 .5.5h.625a.625.625 0 1 0 0-1.25h-.5a2.125 2.125 0 0 1-2.125-2.125z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})