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.17 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 16 16' } export default defineComponent({ name: 'Broom16Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M14.854 1.146a.5.5 0 0 1 0 .708L10.896 5.81a4.778 4.778 0 0 0-.708-.707l3.958-3.958a.5.5 0 0 1 .708 0zM4.653 6.19l-.391.365l5.195 5.195l.396-.396a3.67 3.67 0 0 0 0-5.207c-1.453-1.453-3.765-1.385-5.2.043zm-3.36 1.855l2.093-.952l5.52 5.52l-.95 2.094a.5.5 0 0 1-.81.146l-6-6a.5.5 0 0 1 .147-.808z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })