UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.77 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 IconUserGroup = { name: 'IconUserGroup', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--userGroup', 'IconUserGroup'); return h('svg', helper.default([{ 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.528 10.126a2.73 2.73 0 0 0-1.34-1.592 2.503 2.503 0 0 0 0-3.5 2.564 2.564 0 0 0-3.56 0 2.4 2.4 0 0 0-.368.481 2.8 2.8 0 0 0-2.432 0q-.15-.255-.36-.464a2.625 2.625 0 0 0-3.604 0 2.546 2.546 0 0 0 0 3.57 2.73 2.73 0 0 0-1.356 1.496L1 11.5h1.418l.332-.963a1.5 1.5 0 0 1 1.418-1.006h1.75q.084.128.192.236l.175.15a2.95 2.95 0 0 0-1.75 2.012l-.42 1.32H5.48l.271-.962a1.54 1.54 0 0 1 1.374-1.216h1.75a1.54 1.54 0 0 1 1.391 1.216l.271.963h1.365l-.402-1.33a2.96 2.96 0 0 0-1.75-2.004l.175-.149q.107-.108.192-.236h1.82a1.45 1.45 0 0 1 1.313 1.006l.35.963H15zm-2.293-4.2a1.207 1.207 0 0 1-1.549 1.838 2.57 2.57 0 0 0-.428-1.383c.055-.17.148-.325.27-.455a1.225 1.225 0 0 1 1.707 0m-3.255.945a1.391 1.391 0 1 1-1.96 0 1.435 1.435 0 0 1 1.96 0m-5.25-.945a1.27 1.27 0 0 1 1.75 0c.115.116.201.257.254.411a2.7 2.7 0 0 0-.464 1.505 1.28 1.28 0 0 1-1.54-.175 1.234 1.234 0 0 1 0-1.75z', }, })]); }, }; exports.default = IconUserGroup;