@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 1.69 kB
JavaScript
'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 IconKroneLarge = {
name: 'IconKroneLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--kroneLarge', 'IconKroneLarge');
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: 'M16 3.75C9.245 3.75 3.75 9.245 3.75 16S9.245 28.25 16 28.25 28.25 22.755 28.25 16 22.755 3.75 16 3.75Zm0 22.75c-5.793 0-10.5-4.707-10.5-10.5S10.207 5.5 16 5.5 26.5 10.207 26.5 16 21.793 26.5 16 26.5Z',
},
}), h('path', {
attrs: {
d: 'M11.415 20.27H9.341v-8.531h2.074v3.867l3.299-3.867h2.441l-3.246 3.858 3.368 4.673h-2.493l-2.31-3.168-1.068 1.234v1.934h.009Z',
},
}), h('path', {
attrs: {
d: 'M18.021 13.777h1.82v.832h.026c.158-.254.394-.482.7-.683.307-.201.683-.297 1.13-.297.174 0 .34.008.498.035.157.026.315.052.464.096l-.508 1.934a1.532 1.532 0 0 0-.761-.184c-.42 0-.761.131-1.024.402-.262.272-.393.64-.393 1.12v3.247H18.03v-6.484l-.009-.018Z',
},
})]);
},
};
exports.default = IconKroneLarge;