@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.91 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var HistorySIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.4058 2.2301C9.0529 1.66639 7.54498 1.59601 6.1455 2.03124C4.74602 2.46648 3.54399 3.37967 2.74946 4.61121C1.95494 5.84276 1.61845 7.31434 1.7988 8.7688C1.97916 10.2233 2.66488 11.5681 3.73614 12.5683C4.8074 13.5685 6.19606 14.1604 7.65946 14.2406C9.12286 14.3209 10.5679 13.8843 11.7421 13.0073C12.9163 12.1302 13.745 10.8684 14.0833 9.44239C14.1789 9.03936 14.5831 8.79015 14.9861 8.88576C15.3892 8.98137 15.6384 9.3856 15.5428 9.78862C15.1233 11.5569 14.0958 13.1215 12.6398 14.209C11.1838 15.2966 9.39193 15.8379 7.57734 15.7384C5.76274 15.6389 4.04082 14.9049 2.71247 13.6647C1.38412 12.4245 0.533838 10.7569 0.310203 8.95339C0.0865686 7.14988 0.503808 5.32514 1.48901 3.79804C2.47421 2.27094 3.96471 1.1386 5.70004 0.598914C7.43538 0.0592243 9.30518 0.146503 10.9827 0.845497C12.2924 1.39123 13.4199 2.28273 14.2504 3.4147V2.61515C14.2504 2.20094 14.5862 1.86515 15.0004 1.86515C15.4146 1.86515 15.7504 2.20094 15.7504 2.61515V5.3076C15.7504 5.72182 15.4146 6.0576 15.0004 6.0576H12.308C11.8938 6.0576 11.558 5.72182 11.558 5.3076C11.558 4.89339 11.8938 4.5576 12.308 4.5576H13.2189C12.5365 3.52316 11.5587 2.71051 10.4058 2.2301ZM8.00006 3.48057C8.41428 3.48057 8.75006 3.81636 8.75006 4.23057V8.07497L11.1356 9.26775C11.5061 9.45299 11.6563 9.9035 11.471 10.274C11.2858 10.6445 10.8353 10.7946 10.4648 10.6094L7.66465 9.20931C7.41057 9.08227 7.25006 8.82257 7.25006 8.53849V4.23057C7.25006 3.81636 7.58585 3.48057 8.00006 3.48057Z", fill: "currentColor" }))); });
HistorySIcon.displayName = 'HistorySIcon';