UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.21 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconRadioSelectedLarge = { name: 'IconRadioSelectedLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--radioSelectedLarge', 'IconRadioSelectedLarge'); 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.75C9.245 3.75 3.75 9.245 3.75 16S9.245 28.25 16 28.25 28.25 22.755 28.25 16 22.755 3.75 16 3.75m0 22.75c-5.792 0-10.5-4.707-10.5-10.5 0-5.792 4.708-10.5 10.5-10.5 5.793 0 10.5 4.708 10.5 10.5 0 5.793-4.707 10.5-10.5 10.5M21.25 16A5.254 5.254 0 0 1 16 21.25 5.254 5.254 0 0 1 10.75 16 5.254 5.254 0 0 1 16 10.75 5.254 5.254 0 0 1 21.25 16', }, })]); }, }; export { IconRadioSelectedLarge as default };