UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 2.23 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 IconCleaningLarge = { name: 'IconCleaningLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--cleaningLarge', 'IconCleaningLarge'); 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: 'M22.924 2.933v1.742h3.538V2.933h-3.538Z', }, }), h('path', { attrs: { d: 'm22.924 7.412 3.538 1.333V6.88l-3.538-1.333v1.865Z', }, }), h('path', { attrs: { d: 'm21.155 6.052-.07-3.18H10.479l-3.956 3.66 1.473 4.2h1.481v2.484L8.78 14.74a.866.866 0 0 1-.331.375l-1.551.958a2.6 2.6 0 0 0-1.247 2.222v10.78H18.28v-10.78c0-.897-.48-1.751-1.238-2.222l-1.49-.924a.877.877 0 0 1-.357-.435l-.55-1.473v-2.519H15.9l.383-1.394V9.32l1.377 1.551h2.292l.017-.017-2.466-2.78 3.643-2.03.009.008Zm-1.778-1.438v.427l-1.551.872-.096-1.299h1.647Zm-8.148 7.93V10.81h1.673v1.735h-1.673ZM7.403 27.343v-7.059l.026.044a3.685 3.685 0 0 1 1.944-.462c.68.026 1.341.227 1.952.619.305.174.627.392.958.618.941.645 2.013 1.377 3.233 1.395a8.04 8.04 0 0 0 1.029-.079v4.924H7.403Zm8.723-9.778a.89.89 0 0 1 .419.741v2.362c-.34.052-.689.087-1.02.087-.68-.009-1.482-.558-2.257-1.09-.375-.252-.74-.505-1.046-.67a5.577 5.577 0 0 0-2.788-.863 5.394 5.394 0 0 0-2.031.322v-.14c0-.304.157-.583.418-.74l1.552-.959c.435-.27.784-.662 1.002-1.133l.549-1.193h2.248l.392 1.054c.2.54.584 1.002 1.072 1.307l1.49.924v-.009Zm-1.534-8.68-.034.114H9.233l-.688-1.961 2.614-2.423h4.82l.156 2.127c-.715.41-1.281 1.168-1.543 2.144Z', }, })]); }, }; exports.default = IconCleaningLarge;