@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.37 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 20 20'
}
export default defineComponent({
name: 'PinOff20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M2.854 2.146a.5.5 0 1 0-.708.708l4.75 4.75l-2.878 1.15a1 1 0 0 0-.335 1.636L6.293 13L3 16.293V17h.707L7 13.707l2.61 2.61a1 1 0 0 0 1.636-.335l1.15-2.878l4.75 4.75a.5.5 0 0 0 .708-.708l-15-15zm8.774 10.189l-1.31 3.275L4.39 9.683l3.275-1.31l3.963 3.962zm1.329-1.622a2.553 2.553 0 0 0-.08.042l.743.744l3.242-1.621a2 2 0 0 0 .52-3.203l-4.057-4.057a2 2 0 0 0-3.203.52L8.502 6.38l.743.744c.015-.027.029-.053.042-.08l1.73-3.459a1 1 0 0 1 1.601-.26l4.057 4.057a1 1 0 0 1-.26 1.602l-3.458 1.729z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})