UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 1.99 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 IconCleaning = { name: 'IconCleaning', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--cleaning', 'IconCleaning'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 16 16', }, }, ctx.data]), [h('path', { attrs: { d: 'M11.48 1.261v1.054l.01.253h1.724V1.261H11.48Z', }, }), h('path', { attrs: { d: 'm11.55 5.016 1.664.619V4.232l-1.699-.645.035 1.43Z', }, }), h('path', { attrs: { d: 'm7.49 5.591.236-.854.775.872h1.751l-1.498-1.69 1.42-.758-.035-1.935H4.546L2.394 3.213 3.23 5.59h.671v.976l-.331.714s-.044.07-.078.096l-.776.48a1.547 1.547 0 0 0-.723 1.297v5.602h6.743V9.154c0-.522-.279-1.019-.723-1.298l-.74-.461s-.07-.061-.088-.105l-.26-.697V5.591h.574-.009Zm-.06 7.85H3.3v-3.128a1.631 1.631 0 0 1 1.63.113 10 10 0 0 1 .46.296c.497.34 1.064.723 1.743.741.096 0 .192-.018.296-.026v2.004Zm-.105-4.478a.224.224 0 0 1 .104.183v.975c-.095.009-.2.027-.287.027-.27 0-.662-.27-1.01-.506-.192-.13-.375-.261-.532-.34A2.967 2.967 0 0 0 4.1 8.841a3.16 3.16 0 0 0-.566.043l.636-.392c.253-.157.462-.383.584-.662l.453-.976v-.183h.4v.035l.35 1.037c.121.314.339.584.626.758l.74.462Zm-.828-4.679H4.154l-.244-.697 1.132-1.054h2.901l.027.357-.253.14c-.558.14-1.02.601-1.228 1.254h.008Z', }, })]); }, }; exports.default = IconCleaning;