UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 2.63 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 IconCcLarge = { name: 'IconCcLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--ccLarge', 'IconCcLarge'); 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: 'M26.894 5.796H5.115c-1.207 0-2.187.98-2.187 2.188v16.441c0 1.208.98 2.188 2.187 2.188h21.779c1.207 0 2.187-.98 2.187-2.188V7.984c0-1.208-.98-2.188-2.187-2.188Zm.437 18.62a.433.433 0 0 1-.437.438H5.115a.433.433 0 0 1-.437-.438V7.984c0-.245.192-.438.437-.438h21.779c.245 0 .437.193.437.438v16.441-.009Z', }, }), h('path', { attrs: { d: 'M11.021 13.829c.394-.245.84-.368 1.33-.368.394 0 .762.062 1.103.193.28.105.525.245.735.42l1.426-1.409a4.737 4.737 0 0 0-1.347-.866c-.57-.245-1.234-.368-1.995-.368-.762 0-1.462.132-2.057.385a4.35 4.35 0 0 0-1.53 1.068c-.42.446-.745.971-.972 1.54a4.751 4.751 0 0 0-.341 1.776c0 .613.113 1.208.34 1.776.228.57.552 1.085.972 1.54a4.5 4.5 0 0 0 1.531 1.068c.604.254 1.287.385 2.04.385.752 0 1.46-.123 2.03-.368.498-.21.935-.49 1.294-.83l-1.444-1.418c-.21.166-.455.297-.726.393-.341.123-.7.184-1.067.184a2.59 2.59 0 0 1-2.284-1.339 2.812 2.812 0 0 1-.35-1.373c0-.525.122-1.007.359-1.41.236-.402.55-.734.945-.97l.008-.01Z', }, }), h('path', { attrs: { d: 'M19.938 13.829c.393-.245.84-.368 1.33-.368.393 0 .76.062 1.102.193.28.105.525.245.735.42l1.426-1.409a4.734 4.734 0 0 0-1.347-.866c-.569-.245-1.234-.368-1.995-.368-.761 0-1.461.132-2.056.385a4.349 4.349 0 0 0-1.532 1.068c-.42.446-.743.971-.97 1.54a4.751 4.751 0 0 0-.342 1.776c0 .613.114 1.208.341 1.776.228.57.551 1.085.971 1.54a4.5 4.5 0 0 0 1.532 1.068c.603.254 1.286.385 2.038.385.753 0 1.462-.123 2.03-.368.5-.21.937-.49 1.295-.83l-1.443-1.418c-.21.166-.455.297-.727.393-.34.123-.7.184-1.067.184a2.59 2.59 0 0 1-2.284-1.339 2.812 2.812 0 0 1-.35-1.373c0-.525.123-1.007.359-1.41.236-.402.551-.734.945-.97l.009-.01Z', }, })]); }, }; exports.default = IconCcLarge;