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.73 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'CropInterimOff24Filled', 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 1.254 3.467l-.816 5.312A2.501 2.501 0 1 0 6.499 17h7.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.998-.997l.744-.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-.632A6.482 6.482 0 0 0 15.505 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.752-2.204l.795-5.165c.22-.048.429-.125.623-.226l6.627 6.627zM7.182 4l1.5 1.5h3.304l.006.174a2.501 2.501 0 0 0 1.972 2.275l.514 3.347l1.795 1.796l-.813-5.285A2.5 2.5 0 1 0 12.489 4H7.182zm13.07 13.071l1.155 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 */ ) ]) ) ) } })