@justeat/f-vue-icons
Version:
<div align="center"> <h1>f-vue-icons</h1>
26 lines (23 loc) • 1.48 kB
JavaScript
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs';
var VeganIcon = {
name: 'VeganIcon',
props: {},
functional: true,
render(h, ctx) {
const attrs = ctx.data.attrs || {};
ctx.data.attrs = attrs;
return h("svg", _mergeJSXProps([{
"attrs": {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 26 26"
},
"class": "c-ficon c-ficon--vegan"
}, ctx.data]), [h("path", {
"attrs": {
"fill": "#242E30",
"d": "m24.944 1.004-.21-.875-.875.236C23.5.47 14.75 2.937 12.256 7.129c-.105.175-.192.35-.28.533C9.16 4.372 2.168 2.605 1.853 2.5l-.875-.21-.228.91c-.07.341-1.75 8.365.604 12.11a6.843 6.843 0 0 0 5.784 3.202c.366-.004.732-.039 1.093-.105l2.87 7.15h2.625l3.054-7.613c.485.11.981.17 1.479.175a7.463 7.463 0 0 0 6.405-3.701c2.458-4.2.367-13.038.28-13.414ZM2.876 14.383c-1.435-2.258-.98-7.298-.551-9.914 2.546.752 7.245 2.52 8.689 4.821.105.166.198.338.28.516a7.454 7.454 0 0 0 .14 3.01c.052.175.105.359.166.534a4.708 4.708 0 0 1-1.986 2.695l-1.636-4.139H5.624l1.942 4.83a5.049 5.049 0 0 1-4.69-2.354Zm9.625 8.88-2.196-5.582.263-.14a6.405 6.405 0 0 0 2.126-2.205 7 7 0 0 0 2.038 1.82l.15.07-2.38 6.038Zm10.64-9.738a5.68 5.68 0 0 1-5.722 2.774l1.75-4.375h-2.232l-1.443 3.701a5.25 5.25 0 0 1-2.363-3.203 5.687 5.687 0 0 1 .63-4.375c1.707-2.922 7.455-5.005 9.678-5.722.569 2.87 1.268 8.54-.298 11.2Z"
}
})]);
}
};
export { VeganIcon as default };