UNPKG

@pluralsight/ps-design-system-icon

Version:
37 lines 2.08 kB
// This file is generated by running the "icons" bin script. // Manual changes might be lost - proceed with caution! var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; var __rest = (this && this.__rest) || function (s, e) { var t = {}; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; } return t; }; import React, { forwardRef } from 'react'; import Icon from '..'; var HistoryIcon = forwardRef(function (props, ref) { var ariaLabel = props["aria-label"], rest = __rest(props, ['aria-label']); return (React.createElement(Icon, __assign({}, rest, { ref: ref }), React.createElement("svg", __assign({ "aria-label": "history icon", viewBox: "0 0 24 24", role: 'img' }, (ariaLabel && { 'aria-label': ariaLabel })), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", 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.672zm8.043-10.224h1a.5.5 0 0 1 .5.5v4.079l2.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" })))); }); HistoryIcon.displayName = "HistoryIcon"; HistoryIcon.colors = Icon.colors; HistoryIcon.sizes = Icon.sizes; export { HistoryIcon }; //# sourceMappingURL=History.dist.js.map