UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 786 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var HistorySIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.406 2.23a6.25 6.25 0 1 0 3.677 7.212.75.75 0 1 1 1.46.347 7.75 7.75 0 1 1-1.293-6.374v-.8a.75.75 0 0 1 1.5 0v2.693a.75.75 0 0 1-.75.75h-2.692a.75.75 0 0 1 0-1.5h.91a6.25 6.25 0 0 0-2.812-2.328M8 3.48a.75.75 0 0 1 .75.75v3.845l2.386 1.193a.75.75 0 1 1-.671 1.341l-2.8-1.4a.75.75 0 0 1-.415-.67V4.23A.75.75 0 0 1 8 3.48", clipRule: "evenodd" }))); }); HistorySIcon.displayName = 'HistorySIcon';