UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 1.56 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 IconSignOpenLarge = { name: 'IconSignOpenLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--signOpenLarge', 'IconSignOpenLarge'); 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: 'M14.661 23.168c.394 0 .779-.167 1.042-.456l5.512-5.95-1.286-1.19-5.276 5.688-1.926-2.17-1.312 1.164 2.188 2.467c.27.289.647.455 1.04.455l.018-.008Z', }, }), h('path', { attrs: { d: 'M26.5 11.626h-4.462L16.683 4.95h-1.365l-5.355 6.676H5.5a2.633 2.633 0 0 0-2.625 2.625v10.5A2.633 2.633 0 0 0 5.5 27.376h21a2.633 2.633 0 0 0 2.625-2.625v-10.5a2.633 2.633 0 0 0-2.625-2.625ZM16 6.901l3.789 4.725h-7.587l3.79-4.725H16Zm11.375 17.85a.878.878 0 0 1-.875.875h-21a.878.878 0 0 1-.875-.875v-10.5c0-.481.394-.875.875-.875h21c.481 0 .875.394.875.875v10.5Z', }, })]); }, }; exports.default = IconSignOpenLarge;