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.28 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: 'Broom16Regular', 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 0-.707 0L9.476 5.817c-1.452-1.103-3.507-.937-4.823.373l-.684.639l-2.676 1.216a.5.5 0 0 0-.147.809l6 6a.5.5 0 0 0 .81-.147l1.212-2.667l.685-.686a3.668 3.668 0 0 0 .33-4.83l4.67-4.67a.5.5 0 0 0 0-.708zM4.14 7.85l4.01 4.01l-.808 1.777l-4.98-4.98l1.778-.807zm4.609 3.194l-3.78-3.78l.371-.347l.012-.012c1.065-1.065 2.75-1.095 3.793-.05a2.67 2.67 0 0 1 0 3.793l-.396.396z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })