UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 791 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var HistoryMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.176 4.383a8.25 8.25 0 1 0 4.854 9.52.75.75 0 0 1 1.46.347 9.75 9.75 0 1 1-1.24-7.451V5.076a.75.75 0 0 1 1.5 0v3.462a.75.75 0 0 1-.75.75h-3.46a.75.75 0 0 1 0-1.5h1.557a8.25 8.25 0 0 0-3.921-3.405M12 6.403a.75.75 0 0 1 .75.75v5.075l3.185 1.593a.75.75 0 1 1-.67 1.341l-3.6-1.8a.75.75 0 0 1-.415-.67V7.153a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }))); }); HistoryMIcon.displayName = 'HistoryMIcon';