UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (30 loc) 1.83 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconVisionLarge = { name: 'IconVisionLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--visionLarge', 'IconVisionLarge'); 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: { d: 'M27.296 8.002A7.2 7.2 0 0 0 23 4.46a5.6 5.6 0 0 0-4.375.498c-.403.24-.77.535-1.094.875L4.625 15.66a1.93 1.93 0 0 0-.525 2.458l.28.508-1.505.779.805 1.557 1.54-.796.184.324a1.88 1.88 0 0 0 1.671.988q.212-.002.42-.043l4.209-.963L8.71 28.25h1.873l3.176-8.251h.096l3.185 8.25h1.873l-3.334-8.662 7.998-1.837h.113a5.3 5.3 0 0 0 1.619-.604c2.94-1.706 3.815-5.792 1.986-9.144M7.093 19.727a.15.15 0 0 1-.14-.078l-1.296-2.372a.175.175 0 0 1 .044-.227l10.08-7.718a7.6 7.6 0 0 0 .875 4.743 7.44 7.44 0 0 0 2.739 2.861zm17.342-4.12a3.89 3.89 0 0 1-3.01.332 5.46 5.46 0 0 1-3.238-2.695C16.806 10.75 17.4 7.679 19.5 6.47a3.8 3.8 0 0 1 1.881-.49q.58.001 1.138.158a5.46 5.46 0 0 1 3.237 2.695c1.383 2.528.788 5.565-1.321 6.772', }, }), h('path', { attrs: { d: 'M22.125 8.125a6.2 6.2 0 0 1-.945 1.68 6.2 6.2 0 0 1-1.68.945 6.2 6.2 0 0 1 1.68.945c.4.508.719 1.074.945 1.68a6.2 6.2 0 0 1 .945-1.68 6.2 6.2 0 0 1 1.68-.945 6.2 6.2 0 0 1-1.68-.945 6.2 6.2 0 0 1-.945-1.68', }, })]); }, }; export { IconVisionLarge as default };