@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 16 16'
}
export default defineComponent({
name: 'Guitar16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M8.912 5.844l1.612-1.612l1.245 1.244l-1.612 1.612l.093.093a1.673 1.673 0 0 1-.435 2.68l-.488.244a.297.297 0 0 0-.159.324l.009.042a2.821 2.821 0 0 1-1.074 2.81a3.595 3.595 0 0 1-4.699-.334l-.351-.35a3.595 3.595 0 0 1-.334-4.7a2.821 2.821 0 0 1 2.81-1.074l.043.009a.297.297 0 0 0 .323-.158l.245-.489a1.673 1.673 0 0 1 2.679-.435l.093.094zm-2.62 3.864a1 1 0 1 0 1.415-1.415a1 1 0 0 0-1.414 1.415zm6.184-4.939L11.23 3.525l.685-.685a.48.48 0 0 1 .68 0l.565.565a.48.48 0 0 1 0 .679l-.685.685z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})