UNPKG

@justeattakeaway/pie-icons-vue

Version:
45 lines (40 loc) 2.17 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 IconRobotLarge = { name: 'IconRobotLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--robotLarge', 'IconRobotLarge'); 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: 'M24.3 15.431V14.33a2.633 2.633 0 0 0-2.625-2.625H16.88V9.857A2.685 2.685 0 0 0 18.7 7.32a2.696 2.696 0 0 0-5.39 0c0 1.181.761 2.17 1.82 2.537v1.847h-4.795a2.633 2.633 0 0 0-2.625 2.625v1.111a4.163 4.163 0 0 0-3.054 4.008c0 1.916 1.304 3.508 3.054 4.007v1.208a2.633 2.633 0 0 0 2.625 2.625h11.34a2.633 2.633 0 0 0 2.625-2.625v-1.2c1.776-.48 3.098-2.09 3.098-4.015 0-1.925-1.322-3.536-3.098-4.017ZM15.06 7.33c0-.516.42-.945.945-.945.525 0 .945.42.945.945 0 .525-.42.945-.945.945a.941.941 0 0 1-.945-.945ZM6.406 19.448c0-.928.534-1.733 1.304-2.136v4.28a2.415 2.415 0 0 1-1.304-2.136v-.008Zm16.144 5.215a.878.878 0 0 1-.875.875h-11.34a.878.878 0 0 1-.875-.875V14.329c0-.482.394-.875.875-.875h11.34c.481 0 .875.393.875.875v10.334Zm1.75-3.054v-4.323a2.417 2.417 0 0 1 1.348 2.162c0 .944-.552 1.767-1.348 2.16Z', }, }), h('path', { attrs: { d: 'M12.855 23.035h6.3v-1.75h-6.3v1.75Z', }, }), h('path', { attrs: { d: 'M13.433 18.327a1.26 1.26 0 1 0-2.521.001 1.26 1.26 0 0 0 2.52 0Z', }, }), h('path', { attrs: { d: 'M19.846 17.076a1.26 1.26 0 1 0 .001 2.521 1.26 1.26 0 0 0 0-2.52Z', }, })]); }, }; exports.default = IconRobotLarge;