UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.17 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconRadioSelected = { name: 'IconRadioSelected', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--radioSelected', 'IconRadioSelected'); 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: 'M8 1.219C4.264 1.219 1.219 4.264 1.219 8S4.264 14.781 8 14.781 14.781 11.736 14.781 8 11.736 1.219 8 1.219m0 12.25A5.47 5.47 0 0 1 2.531 8 5.47 5.47 0 0 1 8 2.531 5.47 5.47 0 0 1 13.469 8 5.47 5.47 0 0 1 8 13.469M10.625 8A2.62 2.62 0 0 1 8 10.625 2.62 2.62 0 0 1 5.375 8 2.62 2.62 0 0 1 8 5.375 2.62 2.62 0 0 1 10.625 8', }, })]); }, }; export { IconRadioSelected as default };