@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 3.01 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 IconAccountCreditFilledLarge = {
name: 'IconAccountCreditFilledLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--accountCreditFilledLarge', 'IconAccountCreditFilledLarge');
return h('svg', _mergeJSXProps([{
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.25 15.125c0-6.274-5.101-11.375-11.375-11.375-2.992 0-5.705 1.173-7.744 3.063h-.008l-.202.183-.175.175-1.662 1.663a11.276 11.276 0 0 0-3.334 8.041c0 3.036 1.181 5.889 3.334 8.041a11.313 11.313 0 0 0 8.041 3.334c3.036 0 5.889-1.181 8.041-3.334l1.803-1.802c2.03-2.065 3.29-4.883 3.29-7.998l-.009.009ZM8.318 23.683a9.551 9.551 0 0 1-2.818-6.8c0-.28.018-.56.044-.83.446 5.556 4.891 9.983 10.456 10.412a9.602 9.602 0 0 1-7.674-2.774l-.008-.008Zm13.597-8.41-.884.167c-.113.035-.21.131-.218.254 0 .157-.175 3.622-.386 4.524a.3.3 0 0 1-.288.227c-.341 0-.674-.018-.998-.018 0 0-.07-.035-.07-.07 0 0 .061-.98.114-2.23.061-1.47.114-3.36.009-4.472 0-.061-.018-.087-.018-.087a.19.19 0 0 0-.175-.123c-.044 0-.079.018-.114.035 0 0-.026.018-.052.053 0 0-1.164 1.19-1.409 4.716v.096c.018.07.079.131.175.149l.604.087c.053 0 .096.053.096.105 0 0-.026.595-.14 1.654 0 .044-.044.079-.096.079h-1.838c-.043 0-.087-.035-.087-.079a20.05 20.05 0 0 1-.079-.77c-.079-.884-.061-1.067-.061-1.067 0-.062.035-.105.079-.14a.957.957 0 0 0 .411-.78v-.035c-.044-1.19-.061-2.537 0-3.613v-.018a.178.178 0 0 0-.184-.175c-.096 0-.166.08-.175.167a31.996 31.996 0 0 0-.035 2.458c0 .114-.087.21-.201.21a.206.206 0 0 1-.21-.2 31.534 31.534 0 0 1 .035-2.442v-.018a.178.178 0 0 0-.184-.175c-.096 0-.166.08-.175.167-.043.735-.052 1.61-.035 2.467 0 .114-.087.21-.21.21a.207.207 0 0 1-.21-.21 32.045 32.045 0 0 1 .035-2.459V13.9a.178.178 0 0 0-.184-.175c-.096 0-.166.079-.175.166-.07 1.103-.043 2.503 0 3.719a.966.966 0 0 0 .464.77.18.18 0 0 1 .088.149v.061c.035.726.079 1.418.105 1.724 0 .052-.044.105-.097.105h-.034c-.508 0-.98.017-1.488.026a.292.292 0 0 1-.289-.227c-.21-.902-.376-4.367-.385-4.524a.3.3 0 0 0-.219-.254l-.883-.166a.302.302 0 0 1-.228-.298c0-.044.009-.087.027-.131.06-.166 1.75-3.238 4.803-5.119a.739.739 0 0 1 .438-.131c.166 0 .315.053.437.131.665.411 1.26.875 1.785 1.348 0 0 .009 0 .009-.009v-.306c0-.105.088-.184.184-.184h.026l.884.105a.307.307 0 0 1 .262.236s.158.735.254 1.846c0 0 .017.062.035.088.849 1.059 1.313 1.908 1.348 1.995a.292.292 0 0 1 .026.131.31.31 0 0 1-.228.298h.009Z',
},
})]);
},
};
export { IconAccountCreditFilledLarge as default };