impatient.js 1.5 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": 6.89, "fill": "colorChannel1", "stroke": "currentColor", "strokeWidth": 0.3 } }, { "tag": "rect", "attrs": { "width": 1.48, "height": 1.48, "x": 7.41, "y": 7.41, "fill": "currentColor", "rx": 0.74 } }, { "tag": "rect", "attrs": { "width": 1.48, "height": 1.48, "x": 11.11, "y": 7.41, "fill": "currentColor", "rx": 0.74 } }, { "tag": "path", "attrs": { "fill": "#fff", "stroke": "currentColor", "d": "M7.47573 11.731C6.96306 12.129 6.61613 12.7024 6.47071 13.2804C6.41784 13.4905 6.50617 13.6782 6.65942 13.78C6.80761 13.8785 7.00813 13.8928 7.18477 13.8C8.9498 12.8724 11.0652 12.8704 12.8285 13.8002C13.005 13.8932 13.2052 13.8788 13.3533 13.7802C13.5061 13.6785 13.5942 13.4914 13.5428 13.2819C13.401 12.7041 13.0605 12.1298 12.5468 11.731C11.8676 11.2038 10.9552 10.9132 10.0112 10.9132C9.06732 10.9132 8.15485 11.2038 7.47573 11.731Z", "strokeWidth": 0.4 } }] };
  5. export var Impatient = forwardRef(function (props, ref) {
  6. return createElement(IconBase, Object.assign({}, props, {
  7. id: 'impatient',
  8. ref: ref,
  9. icon: element,
  10. }));
  11. });
  12. Impatient.displayName = 'Impatient';
  13. export default Impatient;
  14. //# sourceMappingURL=impatient.js.map