@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.42 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 16 16'
}
export default defineComponent({
name: 'NotePin16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M6.611 1.46l1.927 1.927a1.5 1.5 0 0 1-.404 2.41l-1.647.802a1 1 0 0 0-.507.572L5.6 8.273a1 1 0 0 1-1.653.38L3 7.706L1.707 8.998H1v-.707L2.293 7l-.948-.948a1 1 0 0 1 .38-1.652l1.102-.38A1 1 0 0 0 3.4 3.51l.802-1.647a1.5 1.5 0 0 1 2.41-.404zM2 11.5V9.927l.954-.954l.431.43c.95.95 2.565.578 3.004-.691l.442-1.28l1.891-.921a2.272 2.272 0 0 0 .612-3.65L8.473 2H11.5A2.5 2.5 0 0 1 14 4.5V8h-3.5A2.5 2.5 0 0 0 8 10.5V14H4.5A2.5 2.5 0 0 1 2 11.5zm7 2.359a2.5 2.5 0 0 0 .94-.591l3.328-3.329a2.5 2.5 0 0 0 .59-.939H10.5A1.5 1.5 0 0 0 9 10.5v3.359z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})