correct.js 1.2 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 20 20", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "fill": "currentColor", "d": "M17.037 10C17.037 13.8865 13.8864 17.0371 9.99999 17.0371C6.11354 17.0371 2.96295 13.8865 2.96295 10C2.96295 6.1136 6.11354 2.96301 9.99999 2.96301C13.8864 2.96301 17.037 6.1136 17.037 10Z" } }, { "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M13.9239 7.17477C13.6638 6.91472 13.2422 6.91472 12.9821 7.17477L8.74433 11.4126L7.01786 9.6861C6.75781 9.42606 6.33619 9.42606 6.07614 9.6861C5.81609 9.94615 5.81609 10.3678 6.07614 10.6278L8.27349 12.8252C8.53354 13.0852 8.95516 13.0852 9.21521 12.8252L9.2195 12.8209L13.9239 8.1165C14.1839 7.85645 14.1839 7.43482 13.9239 7.17477Z" } }] };
  5. export var Correct = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'correct',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. Correct.displayName = 'Correct';
  13. export default Correct;
  14. //# sourceMappingURL=correct.js.map