UNPKG

@justeattakeaway/pie-icons-vue

Version:
27 lines (25 loc) 1.91 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconAccountCreditFilled', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--accountCreditFilled', 'IconAccountCreditFilled'); 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: 'M14.52 7.363A5.87 5.87 0 0 0 8.658 1.5a5.81 5.81 0 0 0-4.42 2.03H4.23L3.215 4.536A5.83 5.83 0 0 0 1.5 8.675c0 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.139-1.715l.9-.902-.026-.026a5.85 5.85 0 0 0 2.153-4.532zM4.064 11.956C2.918 10.81 2.506 9.2 2.813 7.713a5.853 5.853 0 0 0 5.503 5.486 4.65 4.65 0 0 1-4.252-1.243m7.21-4.628s-.018.07-.035.096-.079.052-.079.052l-.437.088s-.062.017-.08.043a.13.13 0 0 0-.034.08c-.009.078-.088 1.81-.193 2.266a.16.16 0 0 1-.052.078c-.027.026-.097.035-.097.035-.175-.009-.332-.009-.498-.009H7.774c-.254.01-.49.018-.744.018a.2.2 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.13.13 0 0 1-.035-.096c0-.017.01-.043.018-.061.035-.079.875-1.619 2.398-2.564a.4.4 0 0 1 .218-.07c.079 0 .158.027.219.07q.473.291.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.061', }, })]); }, };