@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.72 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Guitar16Regular',
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: 'M7.78 9.28a.75.75 0 1 1-1.06-1.06a.75.75 0 0 1 1.06 1.06zm2.7-1.81l3.033-3.032a.98.98 0 0 0 0-1.386l-.565-.566a.98.98 0 0 0-1.386 0L8.53 5.52a1.674 1.674 0 0 0-2.39.666l-.245.489a.297.297 0 0 1-.324.158l-.042-.009a2.82 2.82 0 0 0-2.81 1.074a3.595 3.595 0 0 0 .334 4.7l.35.35a3.594 3.594 0 0 0 4.7.334a2.822 2.822 0 0 0 1.073-2.81l-.008-.042a.297.297 0 0 1 .158-.324l.488-.244a1.674 1.674 0 0 0 .667-2.391zm.397-2.884l.537.537l-1.965 1.965a.5.5 0 0 0 0 .707l.093.094a.673.673 0 0 1-.175 1.077l-.488.245c-.523.261-.806.84-.692 1.414l.009.042a1.821 1.821 0 0 1-.693 1.814a2.595 2.595 0 0 1-3.392-.24l-.351-.352a2.595 2.595 0 0 1-.241-3.392a1.821 1.821 0 0 1 1.814-.693l.042.009A1.296 1.296 0 0 0 6.79 7.12l.245-.488a.673.673 0 0 1 1.077-.175l.094.093a.5.5 0 0 0 .707 0l1.965-1.965zm.707-.708l.67-.67l.538.537l-.671.67l-.537-.537z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})