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.18 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'Broom16Filled', 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: '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 */ ) ]) ) ) } })