@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 2.26 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'Fps6024Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_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-.007zM8 3a3 3 0 0 1 2.996 2.823l.005.176v.172a.75.75 0 0 1-1.493.102l-.006-.102V6l-.007-.145a1.5 1.5 0 0 0-2.988.002l-.007.145V7.4a3 3 0 1 1-1.496 2.776L5 9.998L5 6.002A3.002 3.002 0 0 1 8 3zm7.006 0a2.994 2.994 0 0 1 2.989 2.82l.005.175v4.01a2.995 2.995 0 0 1-2.818 2.99l-.176.004l-.188-.005a2.995 2.995 0 0 1-2.813-2.813L12 10.005v-4.01a2.995 2.995 0 0 1 2.818-2.99l.188-.004zM8 8.499a1.5 1.5 0 0 0-1.494 1.357l-.006.144A1.502 1.502 0 1 0 8 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.494z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})