@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 1.77 kB
JavaScript
'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 IconNumeroSymbolLarge = {
name: 'IconNumeroSymbolLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--numeroSymbolLarge', 'IconNumeroSymbolLarge');
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.5 21.25V19.5h-7v1.75z',
},
}), h('path', {
attrs: {
d: 'M23 17.75a5.1 5.1 0 0 1-1.978-.359 4.4 4.4 0 0 1-1.417-.971 4 4 0 0 1-.875-1.444 5.6 5.6 0 0 1 0-3.5 4 4 0 0 1 2.275-2.423A4.95 4.95 0 0 1 23 8.703a5 5 0 0 1 1.977.358 3.8 3.8 0 0 1 1.4.98c.386.418.684.909.875 1.444.189.564.283 1.155.28 1.75 0 .595-.094 1.185-.28 1.75a4.2 4.2 0 0 1-.875 1.444c-.393.418-.87.75-1.4.971a5.1 5.1 0 0 1-1.977.35m-2.188-4.533c-.04.72.164 1.432.578 2.022A1.93 1.93 0 0 0 23 16a1.92 1.92 0 0 0 1.592-.744c.414-.59.617-1.302.578-2.021a3.22 3.22 0 0 0-.578-2.03A1.91 1.91 0 0 0 23 10.47a1.93 1.93 0 0 0-1.61.735 3.22 3.22 0 0 0-.56 2.03z',
},
}), h('path', {
attrs: {
d: 'M14.093 7.25v13.02L8.002 7.25H4.624v17.5h2.363V10.435L13.68 24.75h2.774V7.25z',
},
})]);
},
};
exports.default = IconNumeroSymbolLarge;