radio-yes-single.js 1.1 KB

1234567891011121314
  1. // This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT.
  2. import { createElement, forwardRef } from 'react';
  3. import { IconBase } from '../icon';
  4. var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M8 14.7692C11.7385 14.7692 14.7692 11.7385 14.7692 8C14.7692 4.26146 11.7385 1.23077 8 1.23077C4.26146 1.23077 1.23077 4.26146 1.23077 8C1.23077 11.7385 4.26146 14.7692 8 14.7692ZM8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z", "fillRule": "evenodd", "clipRule": "evenodd" } }, { "tag": "circle", "attrs": { "cx": 8, "cy": 8, "r": 4.92, "fill": "currentColor" } }] };
  5. export var RadioYesSingle = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'radio-yes-single',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. RadioYesSingle.displayName = 'RadioYesSingle';
  13. export default RadioYesSingle;
  14. //# sourceMappingURL=radio-yes-single.js.map