@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 787 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function ClockIcon(props) {
return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "clock icon", ...props, children: [(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 .706l-.707.708a.5.5 0 0 1-.708 0l-3.485-3.486V7.5a.5.5 0 0 1 .5-.5Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M2 12C2 6.486 6.486 2 12 2s10 4.486 10 10-4.486 10-10 10S2 17.514 2 12Zm2 0c0-4.411 3.589-8 8-8s8 3.589 8 8-3.589 8-8 8-8-3.589-8-8Z", clipRule: "evenodd" })] });
}
exports.default = ClockIcon;