UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 2.36 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 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.337-1.435-3.789-1.462.166-2.94-.42-3.72-1.601a3.176 3.176 0 0 1-.428-2.555c.245-.971.936-1.829 1.899-2.345 1.164-.622 2.581-.665 3.727-.149l7.473-7.158a4.284 4.284 0 0 1 .306-3.718c.552-.937 1.435-1.593 2.424-1.794.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.601.498.762.655 1.672.428 2.556-.245.97-.936 1.828-1.899 2.345-1.181.63-2.625.665-3.788.122l-7.438 7.122c.499 1.182.394 2.625-.289 3.78-.551.937-1.435 1.593-2.423 1.794a3.43 3.43 0 0 1-.665.07h.008ZM9.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-.464 1.269-.971.429-.718.472-1.619.122-2.319l-.166-.253a.879.879 0 0 1 .131-1.112l8.418-8.059c.166-.157.394-.262.621-.244.228 0 .438.096.595.253.692.455 1.663.482 2.459.053.525-.28.901-.727 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.873.873 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.463-1.268.971-.438.744-.473 1.68-.088 2.389l.096.157a.877.877 0 0 1-.14 1.094l-8.417 8.059a.871.871 0 0 1-1.164.044c-.691-.464-1.68-.5-2.476-.07-.525.28-.902.726-1.024 1.224a1.45 1.45 0 0 0 .192 1.164c.56.858 1.917 1.103 2.958.543a.87.87 0 0 1 .411-.105l.009.008Z', }, })]); }, }; exports.default = IconPetSuppliesAltLarge;