iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 685 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const History = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.507 12.324a7 7 0 00.065-8.56A7 7 0 002 4.393V2H1v3.5l.5.5H5V5H2.811a6.008 6.008 0 11-.135 5.77l-.887.462a7 7 0 0011.718 1.092zm-3.361-.97l.708-.707L8 7.792V4H7v4l.146.354 3 3z", fill: "#C5C5C5" }));
exports.default = History;