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.95 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: 'FoodGrains24Regular', 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: 'M11.39 2.287A7.227 7.227 0 0 0 9.02 9.07c-1.521-.876-3.2-1.14-5.127-.98a.958.958 0 0 0-.875 1.04c.157 1.726.952 3.438 2.06 4.776a8.79 8.79 0 0 0-1.248.077a.94.94 0 0 0-.814 1.004A7.596 7.596 0 0 0 10.589 22h2.822a7.596 7.596 0 0 0 7.573-7.013a.941.941 0 0 0-.814-1.004a8.795 8.795 0 0 0-1.233-.077c1.107-1.339 1.902-3.05 2.06-4.776a.958.958 0 0 0-.875-1.04c-1.928-.16-3.616.104-5.143.98a7.227 7.227 0 0 0-2.368-6.783a.93.93 0 0 0-1.221 0zm.61 9.44a5.741 5.741 0 0 1 0-7.953a5.742 5.742 0 0 1 0 7.952zm0 5.607a9.016 9.016 0 0 0-4.233-2.978a.756.756 0 0 0-.104-.085c-1.47-1-2.719-2.844-3.073-4.72c1.87-.062 3.337.387 4.675 1.521c1.025.869 1.48 1.928 1.818 2.715c.087.204.167.39.246.548a.75.75 0 0 0 1.342 0c.08-.159.159-.344.246-.548c.338-.787.793-1.847 1.818-2.715c1.338-1.133 2.817-1.583 4.69-1.521c-.355 1.876-1.604 3.72-3.074 4.72a.758.758 0 0 0-.095.077A9.016 9.016 0 0 0 12 17.334zm.644 1.706c1.392-2.33 4.002-3.78 6.778-3.623a6.096 6.096 0 0 1-6.011 5.083h-2.822c-3 0-5.524-2.176-6.01-5.082c2.775-.158 5.385 1.291 6.777 3.622a.75.75 0 0 0 1.288 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })