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.44 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'CropInterim20Regular', 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: 'M12 5a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm-2-1H7a2 2 0 0 1-1.773 1.987l-.463 4.164A2 2 0 0 1 6 12h5a2 2 0 0 1 1.236-1.849l-.463-4.164A2 2 0 0 1 10 4zm1.268 9H5.732a2 2 0 1 1-1.959-2.987l.463-4.164A2 2 0 1 1 6.732 3h3.536A2 2 0 0 1 14 4a2 2 0 0 1-1.236 1.849l.463 4.164A2 2 0 1 1 11.267 13zM3 12a1 1 0 1 0 2 0a1 1 0 0 0-2 0zm2-9a1 1 0 1 0 0 2a1 1 0 0 0 0-2zm7 9a1 1 0 1 0 2 0a1 1 0 0 0-2 0zm1.965-4.396A4.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 */ ) ]) ) ) } })