@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.48 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'PinOff48Regular',
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: 'M16.709 18.477L4.616 6.384a1.25 1.25 0 1 1 1.768-1.768l37 37a1.25 1.25 0 0 1-1.768 1.768L29.524 31.292l-2.16 6.25c-.663 1.92-3.107 2.483-4.543 1.047L17 32.769L7.768 42H6v-1.767L15.232 31l-5.82-5.82c-1.437-1.436-.874-3.88 1.046-4.544l6.25-2.16zm10.849 10.849l-8.884-8.883l-7.4 2.556a.25.25 0 0 0-.095.413l13.41 13.409c.13.13.352.08.413-.095l2.556-7.4zm12.54-7.772l-8.828 4.414l1.864 1.863l8.082-4.04c2.9-1.45 3.527-5.316 1.234-7.608L31.817 5.55c-2.292-2.292-6.157-1.665-7.607 1.235l-4.04 8.081l1.863 1.864l4.413-8.827a2.25 2.25 0 0 1 3.604-.585l10.632 10.633a2.25 2.25 0 0 1-.584 3.603z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})