@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.15 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: 'CropInterimOff24Regular',
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: 'M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.064 1.065A2.5 2.5 0 0 0 4.54 7.813l-.817 5.31a2.501 2.501 0 1 0 2.777 3.878h7.006a2.496 2.496 0 0 0 3.153.718l1.81 1.81c-.83.61-1.855.971-2.963.971a4.983 4.983 0 0 1-2.997-.997l.743-.002l.101-.006A.75.75 0 0 0 13.251 18h-2.505l-.102.007a.75.75 0 0 0-.648.743v2.499l.007.102a.75.75 0 0 0 .743.648l.102-.007a.75.75 0 0 0 .648-.743v-.633A6.482 6.482 0 0 0 15.504 22a6.473 6.473 0 0 0 4.033-1.402l1.182 1.183a.75.75 0 0 0 1.061-1.061L3.28 2.22zm10.006 12.127c-.18.345-.281.737-.281 1.153H7l-.007-.185a2.502 2.502 0 0 0-1.751-2.203l.795-5.166c.22-.048.428-.125.622-.226l6.627 6.627zM4.5 14.5a1 1 0 0 1 .156.012l.089.018l.123.04l.108.05a1 1 0 0 1 .517.763l.007.117l-.007.117a1 1 0 0 1-.993.883l-.117-.007a1 1 0 0 1 0-1.986L4.5 14.5zM7.182 4l1.5 1.5h3.304l.006.174a2.502 2.502 0 0 0 1.97 2.275l.515 3.347l1.797 1.797l-.813-5.286A2.5 2.5 0 1 0 12.489 4H7.182zm6.582 2.196a1 1 0 0 1 .605-1.685l.117-.007a.99.99 0 0 1 .152.011l.083.017l.146.05l.105.054V4.63a1 1 0 0 1 .295 1.5l-.077.084l-.109.093l-.094.063l-.087.044l-.125.047l-.17.036l-.119.007l-.123-.008l-.078-.012l-.092-.024l-.108-.04l-.091-.046l-.086-.054l-.12-.1l-.024-.024zm6.489 10.875l1.154 1.155a6.502 6.502 0 0 0-4.736-9.121l.247 1.598a5.002 5.002 0 0 1 3.335 6.368z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})