mistake.js 1.3 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": "circle", "attrs": { "cx": 10, "cy": 10, "r": 7.04, "fill": "currentColor" } }, { "tag": "path", "attrs": { "fill": "colorChannel1", "d": "M6.87359 6.87332C6.6146 7.13231 6.6146 7.55221 6.87359 7.8112L9.062 9.99961L6.87356 12.188C6.61457 12.447 6.61457 12.8669 6.87356 13.1259C7.13255 13.3849 7.55245 13.3849 7.81144 13.1259L9.99987 10.9375L12.1882 13.1258C12.4472 13.3848 12.8671 13.3848 13.1261 13.1258C13.3851 12.8669 13.3851 12.447 13.1261 12.188L10.9378 9.99961L13.1261 7.81127C13.3851 7.55228 13.3851 7.13238 13.1261 6.87339C12.8671 6.61441 12.4472 6.61441 12.1882 6.87339L9.99987 9.06173L7.81147 6.87332C7.55248 6.61433 7.13257 6.61433 6.87359 6.87332Z", "fillRule": "evenodd", "clipRule": "evenodd" } }] };
  5. export var Mistake = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'mistake',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. Mistake.displayName = 'Mistake';
  13. export default Mistake;
  14. //# sourceMappingURL=mistake.js.map