@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 874 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function DangerDiamondIcon(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": "danger diamond icon", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 22a.997.997 0 0 1-.707-.293l-9-9a.999.999 0 0 1 0-1.414l9-9a.999.999 0 0 1 1.414 0l9 9a.999.999 0 0 1 0 1.414l-9 9A.997.997 0 0 1 12 22ZM4.414 12 12 19.586 19.586 12 12 4.414 4.414 12Z" }), (0, jsx_runtime_1.jsx)("path", { d: "M13 13.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 16.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" })] });
}
exports.default = DangerDiamondIcon;