@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (30 loc) • 2.11 kB
JavaScript
import _mergeJSXProps from './_virtual/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-.044a9 9 0 0 0-.131-.928c0-.035-.026-.061-.044-.078a.13.13 0 0 0-.087-.035l-.447-.053H9.88s-.053.009-.07.026a.1.1 0 0 0-.027.07v.158a6 6 0 0 0-.892-.674.4.4 0 0 0-.219-.07.4.4 0 0 0-.219.07C6.93 5.665 6.09 7.205 6.055 7.284a.2.2 0 0 0-.018.061c0 .035.01.07.035.096a.16.16 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.2.2 0 0 0 .096.035c.254 0 .49-.009.744-.018h1.995c.166 0 .323 0 .498.009 0 0 .07-.009.097-.035a.16.16 0 0 0 .052-.079c.105-.455.184-2.187.193-2.266a.13.13 0 0 1 .035-.079.09.09 0 0 1 .078-.043l.438-.088s.061-.026.079-.052a.2.2 0 0 0 .035-.097c0-.017 0-.043-.018-.061h.026s-.245-.472-.673-.997',
},
}), h('path', {
attrs: {
d: 'M14.525 7.363A5.87 5.87 0 0 0 8.662 1.5a5.81 5.81 0 0 0-4.418 2.03h-.01L3.22 4.536a5.83 5.83 0 0 0-1.715 4.139c0 1.557.612 3.036 1.715 4.139a5.85 5.85 0 0 0 4.139 1.715 5.82 5.82 0 0 0 4.138-1.715l.902-.902-.027-.026a5.85 5.85 0 0 0 2.153-4.532zM4.069 11.956C2.922 10.81 2.51 9.2 2.817 7.713a5.853 5.853 0 0 0 5.504 5.486 4.65 4.65 0 0 1-4.252-1.243M8.662 12a4.645 4.645 0 0 1-4.637-4.637 4.645 4.645 0 0 1 4.637-4.638A4.645 4.645 0 0 1 13.3 7.362 4.645 4.645 0 0 1 8.662 12',
},
})]);
},
};
export { IconAccountCredit as default };