UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 2.27 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconPetSuppliesAltLarge = { name: 'IconPetSuppliesAltLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--petSuppliesAltLarge', 'IconPetSuppliesAltLarge'); 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: 'M11.485 27.891c-.665 0-1.312-.21-1.872-.612-1.147-.831-1.672-2.336-1.435-3.789-1.462.166-2.94-.42-3.72-1.601a3.18 3.18 0 0 1-.428-2.555c.245-.971.936-1.829 1.899-2.345 1.164-.621 2.581-.665 3.727-.149l7.473-7.157a4.28 4.28 0 0 1 .306-3.72c.552-.935 1.435-1.592 2.424-1.793.892-.184 1.794 0 2.537.543 1.147.83 1.672 2.336 1.435 3.788 1.462-.166 2.94.42 3.72 1.602.498.76.656 1.67.428 2.555-.245.97-.936 1.828-1.899 2.345-1.181.63-2.625.665-3.788.122l-7.438 7.123c.499 1.18.394 2.625-.289 3.78-.551.936-1.435 1.592-2.423 1.793a3.4 3.4 0 0 1-.665.07zM9.29 21.373c.236 0 .464.096.63.27l.184.193c.271.28.324.718.122 1.05-.604 1.015-.411 2.38.42 2.975a1.41 1.41 0 0 0 1.155.245c.508-.105.971-.463 1.269-.97.429-.718.472-1.62.122-2.32l-.166-.253a.88.88 0 0 1 .131-1.112l8.418-8.058c.166-.158.394-.263.621-.245.228 0 .438.096.595.253.692.455 1.663.482 2.459.053.525-.28.901-.726 1.024-1.225a1.45 1.45 0 0 0-.193-1.164c-.56-.857-1.916-1.102-2.957-.542a.874.874 0 0 1-1.042-.167l-.183-.192a.87.87 0 0 1-.123-1.05c.604-1.015.412-2.38-.42-2.975a1.41 1.41 0 0 0-1.155-.245c-.507.105-.971.464-1.268.971-.438.744-.473 1.68-.088 2.389l.096.157a.88.88 0 0 1-.14 1.094l-8.417 8.059a.87.87 0 0 1-1.164.044c-.691-.464-1.68-.5-2.476-.07-.525.28-.902.726-1.024 1.225a1.45 1.45 0 0 0 .192 1.163c.56.858 1.917 1.103 2.958.543a.9.9 0 0 1 .411-.105z', }, })]); }, }; exports.default = IconPetSuppliesAltLarge;