@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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Guitar24Regular',
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: 'M11.634 14.085a1.25 1.25 0 1 1-1.768-1.768a1.25 1.25 0 0 1 1.768 1.768zm6.512-11.37a1.75 1.75 0 0 1 2.475 0l.707.708a1.75 1.75 0 0 1 0 2.475l-5.1 5.1a2.752 2.752 0 0 1-1.052 3.999l-.832.416a.608.608 0 0 0-.325.663l.015.073a4.708 4.708 0 0 1-1.792 4.69a6.027 6.027 0 0 1-7.878-.56l-.599-.6a6.027 6.027 0 0 1-.56-7.877a4.708 4.708 0 0 1 4.69-1.792l.072.015c.27.053.541-.08.664-.325l.416-.833a2.752 2.752 0 0 1 3.998-1.05l5.101-5.101zm1.414 1.061a.25.25 0 0 0-.353 0l-1.185 1.185l1.06 1.06l1.185-1.184a.25.25 0 0 0 0-.354l-.707-.707zm-1.538 3.306l-1.06-1.06l-3.351 3.35a.75.75 0 0 1-1.061 0l-.16-.159a1.25 1.25 0 0 0-2.001.325l-.417.833a2.108 2.108 0 0 1-2.299 1.124l-.072-.014a3.208 3.208 0 0 0-3.196 1.22a4.527 4.527 0 0 0 .421 5.918l.599.599a4.527 4.527 0 0 0 5.917.42a3.208 3.208 0 0 0 1.22-3.195l-.014-.072a2.108 2.108 0 0 1 1.125-2.3l.833-.416a1.25 1.25 0 0 0 .324-2.002l-.159-.16a.75.75 0 0 1 0-1.06l3.351-3.35z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})