@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 3.27 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 IconAccountCreditLarge = {
name: 'IconAccountCreditLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--accountCreditLarge', 'IconAccountCreditLarge');
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: 'M20.779 12.859s-.035-.062-.035-.088c-.097-1.111-.254-1.846-.254-1.846a.308.308 0 0 0-.263-.236l-.884-.105h-.026a.185.185 0 0 0-.183.184v.306s0 .008-.01.008a12.892 12.892 0 0 0-1.784-1.347.74.74 0 0 0-.438-.131.806.806 0 0 0-.437.131c-3.054 1.881-4.734 4.953-4.804 5.119a.292.292 0 0 0-.026.131c0 .14.096.263.227.298l.884.166c.114.035.21.131.219.254 0 .157.175 3.622.385 4.523a.3.3 0 0 0 .289.228l1.487-.027h.035a.097.097 0 0 0 .096-.096c-.017-.306-.061-.997-.105-1.723v-.062a.17.17 0 0 0-.087-.148.953.953 0 0 1-.464-.77c-.044-1.217-.07-2.626 0-3.72 0-.087.079-.165.175-.165a.19.19 0 0 1 .184.175v.017a37.053 37.053 0 0 0-.035 2.459c0 .114.096.21.21.21.114 0 .21-.096.21-.21a32.173 32.173 0 0 1 .035-2.468c0-.087.079-.166.175-.166a.19.19 0 0 1 .184.175v.018a36.653 36.653 0 0 0-.036 2.44.2.2 0 0 0 .21.202.2.2 0 0 0 .202-.21 31.94 31.94 0 0 1 .035-2.459c0-.087.079-.166.175-.166a.19.19 0 0 1 .184.175v.018c-.062 1.067-.044 2.423 0 3.613V17.601a.945.945 0 0 1-.412.779.206.206 0 0 0-.079.14s-.026.184.062 1.067c.035.386.07.657.079.77 0 .044.043.08.087.08h1.837a.103.103 0 0 0 .097-.08c.114-1.058.14-1.653.14-1.653 0-.053-.044-.096-.096-.105l-.604-.088a.221.221 0 0 1-.175-.148c-.009-.044 0-.097 0-.097.245-3.526 1.409-4.716 1.409-4.716l.052-.053a.176.176 0 0 1 .114-.034.19.19 0 0 1 .175.122s.008.026.017.087c.096 1.112.053 3.002-.009 4.472a121.803 121.803 0 0 1-.113 2.231s.035.079.07.079c.332 0 .656.008.997.017.14 0 .263-.096.289-.227.21-.901.376-4.367.385-4.524a.3.3 0 0 1 .219-.254l.883-.166a.302.302 0 0 0 .228-.298.35.35 0 0 0-.026-.13c-.035-.088-.49-.937-1.348-1.996l-.008-.017Z',
},
}), h('path', {
attrs: {
d: 'M28.26 15.125c0-6.274-5.102-11.375-11.375-11.375-2.993 0-5.705 1.173-7.744 3.063h-.009l-.201.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.04 3.334c3.037 0 5.89-1.181 8.042-3.334l1.803-1.802c2.03-2.065 3.29-4.883 3.29-7.998l-.01.009ZM8.327 23.683a9.551 9.551 0 0 1-2.817-6.8c0-.28.017-.56.044-.83.446 5.556 4.89 9.983 10.456 10.412a9.602 9.602 0 0 1-7.674-2.774l-.009-.008Zm8.558 1.067c-5.312 0-9.625-4.314-9.625-9.625a9.57 9.57 0 0 1 2.73-6.703l.192-.192a9.57 9.57 0 0 1 6.703-2.73c5.311 0 9.625 4.314 9.625 9.625s-4.314 9.625-9.625 9.625Z',
},
})]);
},
};
exports.default = IconAccountCreditLarge;