UNPKG

@justeattakeaway/pie-icons-vue

Version:
53 lines (51 loc) 3.16 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconSesameSeedsLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--sesameSeedsLarge', 'IconSesameSeedsLarge'); 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: 'M15.804 12.274c-.532.767-1.569.968-2.318.445-.75-.523-.915-1.56-.384-2.327.497-.706 1.97-1.133 2.632-1.29a.304.304 0 0 1 .375.262c.078.68.192 2.205-.305 2.91Z', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M14.261 16.449a4.805 4.805 0 0 1-2.77-.872h.008a4.825 4.825 0 0 1-2.013-3.207 5.025 5.025 0 0 1 .854-3.72c1.36-1.944 5.002-3.05 7.059-3.539a1.547 1.547 0 0 1 1.9 1.325c.244 2.091.461 5.9-.898 7.843a5.069 5.069 0 0 1-4.14 2.17Zm3.32-9.595c-2.927.715-5.097 1.752-5.82 2.789v.008a3.294 3.294 0 0 0-.567 2.44 3.12 3.12 0 0 0 1.29 2.066c1.438 1.002 3.442.61 4.479-.872.723-1.037.95-3.433.619-6.43Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { d: 'M22.863 18.418c-.863-.287-1.804.2-2.1 1.09-.27.819.27 2.248.54 2.884.07.174.279.235.436.148.592-.34 1.882-1.168 2.152-1.987.296-.889-.165-1.838-1.037-2.126l.009-.009Z', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M20.196 15.43a4.823 4.823 0 0 1 3.773-.262l.01.009c2.57.888 3.92 3.738 3.015 6.352-.776 2.24-3.983 4.305-5.822 5.334-.244.13-.505.2-.767.2-.174 0-.34-.035-.505-.087a1.57 1.57 0 0 1-.924-.871c-.82-1.944-2.065-5.552-1.29-7.791a5.033 5.033 0 0 1 2.51-2.885Zm.305 9.803c2.623-1.499 4.427-3.085 4.837-4.279v.009c.592-1.717-.28-3.564-1.935-4.14a2.905 2.905 0 0 0-1.01-.174c-.48 0-.96.113-1.413.34a3.3 3.3 0 0 0-1.647 1.891c-.41 1.194.027 3.556 1.168 6.353Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { d: 'M9.007 20.17a.309.309 0 0 0-.34.314c.008.688.104 2.213.688 2.85.628.688 1.682.749 2.353.13.671-.619.706-1.673.079-2.362-.584-.636-2.1-.862-2.78-.932Z', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M5.625 16.823a1.575 1.575 0 0 1 1.212-.392l-.01-.008c2.101.218 5.866.836 7.46 2.588 1.866 2.04 1.761 5.194-.243 7.024a4.81 4.81 0 0 1-3.286 1.272 5.046 5.046 0 0 1-3.73-1.656c-1.594-1.742-1.882-5.55-1.908-7.66 0-.444.183-.871.505-1.168Zm2.702 7.66c1.22 1.325 3.26 1.456 4.558.27v.01c1.29-1.186 1.35-3.234.13-4.567-.854-.932-3.137-1.673-6.143-2.004.06 3.015.6 5.36 1.455 6.292Z', 'clip-rule': 'evenodd', }, })]); }, };