@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.9 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: 'FoodGrains20Regular',
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.733 5.733 0 0 0-1.74 5.738a7.11 7.11 0 0 0-4.208-.962a.663.663 0 0 0-.606.72c.124 1.365.764 2.72 1.651 3.77a7.135 7.135 0 0 0-1.045.01a.663.663 0 0 0-.606.72A6.368 6.368 0 0 0 9.358 18h1.284a6.368 6.368 0 0 0 6.341-5.791a.663.663 0 0 0-.606-.721a7.133 7.133 0 0 0-1.045-.01c.887-1.05 1.527-2.405 1.651-3.77a.664.664 0 0 0-.606-.72a7.11 7.11 0 0 0-4.208.962a5.733 5.733 0 0 0-1.74-5.738zM10 14.428a7.148 7.148 0 0 0-3.434-2.566a.517.517 0 0 0-.035-.026c-1.2-.817-2.216-2.336-2.473-3.87a6.123 6.123 0 0 1 4.119 1.452c.76.643.968 1.23 1.156 1.758c.068.19.133.373.22.547a.5.5 0 0 0 .894 0c.088-.174.153-.357.22-.548c.188-.526.397-1.114 1.156-1.757a6.123 6.123 0 0 1 4.12-1.453c-.258 1.535-1.273 3.054-2.474 3.871a.476.476 0 0 0-.035.026A7.147 7.147 0 0 0 10 14.428zM9.358 17a5.368 5.368 0 0 1-5.302-4.535a6.131 6.131 0 0 1 5.507 3.137a.5.5 0 0 0 .874 0a6.131 6.131 0 0 1 5.507-3.137A5.368 5.368 0 0 1 10.642 17H9.358zM10 9.816a4.738 4.738 0 0 1 0-6.633a4.738 4.738 0 0 1 0 6.633z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})