@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.47 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: 'CropInterim24Regular',
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.484 0-2.885-.5-4.01-1.383l.001.633a.75.75 0 0 1-.648.743l-.102.007a.75.75 0 0 1-.743-.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-.743.002a5 5 0 1 0 4.41-8.8l-.247-1.599zm-2.185-6.1a2.5 2.5 0 0 1 .975 4.803l.818 5.315a2.501 2.501 0 1 1-2.774 3.879H6.5a2.5 2.5 0 1 1-2.778-3.877l.819-5.311A2.5 2.5 0 1 1 7.497 4h4.992a2.496 2.496 0 0 1 1.997-.996zM4.5 14.5l-.117.007a1 1 0 0 0 0 1.986l.117.007a1 1 0 0 0 .993-.883L5.5 15.5l-.007-.117a1 1 0 0 0-.517-.762l-.108-.051l-.123-.04l-.09-.018A1.012 1.012 0 0 0 4.5 14.5zm10.693.049l-.051.019l-.066.029l-.093.05a1 1 0 0 0 .405 1.846l.117.007a1 1 0 0 0 .116-1.993l-.117-.007c-.056 0-.112.005-.167.014l-.144.035zm-3.207-9.05H8C8 6.7 7.16 7.702 6.037 7.947l-.795 5.166a2.502 2.502 0 0 1 1.751 2.203L7 15.5h6.005c0-1.12.736-2.069 1.752-2.386l-.794-5.165a2.502 2.502 0 0 1-1.971-2.275l-.006-.174zm1.778.697l.024.024l.12.1l.086.054l.09.046l.109.04l.092.024l.078.012l.123.008l.12-.007l.17-.036l.124-.047l.087-.045l.094-.062l.11-.093l.075-.085a1 1 0 0 0-.294-1.5v.007l-.105-.054l-.146-.05l-.083-.017a.99.99 0 0 0-.152-.011l-.117.007a1 1 0 0 0-.605 1.685zM4.5 5.504c0 .237.082.454.22.625l.066.075c.058.059.122.11.192.153l.109.058l.1.04l.082.022l.1.018l.131.009c.057 0 .112-.005.166-.014l.077-.016l.109-.034l.054-.022l.151-.084l.085-.065l.054-.047l.088-.097l.06-.085a.994.994 0 0 0 .15-.42L6.5 5.5l-.007-.115l-.02-.11l-.018-.067a1.001 1.001 0 0 0-.838-.697L5.5 4.504c-.057 0-.112.005-.166.014l-.081.016l-.09.028l-.057.022l-.097.049a1 1 0 0 0-.509.87z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})