UNPKG

@justeattakeaway/pie-icons-vue

Version:
65 lines (60 loc) 2.3 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 IconSwitchProductLarge = { name: 'IconSwitchProductLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--switchProductLarge', 'IconSwitchProductLarge'); 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: 'M8.974 6.375v2.599H6.375V6.375h2.599Zm1.75-1.75H4.625v6.099h6.099V4.625Z', }, }), h('path', { attrs: { d: 'M8.974 14.696v2.6H6.375v-2.6h2.599Zm1.75-1.75H4.625v6.1h6.099v-6.1Z', }, }), h('path', { attrs: { d: 'M17.295 6.375v2.599h-2.599V6.375h2.6Zm1.75-1.75h-6.099v6.099h6.1V4.625Z', }, }), h('path', { attrs: { d: 'M17.295 14.696v2.6h-2.599v-2.6h2.6Zm1.75-1.75h-6.099v6.1h6.1v-6.1Z', }, }), h('path', { attrs: { d: 'M8.974 23.018v2.598H6.375v-2.598h2.599Zm1.75-1.75H4.625v6.098h6.099v-6.098Z', }, }), h('path', { attrs: { d: 'M17.295 23.018v2.598h-2.599v-2.598h2.6Zm1.75-1.75h-6.099v6.098h6.1v-6.098Z', }, }), h('path', { attrs: { d: 'M25.616 6.375v2.599h-2.598V6.375h2.598Zm1.75-1.75h-6.098v6.099h6.098V4.625Z', }, }), h('path', { attrs: { d: 'M25.616 14.696v2.6h-2.598v-2.6h2.598Zm1.75-1.75h-6.098v6.1h6.098v-6.1Z', }, }), h('path', { attrs: { d: 'M25.616 23.018v2.598h-2.598v-2.598h2.598Zm1.75-1.75h-6.098v6.098h6.098v-6.098Z', }, })]); }, }; exports.default = IconSwitchProductLarge;