@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.65 kB
JavaScript
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 20 20'
}
export default defineComponent({
name: 'Color20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M5.77 3.166c2.373-1.454 5.173-1.59 7.927-.174c3.976 2.042 5.502 6.162 4.187 10.435c-.415 1.35-1.245 2.698-2.371 3.59c-1.14.902-2.604 1.347-4.206.799c-1.102-.377-1.79-.967-2.203-1.68c-.404-.696-.52-1.462-.574-2.132a25.653 25.653 0 0 1-.039-.586c-.007-.132-.014-.259-.022-.369a4.724 4.724 0 0 0-.101-.76a1.163 1.163 0 0 0-.206-.466a.751.751 0 0 0-.386-.244c-.518-.159-.874-.126-1.156-.036c-.248.078-.447.2-.689.346c-.062.038-.127.078-.197.119c-.316.186-.72.396-1.238.37c-.514-.025-1.045-.275-1.656-.773c-.67-.546-.934-1.31-.938-2.112c-.003-.788.243-1.635.614-2.434c.737-1.59 2.043-3.15 3.254-3.893zM9.75 6.75a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm3 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2zM15.5 9a1 1 0 1 0-2 0a1 1 0 0 0 2 0zm-1 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm-1 1a1 1 0 1 0-2 0a1 1 0 0 0 2 0z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})