@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.9 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var HistoryMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.1759 4.38343C13.3901 3.63932 11.3996 3.54641 9.5523 4.12093C7.70496 4.69546 6.11825 5.90088 5.06946 7.52654C4.02067 9.15221 3.5765 11.0947 3.81457 13.0146C4.05264 14.9346 4.95781 16.7098 6.3719 18.03C7.78598 19.3503 9.61905 20.1317 11.5508 20.2376C13.4825 20.3435 15.39 19.7673 16.94 18.6095C18.4899 17.4518 19.5838 15.7862 20.0303 13.9038C20.1259 13.5008 20.5301 13.2516 20.9332 13.3472C21.3362 13.4428 21.5854 13.847 21.4898 14.25C20.9621 16.4746 19.6694 18.443 17.8376 19.8113C16.0059 21.1795 13.7516 21.8605 11.4686 21.7353C9.18573 21.6102 7.0194 20.6867 5.34823 19.1264C3.67706 17.5661 2.60733 15.4682 2.32597 13.1992C2.04462 10.9303 2.56955 8.63459 3.80901 6.71337C5.04847 4.79215 6.92365 3.36758 9.10685 2.6886C11.29 2.00963 13.6424 2.11943 15.7529 2.99883C17.6138 3.77425 19.1823 5.10457 20.2505 6.79891V5.07626C20.2505 4.66205 20.5863 4.32626 21.0005 4.32626C21.4148 4.32626 21.7505 4.66205 21.7505 5.07626V8.53766C21.7505 8.95187 21.4148 9.28766 21.0005 9.28766H17.5391C17.1249 9.28766 16.7891 8.95187 16.7891 8.53766C16.7891 8.12345 17.1249 7.78766 17.5391 7.78766H19.0972C18.1927 6.26401 16.819 5.0681 15.1759 4.38343ZM12.0003 6.40337C12.4145 6.40337 12.7503 6.73915 12.7503 7.15337V12.2281L15.9355 13.8207C16.306 14.0059 16.4562 14.4565 16.2709 14.8269C16.0857 15.1974 15.6352 15.3476 15.2647 15.1623L11.6649 13.3624C11.4108 13.2354 11.2503 12.9757 11.2503 12.6916V7.15337C11.2503 6.73915 11.5861 6.40337 12.0003 6.40337Z", fill: "currentColor" }))); });
HistoryMIcon.displayName = 'HistoryMIcon';