@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.11 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconRadioUnselectedLarge = {
name: 'IconRadioUnselectedLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--radioUnselectedLarge', 'IconRadioUnselectedLarge');
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.5',
},
})]);
},
};
export { IconRadioUnselectedLarge as default };