UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 2.46 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/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.188m.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.441z', }, }), h('path', { attrs: { d: 'M11.021 13.829q.593-.368 1.33-.368.591-.002 1.103.193.42.157.735.42l1.426-1.409a4.7 4.7 0 0 0-1.347-.866q-.854-.368-1.995-.368c-.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.8 4.8 0 0 0-.341 1.776c0 .613.113 1.208.34 1.776q.342.856.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.8 2.8 0 0 1-.35-1.373c0-.525.122-1.007.359-1.41.236-.402.55-.734.945-.97z', }, }), h('path', { attrs: { d: 'M19.938 13.829c.393-.245.84-.368 1.33-.368q.59-.002 1.102.193.42.157.735.42l1.426-1.409a4.7 4.7 0 0 0-1.347-.866q-.854-.368-1.995-.368c-.761 0-1.461.132-2.056.385a4.35 4.35 0 0 0-1.532 1.068c-.42.446-.743.971-.97 1.54a4.8 4.8 0 0 0-.342 1.776c0 .613.114 1.208.341 1.776q.341.856.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.418q-.317.249-.727.393c-.34.123-.7.184-1.067.184a2.59 2.59 0 0 1-2.284-1.339 2.8 2.8 0 0 1-.35-1.373c0-.525.123-1.007.359-1.41.236-.402.551-.734.945-.97z', }, })]); }, }; exports.default = IconCcLarge;