@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.65 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 20 20'
}
export default defineComponent({
name: 'FoodGrains20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M10.429 2.212a.645.645 0 0 0-.858 0a5.716 5.716 0 0 0-1.925 4.35a.5.5 0 0 0 .245.425A7.407 7.407 0 0 1 9.628 8.41a.5.5 0 0 0 .744 0a7.408 7.408 0 0 1 1.736-1.421a.5.5 0 0 0 .246-.425a5.716 5.716 0 0 0-1.925-4.351zm-7.412 9.996a.663.663 0 0 1 .605-.72A6.364 6.364 0 0 1 10 15.326a6.364 6.364 0 0 1 6.378-3.838c.365.03.639.352.605.72A6.368 6.368 0 0 1 10.642 18h-.466a.665.665 0 0 1-.176-.024a.664.664 0 0 1-.176.024h-.466a6.368 6.368 0 0 1-6.341-5.792zM10 10.826a6.364 6.364 0 0 0-6.378-3.838a.663.663 0 0 0-.605.72a6.35 6.35 0 0 0 .765 2.5a.5.5 0 0 0 .433.258a7.357 7.357 0 0 1 5.369 2.394a.5.5 0 0 0 .416.16a.5.5 0 0 0 .416-.16a7.358 7.358 0 0 1 5.368-2.394a.5.5 0 0 0 .434-.259c.415-.75.683-1.596.765-2.499a.663.663 0 0 0-.605-.72A6.364 6.364 0 0 0 10 10.826z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})