UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (34 loc) 1.91 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconCleaning = { name: 'IconCleaning', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--cleaning', 'IconCleaning'); return h('svg', _mergeJSXProps([{ 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-.759-.035-1.934H4.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-.462s-.07-.06-.088-.104l-.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.74.096 0 .192-.017.296-.025v2.004Zm-.105-4.478a.224.224 0 0 1 .104.183v.975c-.095.009-.2.026-.287.026-.27 0-.662-.27-1.01-.505-.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.6-1.228 1.254h.008Z', }, })]); }, }; export { IconCleaning as default };