UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 1.18 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconUserFilledLarge = { name: 'IconUserFilledLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--userFilledLarge', 'IconUserFilledLarge'); 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: 'M23.823 22.501a6.01 6.01 0 0 0-5.723-3.876H13.91a6.03 6.03 0 0 0-5.731 3.894l-1.182 3.316h18.017z', }, }), h('path', { attrs: { d: 'M20.314 11.327a4.428 4.428 0 1 0-5.32 5.33 4.437 4.437 0 0 0 5.32-5.33', }, })]); }, }; exports.default = IconUserFilledLarge;