UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 878 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function HistoryIcon(props) { return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "history", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M3.47 17.223A9.994 9.994 0 0 0 12 22c5.523 0 10-4.477 10-10S17.523 2 12 2a9.985 9.985 0 0 0-8 4L2.854 4.854A.5.5 0 0 0 2 5.207V9.5a.5.5 0 0 0 .5.5h4.293a.5.5 0 0 0 .353-.854L5.432 7.432a8 8 0 1 1-.203 8.83.525.525 0 0 0-.692-.191l-.878.479a.481.481 0 0 0-.189.672Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.513 7h1a.5.5 0 0 1 .5.5v4.078l2.9 2.9a.5.5 0 0 1 0 .707l-.707.707a.5.5 0 0 1-.708 0l-3.485-3.486V7.5a.5.5 0 0 1 .5-.5Z" })] }); } exports.default = HistoryIcon;