@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 2.13 kB
JavaScript
;
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 IconAccountCreditFilled = {
name: 'IconAccountCreditFilled',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--accountCreditFilled', 'IconAccountCreditFilled');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 16 16',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M14.52 7.362A5.868 5.868 0 0 0 8.658 1.5a5.81 5.81 0 0 0-4.42 2.03H4.23L3.215 4.536A5.833 5.833 0 0 0 1.5 8.675c0 1.557.612 3.036 1.715 4.139a5.852 5.852 0 0 0 4.139 1.715 5.815 5.815 0 0 0 4.138-1.715l.902-.902-.027-.026a5.845 5.845 0 0 0 2.153-4.532v.008ZM4.064 11.957C2.917 10.81 2.506 9.2 2.812 7.713a5.853 5.853 0 0 0 5.504 5.486 4.653 4.653 0 0 1-4.252-1.243Zm7.21-4.628s-.018.07-.035.096c-.018.026-.079.052-.079.052l-.438.088s-.06.017-.078.043a.13.13 0 0 0-.035.08c-.009.078-.088 1.81-.193 2.266a.157.157 0 0 1-.052.078c-.027.026-.097.035-.097.035-.175-.009-.332-.009-.498-.009H7.774c-.254.01-.49.018-.744.018a.183.183 0 0 1-.096-.035c-.027-.017-.053-.044-.053-.079-.105-.446-.192-2.187-.192-2.266 0-.026-.018-.053-.035-.079-.018-.017-.07-.043-.07-.043l-.438-.088s-.061-.026-.079-.053a.132.132 0 0 1-.035-.096c0-.017.01-.043.018-.061.035-.079.875-1.619 2.397-2.564a.383.383 0 0 1 .22-.07c.078 0 .157.027.218.07.315.193.613.42.893.674v-.157s.008-.053.026-.07a.1.1 0 0 1 .07-.027h.008l.447.053s.07.017.087.035c.018.017.044.043.044.079.061.306.105.62.131.927 0 .018.009.035.018.044.428.525.674.997.674.997h-.027s.018.044.018.061Z',
},
})]);
},
};
exports.default = IconAccountCreditFilled;