UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.4 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconVision = { name: 'IconVision', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--vision', 'IconVision'); 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.379 4.01a3.8 3.8 0 0 0-2.284-1.873 3 3 0 0 0-2.345.272q-.309.181-.569.428l-6.43 4.935a1.19 1.19 0 0 0-.325 1.514v.053l-.962.498.604 1.164.988-.507a1.19 1.19 0 0 0 1.007.586.9.9 0 0 0 .262 0l1.715-.455-1.33 3.5H6.12l1.33-3.5 1.33 3.5h1.409l-1.558-4.06 3.815-.875q.46-.087.875-.306A3.605 3.605 0 0 0 14.38 4.01M4.159 9.75l-.534-.998 4.568-3.5a4 4 0 0 0 .49 2.013c.27.475.634.891 1.067 1.225zm8.496-2.013a1.67 1.67 0 0 1-1.339.15A2.47 2.47 0 0 1 9.83 6.643a2.275 2.275 0 0 1 .577-3.09c.25-.145.534-.22.823-.218q.262.005.516.07A2.57 2.57 0 0 1 13.25 4.64a2.284 2.284 0 0 1-.595 3.089z', }, })]); }, }; export { IconVision as default };