UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 2.13 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconEggsLarge = { name: 'IconEggsLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--eggsLarge', 'IconEggsLarge'); return h('svg', helper.default([{ 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: 'm21.8 9.86-1.465.942c.366.566.724 1.246 1.003 1.935.261.627.453 1.237.583 1.803l1.709-.365a13.31 13.31 0 0 0-.671-2.11 14.297 14.297 0 0 0-1.15-2.213l-.01.009Z', }, }), h('path', { attrs: { d: 'M13.242 13.643c.496.74.967 1.664 1.333 2.614.235.627.418 1.22.532 1.778l1.708-.349c-.131-.645-.34-1.342-.61-2.048-.41-1.063-.95-2.117-1.517-2.954l-1.446.976v-.017Z', }, }), h('path', { attrs: { d: 'M19.873 4.614c-1.969 0-3.677 1.482-4.95 3.469-.74-.453-1.533-.715-2.37-.715-4.584 0-7.939 7.87-7.939 11.974 0 4.375 3.556 7.939 7.94 7.939 2.98 0 5.577-1.656 6.936-4.087.13 0 .253.017.384.017a7.43 7.43 0 0 0 7.424-7.425c0-4.095-3.058-11.163-7.424-11.163v-.009Zm-1.437 16.654a6.2 6.2 0 0 1-.793 1.595 6.185 6.185 0 0 1-5.09 2.675 6.204 6.204 0 0 1-6.196-6.196c0-3.756 3.059-10.231 6.196-10.231.514 0 1.02.183 1.508.488.48.296.941.697 1.377 1.203 1.89 2.178 3.303 5.978 3.303 8.531a6.11 6.11 0 0 1-.314 1.926l.009.009Zm1.76.174a8.004 8.004 0 0 0 .296-2.109c0-2.867-1.638-7.564-4.192-10.144 1.011-1.638 2.284-2.84 3.573-2.84 2.876 0 5.682 5.96 5.682 9.42 0 3.024-2.37 5.49-5.35 5.664l-.009.01Z', }, })]); }, }; exports.default = IconEggsLarge;