@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.82 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'PuzzlePiece20Regular',
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.096 2.005a2.25 2.25 0 0 0-2.075 1.94L9.014 4H6.502l-.145.007a1.5 1.5 0 0 0-1.355 1.494L5 7.765l-.057.006A2.25 2.25 0 0 0 3 10.002l.005.154a2.25 2.25 0 0 0 1.94 2.075l.056.005v2.266l.008.144a1.5 1.5 0 0 0 1.493 1.355h2.014l.006.055A2.25 2.25 0 0 0 10.752 18l.154-.005a2.25 2.25 0 0 0 2.075-1.94l.005-.054h2.516a1.5 1.5 0 0 0 1.5-1.5L17 11.25l-1.751.001l-.123-.005A1.246 1.246 0 0 1 14 10l.005-.123A1.246 1.246 0 0 1 15.25 8.75L17 8.749l.002-3.247l-.007-.145a1.5 1.5 0 0 0-1.493-1.356h-2.017l-.005-.056A2.25 2.25 0 0 0 11.25 2l-.154.005zM11.25 3c.69 0 1.25.56 1.25 1.25V5l3.002.002l.09.008a.5.5 0 0 1 .41.492L16 7.748l-.751.001a2.25 2.25 0 0 0-2.243 2.066L13 9.98c0 1.194.902 2.168 2.066 2.263l.164.007l.771-.002v2.254a.5.5 0 0 1-.5.5L12 15l.003.75a1.25 1.25 0 0 1-2.5-.001L9.499 15l-2.997.002a.5.5 0 0 1-.5-.5L6 11.25l-.752.002a1.25 1.25 0 0 1 .001-2.5L6 8.75l.002-3.248a.5.5 0 0 1 .5-.5L10 5V4.25c0-.69.56-1.25 1.25-1.25z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})