UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (30 loc) 1.68 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconSushiLarge = { name: 'IconSushiLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--sushiLarge', 'IconSushiLarge'); return h('svg', _mergeJSXProps([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 32 32', }, }, ctx.data]), [h('path', { attrs: { d: 'M25.293 6.375a2.82 2.82 0 0 0-3.894 0l-.368.359a2.75 2.75 0 0 0 0 3.894l.368.367a2.73 2.73 0 0 0 1.942.805c.732 0 1.433-.29 1.951-.805l.333-.385a2.765 2.765 0 0 0 0-3.902zm-.875 3.019-.368.359a1.015 1.015 0 0 1-1.418 0l-.358-.36a1 1 0 0 1 0-1.417l.358-.367a1.015 1.015 0 0 1 1.418 0l.367.367a1 1 0 0 1 .29.71c-.008.255-.11.499-.29.682z', }, }), h('path', { attrs: { d: 'm28.031 13.06.219-.219a5.915 5.915 0 0 0 0-8.373l-.718-.718a5.933 5.933 0 0 0-8.207-.158l.341-1.014L18.004 2l-5.25 15.75-9.879 3.063v1.828l9.196-2.835L9 29.125h1.838l3.325-9.949 15.54-4.786-.578-1.671zM14.81 17.137l2.205-6.606a5.75 5.75 0 0 0 1.426 2.31l.709.718a5.96 5.96 0 0 0 2.468 1.479zm11.48-4.812a4.174 4.174 0 0 1-5.898 0l-.717-.7a4.183 4.183 0 0 1 0-5.897l.7-.735a4.18 4.18 0 0 1 5.898 0l.717.717a4.165 4.165 0 0 1 0 5.898z', }, })]); }, }; export { IconSushiLarge as default };