@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.82 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: 'Guitar28Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M13.56 16.56a1.5 1.5 0 1 1-2.12-2.12a1.5 1.5 0 0 1 2.12 2.12zm8.351-14.133a1.75 1.75 0 0 1 2.475 0l1.187 1.187a1.75 1.75 0 0 1 0 2.475l-6.517 6.517c1.164 1.563.668 3.864-1.143 4.77l-1.021.51a.916.916 0 0 0-.488.999l.017.088a5.604 5.604 0 0 1-2.132 5.582a7.222 7.222 0 0 1-9.44-.67l-.734-.734a7.222 7.222 0 0 1-.67-9.44a5.603 5.603 0 0 1 5.581-2.132l.089.017a.916.916 0 0 0 .999-.488l.51-1.021c.906-1.811 3.207-2.308 4.77-1.144l6.517-6.516zm1.414 1.06a.25.25 0 0 0-.353 0l-1.239 1.239l1.564 1.517l1.216-1.215a.25.25 0 0 0 0-.353l-1.188-1.188zm-1.088 3.817l-1.564-1.518l-4.724 4.724a.75.75 0 0 1-1.06 0l-.196-.195a1.703 1.703 0 0 0-2.727.443l-.51 1.02a2.416 2.416 0 0 1-2.635 1.29l-.089-.018a4.104 4.104 0 0 0-4.088 1.561a5.722 5.722 0 0 0 .532 7.479l.734.734a5.722 5.722 0 0 0 7.479.531a4.104 4.104 0 0 0 1.561-4.087l-.017-.089a2.416 2.416 0 0 1 1.288-2.634l1.021-.511a1.703 1.703 0 0 0 .443-2.727l-.195-.195a.75.75 0 0 1 0-1.061l4.747-4.747z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})