UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 1.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function ClockWarningIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "clock warning icon", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M19.703 9.837c.194.688.297 1.414.297 2.163 0 4.411-3.589 8-8 8s-8-3.589-8-8 3.589-8 8-8c.75 0 1.475.103 2.163.297a4.49 4.49 0 0 1 .978-1.792A9.96 9.96 0 0 0 12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10a9.962 9.962 0 0 0-.505-3.141 4.492 4.492 0 0 1-1.792.978ZM18.5 9a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm-6.987-2h1a.5.5 0 0 1 .5.5v4.078l2.9 2.9a.5.5 0 0 1 0 .706l-.707.708a.498.498 0 0 1-.708 0l-3.485-3.486V7.5a.5.5 0 0 1 .5-.5ZM18 3.75a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v2a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-2Zm1.13 3.375a.625.625 0 1 1-1.25 0 .625.625 0 0 1 1.25 0Z", clipRule: "evenodd" }) }); } exports.default = ClockWarningIcon;