UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.4 kB
'use strict' 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'Guitar28Filled', 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: 'M21.193 4.132l1.498-1.517a1 1 0 0 1 1.42-.005l1.186 1.188a1 1 0 0 1 .005 1.41l-1.508 1.526l-2.601-2.602zM20.139 5.2l-4.194 4.247l-.191-.192c-1.546-1.546-4.152-1.123-5.13.832l-.51 1.021a.916.916 0 0 1-.999.489l-.089-.018a5.604 5.604 0 0 0-5.582 2.133a7.221 7.221 0 0 0 .671 9.439l.734.734a7.222 7.222 0 0 0 9.44.67a5.604 5.604 0 0 0 2.132-5.581l-.017-.089a.916.916 0 0 1 .488-.998l1.021-.511c1.955-.978 2.378-3.584.833-5.13l-.2-.198l4.194-4.247L20.14 5.2zm-9.553 12.214a2 2 0 1 1 2.828-2.828a2 2 0 0 1-2.828 2.828z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })