@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.39 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Guitar24Filled',
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: 'M18.492 3.43l1.184-1.184a1 1 0 0 1 1.415 0l.707.707a1 1 0 0 1 0 1.414l-1.185 1.185l-2.121-2.121zm-1.06 1.061l-3.821 3.82l-.16-.158a2.75 2.75 0 0 0-4.404.714l-.416.833a.608.608 0 0 1-.664.325l-.072-.015a4.708 4.708 0 0 0-4.69 1.792a6.027 6.027 0 0 0 .56 7.878l.599.598a6.027 6.027 0 0 0 7.878.56a4.708 4.708 0 0 0 1.792-4.69l-.015-.072a.608.608 0 0 1 .325-.663l.832-.416a2.75 2.75 0 0 0 .715-4.405l-.16-.159l3.821-3.82l-2.12-2.122zm-7.993 10.07a1.5 1.5 0 1 1 2.122-2.122a1.5 1.5 0 0 1-2.122 2.121z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})