UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.88 kB
'use strict' 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: 'Bug24Filled', 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: 'M14.25 2.002a.75.75 0 0 1 .743.648l.007.102v.752c0 .633-.196 1.22-.53 1.704a3.75 3.75 0 0 1 2.521 3.29h.256a2.25 2.25 0 0 0 2.24-2.259l-.006-1.485a.75.75 0 0 1 1.5-.007l.007 1.486a3.75 3.75 0 0 1-3.536 3.76l-.214.006L17 9.998V11.5h4.253a.75.75 0 0 1 .743.649l.007.102a.75.75 0 0 1-.648.743l-.102.007H17V15h.238l.214.007a3.75 3.75 0 0 1 3.531 3.56l.005.2l-.007 1.485a.75.75 0 0 1-1.493.095l-.007-.102l.007-1.485a2.25 2.25 0 0 0-2.087-2.254l-.154-.005h-.476a5.002 5.002 0 0 1-9.542 0H6.74A2.25 2.25 0 0 0 4.5 18.76l.005 1.485a.75.75 0 1 1-1.5.007L3 18.766a3.75 3.75 0 0 1 3.535-3.76l.215-.005L7 15v-2H2.75a.75.75 0 0 1-.743-.648L2 12.251a.75.75 0 0 1 .648-.744l.102-.006L7 11.5V9.998h-.25l-.215-.005a3.75 3.75 0 0 1-3.53-3.56L3 6.232l.006-1.486A.75.75 0 0 1 4.5 4.652l.006.102L4.5 6.239a2.25 2.25 0 0 0 2.087 2.254l.154.006h.268A3.753 3.753 0 0 1 9.53 5.206a2.968 2.968 0 0 1-.524-1.494L9 3.504v-.752a.75.75 0 0 1 1.493-.102l.007.102v.752a1.5 1.5 0 0 0 2.993.145l.007-.145v-.752a.75.75 0 0 1 .75-.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })