@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.8 kB
JavaScript
Object.defineProperty(exports, '__esModule', { value: true })
const vue_1 = require('vue')
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Guitar20Regular',
render: function render(_ctx, _cache) {
return (
(0, vue_1.openBlock)(),
(0, vue_1.createElementBlock)(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
(0, vue_1.createElementVNode)(
'g',
{
fill: 'none'
},
[
(0, vue_1.createElementVNode)('path', {
d: 'M9.707 11.706a1 1 0 1 1-1.414-1.414a1 1 0 0 1 1.414 1.414zm5.55-9.396a1.087 1.087 0 0 1 1.536 0l.896.896a1.087 1.087 0 0 1 0 1.536l-4.374 4.374a2.127 2.127 0 0 1-.76 3.165l-.677.338a.604.604 0 0 0-.322.66l.011.058a3.718 3.718 0 0 1-1.415 3.704a4.791 4.791 0 0 1-6.262-.445l-.487-.487a4.79 4.79 0 0 1-.445-6.262a3.718 3.718 0 0 1 3.704-1.415l.059.012a.604.604 0 0 0 .659-.323l.339-.677a2.127 2.127 0 0 1 3.164-.76l4.374-4.374zm.83.708a.087.087 0 0 0-.123 0l-1.165 1.165L15.817 5.2l1.165-1.165a.086.086 0 0 0 0-.122l-.896-.895zm-.977 2.89L14.091 4.89l-2.839 2.838a.5.5 0 0 1-.707 0l-.13-.13a1.126 1.126 0 0 0-1.803.293l-.339.678a1.604 1.604 0 0 1-1.75.855l-.058-.011a2.718 2.718 0 0 0-2.708 1.034a3.79 3.79 0 0 0 .352 4.955l.487.487a3.791 3.791 0 0 0 4.955.352a2.718 2.718 0 0 0 1.035-2.708l-.012-.058a1.604 1.604 0 0 1 .856-1.75l.677-.339c.687-.344.836-1.26.293-1.804l-.13-.129a.5.5 0 0 1 0-.707l2.838-2.838z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})