@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 866 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function WarningTriangleIcon(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": "warning triangle icon", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M13 14.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v5ZM13 17.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M1.867 21a.5.5 0 0 1-.433-.75L11.567 2.747a.5.5 0 0 1 .866 0L22.566 20.25a.5.5 0 0 1-.433.75H1.867Zm2.602-2L12 5.992 19.531 19H4.47Z", clipRule: "evenodd" })] });
}
exports.default = WarningTriangleIcon;