@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.53 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: 'Fps96024Regular',
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: 'M11.75 15a2.25 2.25 0 0 1 .154 4.494l-.154.005H11v1.75a.75.75 0 0 1-.648.743L10.25 22a.75.75 0 0 1-.743-.648l-.007-.102v-5.5a.75.75 0 0 1 .648-.743l.102-.007h1.5zM18 15a2 2 0 0 1 2 2a.75.75 0 0 1-1.493.101l-.007-.102a.5.5 0 0 0-.41-.492L18 16.5h-.625a.625.625 0 0 0-.092 1.243l.092.007h.5a2.125 2.125 0 0 1 .152 4.245l-.152.005h-.625a2 2 0 0 1-2-2a.75.75 0 0 1 1.493-.102l.007.102a.5.5 0 0 0 .41.492l.09.008h.625a.625.625 0 0 0 .092-1.243l-.092-.007h-.5a2.125 2.125 0 0 1-.152-4.244l.152-.006H18zM7.75 15a.75.75 0 0 1 .102 1.492l-.102.007H5.5V18l1.75.001a.75.75 0 0 1 .102 1.493l-.102.007H5.5v1.728a.75.75 0 0 1-.648.744l-.102.006a.75.75 0 0 1-.743-.648L4 21.23v-5.48a.75.75 0 0 1 .648-.744l.102-.007h3zm4 1.5H11V18h.75a.75.75 0 0 0 .102-1.494l-.102-.007zM12 3a3 3 0 0 1 2.996 2.823l.006.176v.172a.75.75 0 0 1-1.494.102l-.006-.102V6l-.007-.145a1.5 1.5 0 0 0-2.988.002l-.007.145V7.4a3 3 0 1 1-1.496 2.776L9 9.998L9 6.002A3.002 3.002 0 0 1 12 3zM5 3a3 3 0 0 1 2.996 2.824L8 6.001L8 9.998a3 3 0 0 1-5.996.177l-.006-.177v-.17a.75.75 0 0 1 1.494-.1l.006.1v.17a1.5 1.5 0 0 0 2.995.145l.007-.145V8.6A3 3 0 1 1 5 3zm14.006 0a2.994 2.994 0 0 1 2.989 2.82l.005.175v4.01a2.994 2.994 0 0 1-2.818 2.99l-.176.004l-.188-.005a2.995 2.995 0 0 1-2.813-2.813L16 10.005v-4.01a2.995 2.995 0 0 1 2.818-2.99l.188-.004zM12 8.499a1.5 1.5 0 0 0-1.494 1.357l-.006.144a1.502 1.502 0 0 0 3 0A1.5 1.5 0 0 0 12 8.5zm7.006-3.997h-.012c-.776 0-1.415.592-1.487 1.35l-.007.144v4.01c0 .777.593 1.415 1.35 1.487l.144.007l.156-.007a1.495 1.495 0 0 0 1.343-1.343l.007-.144v-4.01c0-.825-.669-1.494-1.494-1.494zM5 4.5a1.5 1.5 0 1 0 1.494 1.645l.006-.144A1.502 1.502 0 0 0 5 4.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})