UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.35 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconLeiLarge = { name: 'IconLeiLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--leiLarge', 'IconLeiLarge'); 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: 'M9.77 10.75h1.593v8.645H9.77zm9.301 5.6q0 .279-.061.551h-4.436a1.55 1.55 0 0 0 1.583 1.225 2 2 0 0 0 1.497-.569l.971.937a3.2 3.2 0 0 1-2.52 1.006 3.03 3.03 0 0 1-3.133-3.168A2.965 2.965 0 0 1 16 13.192a2.95 2.95 0 0 1 3.071 3.158m-1.584-.595A1.39 1.39 0 0 0 16 14.539a1.374 1.374 0 0 0-1.453 1.216zm3.947-4.926a.874.874 0 0 0-.954.918.954.954 0 0 0 1.907 0 .876.876 0 0 0-.953-.918m-.797 8.566h1.593v-6.02h-1.593zM28.25 16a12.25 12.25 0 1 1-24.499 0 12.25 12.25 0 0 1 24.499 0m-1.75 0a10.5 10.5 0 1 0-21 0 10.5 10.5 0 0 0 21 0', }, })]); }, }; export { IconLeiLarge as default };