@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.17 kB
JavaScript
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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Cut24Filled',
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: 'M7.83 2.44a1 1 0 0 0-1.66 1.117l4.793 7.114l-2.326 3.678a4 4 0 1 0 1.57 1.26l1.977-3.126l1.884 2.796a4 4 0 1 0 1.683-1.08l-3.62-5.375v.001L7.83 2.44zM5 18a2 2 0 1 1 4 0a2 2 0 0 1-4 0zm10 0a2 2 0 1 1 4 0a2 2 0 0 1-4 0zm-.48-9.21l3.325-5.256a1 1 0 0 0-1.69-1.07L13.3 6.979l1.22 1.812z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})