RecentIcon.js 575 B

123456789101112131415161718
  1. import React from 'react';
  2. export function RecentIcon() {
  3. return /*#__PURE__*/React.createElement("svg", {
  4. width: "20",
  5. height: "20",
  6. viewBox: "0 0 20 20"
  7. }, /*#__PURE__*/React.createElement("g", {
  8. stroke: "currentColor",
  9. fill: "none",
  10. fillRule: "evenodd",
  11. strokeLinecap: "round",
  12. strokeLinejoin: "round"
  13. }, /*#__PURE__*/React.createElement("path", {
  14. d: "M3.18 6.6a8.23 8.23 0 1112.93 9.94h0a8.23 8.23 0 01-11.63 0"
  15. }), /*#__PURE__*/React.createElement("path", {
  16. d: "M6.44 7.25H2.55V3.36M10.45 6v5.6M10.45 11.6L13 13"
  17. })));
  18. }