@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 2.41 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 IconAiFilledLarge = {
name: 'IconAiFilledLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--aiFilledLarge', 'IconAiFilledLarge');
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: 'M28.582 17.313a.694.694 0 0 0-.236-.088l-2.642-.726a8.224 8.224 0 0 1-3.535-1.969l-.315-.315a8.224 8.224 0 0 1-1.969-3.535l-.726-2.643a2.565 2.565 0 0 0-.088-.236 1.008 1.008 0 0 0-.892-.525.992.992 0 0 0-.954.665l-.858 2.914c-.323 1.102-.857 2.144-1.6 3.019a3.138 3.138 0 0 1-.158.175c-1.068 1.199-2.476 2.038-4.025 2.467l-2.582.709a2.565 2.565 0 0 0-.236.087c-.7.377-.7 1.41 0 1.785.07.044.149.07.236.088l2.582.709c1.549.429 2.957 1.269 4.025 2.467.052.061.105.123.157.175a8.31 8.31 0 0 1 1.601 3.019l.858 2.914a1 1 0 0 0 .954.665c.35 0 .7-.175.892-.525a.693.693 0 0 0 .088-.237l.726-2.642a8.223 8.223 0 0 1 1.969-3.535l.315-.315a8.225 8.225 0 0 1 3.535-1.969l2.642-.726c.079-.026.158-.052.236-.087.7-.377.7-1.41 0-1.785Z',
},
}), h('path', {
attrs: {
d: 'M7.582 12.264a.448.448 0 0 0 .385-.228.426.426 0 0 0 .035-.096l.306-1.129c.158-.56.438-1.085.84-1.505l.132-.131c.42-.403.945-.683 1.505-.84l1.128-.306s.07-.018.097-.035a.436.436 0 0 0 0-.762.427.427 0 0 0-.097-.035l-1.128-.306a3.562 3.562 0 0 1-1.505-.84l-.132-.131a3.562 3.562 0 0 1-.84-1.505l-.306-1.129s-.017-.07-.035-.096a.428.428 0 0 0-.385-.228.439.439 0 0 0-.411.28l-.368 1.243a3.576 3.576 0 0 1-.752 1.365A3.541 3.541 0 0 1 4.336 6.9l-1.103.306s-.07.018-.096.035a.436.436 0 0 0 0 .761.427.427 0 0 0 .096.035l1.103.307c.656.183 1.26.542 1.715 1.05.026.026.044.052.07.078.315.377.542.814.682 1.287L7.171 12c.07.193.236.28.411.28v-.017Z',
},
})]);
},
};
exports.default = IconAiFilledLarge;