UNPKG

@justeattakeaway/pie-icons-vue

Version:
45 lines (40 loc) 1.98 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 IconRobot = { name: 'IconRobot', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--robot', 'IconRobot'); 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: 'M6.106 11.71v.656h3.772v-1.312H6.106v.656Z', }, }), h('path', { attrs: { d: 'M5.695 10.161a.753.753 0 1 0 0-1.505.753.753 0 0 0 0 1.505Z', }, }), h('path', { attrs: { d: 'M10.297 10.161a.753.753 0 1 0 0-1.505.753.753 0 0 0 0 1.505Z', }, }), h('path', { attrs: { d: 'M13.089 7.571A2.398 2.398 0 0 0 10.7 5.305H8.67v-.901A1.723 1.723 0 1 0 6.29 2.81c0 .718.438 1.339 1.068 1.593v.9H5.3A2.4 2.4 0 0 0 2.913 7.58c-1.085.341-1.864 1.33-1.864 2.502a2.64 2.64 0 0 0 1.837 2.503 2.4 2.4 0 0 0 2.398 2.336h5.399a2.405 2.405 0 0 0 2.397-2.327 2.628 2.628 0 0 0 1.864-2.512c0-1.19-.796-2.178-1.873-2.51h.018ZM2.886 11.124a1.326 1.326 0 0 1-.525-1.042c0-.42.21-.805.525-1.04v2.09-.008Zm8.9-3.378v4.769c0 .604-.49 1.094-1.095 1.094H5.293c-.604 0-1.094-.49-1.094-1.094V7.72c0-.604.49-1.094 1.094-1.094h5.398c.604 0 1.094.49 1.094 1.094v.035-.009Zm1.312 3.404V9.015c.332.245.542.63.542 1.067 0 .438-.219.823-.542 1.068Z', }, })]); }, }; exports.default = IconRobot;