UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.39 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 28 28' } export default defineComponent({ name: 'Guitar28Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _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 */ ) ]) ) ) } })