UNPKG

@justeattakeaway/pie-icons-vue

Version:
61 lines (58 loc) 2.08 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconSwitchProductLarge = { name: 'IconSwitchProductLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--switchProductLarge', 'IconSwitchProductLarge'); return h('svg', _mergeJSXProps([{ 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: 'M8.974 6.375v2.599H6.375V6.375zm1.75-1.75H4.625v6.099h6.099z', }, }), h('path', { attrs: { d: 'M8.974 14.696v2.6H6.375v-2.6zm1.75-1.75H4.625v6.1h6.099z', }, }), h('path', { attrs: { d: 'M17.295 6.375v2.599h-2.599V6.375zm1.75-1.75h-6.099v6.099h6.1z', }, }), h('path', { attrs: { d: 'M17.295 14.696v2.6h-2.599v-2.6zm1.75-1.75h-6.099v6.1h6.1z', }, }), h('path', { attrs: { d: 'M8.974 23.018v2.598H6.375v-2.598zm1.75-1.75H4.625v6.098h6.099z', }, }), h('path', { attrs: { d: 'M17.295 23.018v2.598h-2.599v-2.598zm1.75-1.75h-6.099v6.098h6.1z', }, }), h('path', { attrs: { d: 'M25.616 6.375v2.599h-2.598V6.375zm1.75-1.75h-6.098v6.099h6.098z', }, }), h('path', { attrs: { d: 'M25.616 14.696v2.6h-2.598v-2.6zm1.75-1.75h-6.098v6.1h6.098z', }, }), h('path', { attrs: { d: 'M25.616 23.018v2.598h-2.598v-2.598zm1.75-1.75h-6.098v6.098h6.098z', }, })]); }, }; export { IconSwitchProductLarge as default };