@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (30 loc) • 2.22 kB
JavaScript
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconAccountCredit = {
name: 'IconAccountCredit',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--accountCredit', 'IconAccountCredit');
return h('svg', _mergeJSXProps([{
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: 'M10.614 6.278s-.018-.027-.018-.044a8.446 8.446 0 0 0-.131-.928c0-.035-.026-.061-.044-.078a.134.134 0 0 0-.087-.035l-.447-.053H9.88s-.053.009-.07.026a.1.1 0 0 0-.027.07v.158a5.97 5.97 0 0 0-.892-.674.383.383 0 0 0-.219-.07.383.383 0 0 0-.219.07C6.93 5.665 6.09 7.205 6.055 7.284a.162.162 0 0 0-.018.061c0 .035.01.07.035.096a.157.157 0 0 0 .08.053l.437.087s.052.027.07.044c.017.026.035.053.035.079 0 .079.087 1.82.192 2.266 0 .035.026.061.053.079a.183.183 0 0 0 .096.035c.254 0 .49-.009.744-.018h1.995c.166 0 .323 0 .498.009 0 0 .07-.009.097-.035a.157.157 0 0 0 .052-.079c.105-.455.184-2.187.193-2.266a.13.13 0 0 1 .035-.079.092.092 0 0 1 .078-.043l.438-.088s.061-.026.079-.052a.183.183 0 0 0 .035-.097c0-.017 0-.043-.018-.061h.026s-.245-.472-.673-.997Z',
},
}), h('path', {
attrs: {
d: 'M14.525 7.362A5.868 5.868 0 0 0 8.662 1.5a5.81 5.81 0 0 0-4.418 2.03h-.01L3.22 4.536a5.833 5.833 0 0 0-1.715 4.139c0 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.069 11.957C2.922 10.81 2.51 9.2 2.817 7.713a5.853 5.853 0 0 0 5.504 5.486 4.653 4.653 0 0 1-4.252-1.243ZM8.662 12a4.645 4.645 0 0 1-4.637-4.638 4.645 4.645 0 0 1 4.637-4.637A4.645 4.645 0 0 1 13.3 7.362 4.645 4.645 0 0 1 8.662 12Z',
},
})]);
},
};
export { IconAccountCredit as default };