UNPKG

@justeattakeaway/pie-icons-vue

Version:
45 lines (42 loc) 2.25 kB
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 IconAccountCreditLarge = { name: 'IconAccountCreditLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--accountCreditLarge', 'IconAccountCreditLarge'); 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: { 'fill-rule': 'evenodd', d: 'M13.646 10.444a3.818 3.818 0 0 0 3.815-3.815c0-2.1-1.706-3.815-3.815-3.815a3.818 3.818 0 0 0-3.815 3.815c0 2.1 1.715 3.815 3.815 3.815Zm0-5.88c1.138 0 2.065.927 2.065 2.065a2.069 2.069 0 0 1-2.065 2.065 2.069 2.069 0 0 1-2.065-2.065c0-1.138.928-2.065 2.065-2.065Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { d: 'M17.873 14.162a3.446 3.446 0 0 0-2.048-.595h-4.322c-.753-.008-1.462.184-2.065.587a3.575 3.575 0 0 0-1.34 1.645l-.717 2.012H5.526l.937-2.625a5.246 5.246 0 0 1 2.012-2.493 5.22 5.22 0 0 1 3.045-.875h4.288a5.148 5.148 0 0 1 3.045.892 5.21 5.21 0 0 1 1.995 2.485l.148.429h-1.88a3.575 3.575 0 0 0-1.243-1.462Z', }, }), h('path', { attrs: { d: 'M13.165 24.067h2.573v1.75h-2.573v-1.75Z', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M12.097 17.47h12.338a2.06 2.06 0 0 1 2.056 2.056v7.543a2.06 2.06 0 0 1-2.056 2.056H12.097a2.06 2.06 0 0 1-2.056-2.056v-7.543a2.06 2.06 0 0 1 2.056-2.056Zm12.338 9.905a.31.31 0 0 0 .306-.306V22.58h-12.95v4.489c0 .166.14.306.306.306h12.338ZM11.79 20.83h12.95v-1.304a.31.31 0 0 0-.306-.306H12.097a.31.31 0 0 0-.306.306v1.304Z', 'clip-rule': 'evenodd', }, })]); }, }; export { IconAccountCreditLarge as default };