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