UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.31 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconEmployeeSearch = { name: 'IconEmployeeSearch', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--employeeSearch', 'IconEmployeeSearch'); 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: 'M7.125 7.125a3.062 3.062 0 1 0 0-6.125 3.062 3.062 0 0 0 0 6.125m0-4.812a1.75 1.75 0 1 1 0 3.5 1.75 1.75 0 0 1 0-3.5m4.813 5.468a2.85 2.85 0 0 0-2.844 2.844c.005.526.153 1.04.429 1.488l-1.925 1.925.927.962 1.925-1.925c.448.275.962.423 1.488.429a2.844 2.844 0 0 0 0-5.688zm0 4.375a1.532 1.532 0 1 1 1.53-1.531 1.54 1.54 0 0 1-1.53 1.531m-4.06-2.625H5.856a2.83 2.83 0 0 0-2.703 1.811l-.674 1.908h-1.4l.875-2.345A4.14 4.14 0 0 1 5.89 8.219h2.66zM1 13.582v-.096.105z', }, })]); }, }; export { IconEmployeeSearch as default };