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.51 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: 'CropInterim24Filled', 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: 'M16.671 9.104A6.502 6.502 0 0 1 15.505 22c-1.483 0-2.884-.5-4.008-1.382v.632a.75.75 0 0 1-.65.743l-.1.007a.75.75 0 0 1-.744-.648l-.007-.102v-2.499a.75.75 0 0 1 .648-.743l.102-.007h2.505a.75.75 0 0 1 .101 1.493l-.101.007l-.744.002a5 5 0 1 0 4.411-8.8l-.247-1.599zm-2.185-6.1a2.5 2.5 0 0 1 .974 4.803l.818 5.315A2.501 2.501 0 1 1 13.505 17H6.5a2.5 2.5 0 1 1-2.778-3.877l.818-5.312A2.5 2.5 0 1 1 7.497 4h4.992a2.496 2.496 0 0 1 1.997-.996zm-2.5 2.496H8C8 6.7 7.159 7.7 6.036 7.946l-.795 5.165a2.502 2.502 0 0 1 1.752 2.204L7 15.5h6.005c0-1.12.736-2.069 1.752-2.386l-.793-5.165a2.501 2.501 0 0 1-1.972-2.275l-.006-.174z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })