@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.41 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Pin28Regular',
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: 'M13.803 4.385c.963-2.031 3.647-2.496 5.236-.907l5.483 5.483c1.589 1.59 1.124 4.273-.907 5.235l-5.39 2.553a1.75 1.75 0 0 0-.884.954l-1.589 4.13a1.75 1.75 0 0 1-2.87.609L9.75 19.31L4.06 25H3v-1.06l5.69-5.69l-3.132-3.132a1.75 1.75 0 0 1 .609-2.87l4.13-1.59c.42-.16.761-.477.953-.883l2.553-5.39zm4.175.154a1.75 1.75 0 0 0-2.819.488l-2.553 5.39a3.25 3.25 0 0 1-1.77 1.642l-4.13 1.588a.25.25 0 0 0-.088.41l7.324 7.324a.25.25 0 0 0 .41-.087l1.589-4.13a3.25 3.25 0 0 1 1.642-1.77l5.39-2.553a1.75 1.75 0 0 0 .488-2.82L17.978 4.54z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})