@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.17 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 28 28'
}
export default defineComponent({
name: 'Pin28Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M19.039 3.478c-1.59-1.59-4.274-1.124-5.236.907l-2.553 5.39a1.75 1.75 0 0 1-.953.884l-4.13 1.588a1.75 1.75 0 0 0-.61 2.871L8.69 18.25L3 23.94V25h1.06l5.69-5.69l3.132 3.132a1.75 1.75 0 0 0 2.87-.61l1.589-4.13c.161-.419.478-.76.884-.953l5.39-2.553c2.031-.962 2.496-3.646.907-5.235l-5.483-5.483z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})