@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.75 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: 'FoodGrains24Filled',
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.61 2.287a.93.93 0 0 0-1.22 0a7.206 7.206 0 0 0-2.487 5.282a.497.497 0 0 0 .277.449a9.063 9.063 0 0 1 1.701 1.146c.258.219.492.448.704.681c.22.242.61.242.83 0c.212-.233.446-.462.704-.68a9.036 9.036 0 0 1 1.7-1.146a.497.497 0 0 0 .278-.449a7.205 7.205 0 0 0-2.487-5.283zM12 18.043a8.162 8.162 0 0 1 8.17-4.06c.488.064.853.5.814 1.004A7.596 7.596 0 0 1 13.411 22h-2.822a7.596 7.596 0 0 1-7.573-7.013a.941.941 0 0 1 .814-1.004a8.161 8.161 0 0 1 8.17 4.06zm7.646-5.113c-1.848-.102-3.654.38-5.126 1.165c-.883.47-1.69 1.075-2.322 1.771a.268.268 0 0 1-.396 0c-.631-.697-1.44-1.301-2.322-1.771c-1.468-.783-3.27-1.264-5.111-1.165c-.73-1.15-1.23-2.47-1.35-3.8a.958.958 0 0 1 .874-1.04c2.454-.205 4.503.28 6.342 1.837c.829.703 1.386 1.547 1.765 2.267c.38-.72.936-1.564 1.765-2.267c1.84-1.558 3.903-2.042 6.357-1.837a.958.958 0 0 1 .874 1.04c-.12 1.33-.62 2.651-1.35 3.8z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})