@pushchain/ui-kit
Version:
## Overview
8 lines • 1.78 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const WarningIcon = () => {
return ((0, jsx_runtime_1.jsx)("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: (0, jsx_runtime_1.jsx)("path", { d: "M9 0C7.21997 0 5.47991 0.527841 3.99987 1.51677C2.51983 2.50571 1.36628 3.91131 0.685088 5.55585C0.00389956 7.20038 -0.17433 9.00998 0.172936 10.7558C0.520203 12.5016 1.37737 14.1053 2.63604 15.364C3.89471 16.6226 5.49836 17.4798 7.24419 17.8271C8.99002 18.1743 10.7996 17.9961 12.4442 17.3149C14.0887 16.6337 15.4943 15.4802 16.4832 14.0001C17.4722 12.5201 18 10.78 18 9C17.9975 6.61382 17.0485 4.3261 15.3612 2.63882C13.6739 0.95154 11.3862 0.00251984 9 0ZM8.30769 4.84615C8.30769 4.66254 8.38063 4.48645 8.51047 4.35662C8.6403 4.22678 8.81639 4.15385 9 4.15385C9.18361 4.15385 9.3597 4.22678 9.48954 4.35662C9.61937 4.48645 9.69231 4.66254 9.69231 4.84615V9.69231C9.69231 9.87592 9.61937 10.052 9.48954 10.1818C9.3597 10.3117 9.18361 10.3846 9 10.3846C8.81639 10.3846 8.6403 10.3117 8.51047 10.1818C8.38063 10.052 8.30769 9.87592 8.30769 9.69231V4.84615ZM9 13.8462C8.79461 13.8462 8.59384 13.7852 8.42306 13.6711C8.25229 13.557 8.11919 13.3948 8.04059 13.2051C7.96199 13.0153 7.94142 12.8065 7.98149 12.6051C8.02156 12.4037 8.12047 12.2186 8.2657 12.0734C8.41093 11.9282 8.59597 11.8293 8.79741 11.7892C8.99885 11.7491 9.20765 11.7697 9.3974 11.8483C9.58716 11.9269 9.74934 12.06 9.86345 12.2308C9.97756 12.4015 10.0385 12.6023 10.0385 12.8077C10.0385 13.0831 9.92905 13.3472 9.7343 13.542C9.53956 13.7367 9.27542 13.8462 9 13.8462Z", fill: "#D53B3B" }) }));
};
exports.default = WarningIcon;
//# sourceMappingURL=WarningIcon.js.map