UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (30 loc) 1.21 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconArrowInCircleLarge = { name: 'IconArrowInCircleLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--arrowInCircleLarge', 'IconArrowInCircleLarge'); 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: 'M16 3.75a12.25 12.25 0 0 0-11.961 9.625H5.84a10.5 10.5 0 1 1 0 5.25H4.04A12.25 12.25 0 1 0 16 3.75', }, }), h('path', { attrs: { d: 'm19.141 16.875-4.165 4.165 1.234 1.234 5.04-5.04q.128-.124.227-.272a1.75 1.75 0 0 0 0-1.924 1.7 1.7 0 0 0-.227-.272l-5.04-5.04-1.234 1.234 4.165 4.165H2.875v1.75z', }, })]); }, }; export { IconArrowInCircleLarge as default };