@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.31 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'CropInterim20Filled',
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 4h3a2 2 0 0 0 1.773 1.987l.463 4.164A2 2 0 0 0 11 12H6a2 2 0 0 0-1.236-1.849l.463-4.164A2 2 0 0 0 7 4zm6.227 6.013l-.463-4.164A2 2 0 1 0 10.268 3H6.732a2 2 0 1 0-2.496 2.849l-.463 4.164A2 2 0 1 0 5.733 13h5.535A2 2 0 0 0 15 12a2 2 0 0 0-1.773-1.987zm.738-2.409A4.502 4.502 0 0 1 13 16.5A4.489 4.489 0 0 1 9.645 15h.855a.5.5 0 0 0 0-1h-2a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-.725a5.5 5.5 0 1 0 4.85-9.21l.115 1.039z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})