@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 949 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HistorySIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.HistorySIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.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" }))); });
exports.HistorySIcon.displayName = 'HistorySIcon';