@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.99 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: 'PuzzlePieceShield20Regular',
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 14.502v-1.787c.177.074.358.144.544.208c.148.052.302.077.456.077v1.502a.5.5 0 0 0 .5.5L9.498 15l.003.749a1.25 1.25 0 0 0 2.5.002L11.998 15h3.503a.5.5 0 0 0 .5-.5L16 12.249l-.771.002l-.164-.007a2.254 2.254 0 0 1-2.066-2.263l.007-.164a2.25 2.25 0 0 1 2.242-2.066L16 7.749V5.502a.5.5 0 0 0-.41-.492l-.09-.008L12.5 5V4.25a1.25 1.25 0 0 0-1.847-1.099a1.379 1.379 0 0 0-1.003-.483a2.243 2.243 0 0 1 1.446-.663L11.249 2c1.139 0 2.08.846 2.23 1.945l.005.056H15.5a1.5 1.5 0 0 1 1.493 1.356l.007.145L17 8.749l-1.751.001c-.652 0-1.194.502-1.245 1.127L14 10c0 .652.501 1.193 1.127 1.245l.122.005L17 11.249V14.5a1.5 1.5 0 0 1-1.5 1.5h-2.515l-.005.054a2.251 2.251 0 0 1-2.075 1.94L10.75 18a2.25 2.25 0 0 1-2.23-1.944l-.006-.055H6.5a1.5 1.5 0 0 1-1.494-1.355l-.006-.144zM8 3.347a4.056 4.056 0 0 0 1.6.32c.193 0 .355.142.392.332l.008.084v2.501c0 2.682-1.313 4.506-3.874 5.395a.385.385 0 0 1-.252 0c-.726-.252-1.35-.579-1.875-.979a4.962 4.962 0 0 1-.989-1c-.626-.85-.964-1.903-1.006-3.15L2 6.584v-2.5c0-.23.18-.417.4-.417c1.223 0 2.323-.51 3.318-1.545a.389.389 0 0 1 .566 0c.54.563 1.11.97 1.716 1.225z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})