@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 2.2 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WarningTriangleFilledSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.WarningTriangleFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.21799 1.22009C7.39422 1.11241 7.59077 1.04227 7.79535 1.01406C7.99993 0.985854 8.20812 1.00018 8.40691 1.05615C8.6057 1.11212 8.79079 1.20853 8.9506 1.33933C9.11042 1.47014 9.24151 1.63253 9.33568 1.81634L9.33769 1.82034L14.8395 12.8241C14.9546 13.0525 15.0094 13.3066 14.9987 13.5622C14.988 13.8178 14.9121 14.0664 14.7783 14.2844C14.6445 14.5024 14.4572 14.6826 14.2342 14.8078C14.0112 14.9331 13.7598 14.9992 13.504 15H2.49645C2.24072 14.9993 1.98941 14.9333 1.76638 14.8081C1.54335 14.683 1.35599 14.503 1.2221 14.2851C1.08821 14.0672 1.01222 13.8187 1.00136 13.5631C0.990488 13.3076 1.0451 13.0535 1.16001 12.8251V12.8241L6.66381 1.82034L6.66581 1.81634C6.7918 1.57045 6.98223 1.36412 7.21799 1.22009ZM8.00025 5.12076C8.19923 5.12076 8.39005 5.19981 8.53075 5.34052C8.67145 5.48124 8.75049 5.67208 8.75049 5.87108V9.12248C8.75049 9.32148 8.67145 9.51232 8.53075 9.65304C8.39005 9.79375 8.19923 9.8728 8.00025 9.8728C7.80127 9.8728 7.61044 9.79375 7.46974 9.65304C7.32905 9.51232 7.25 9.32148 7.25 9.12248V5.87108C7.25 5.67208 7.32905 5.48124 7.46974 5.34052C7.61044 5.19981 7.80127 5.12076 8.00025 5.12076ZM9.00058 11.8737C9.00058 12.139 8.89518 12.3935 8.70759 12.5811C8.51999 12.7687 8.26555 12.8741 8.00025 12.8741C7.73494 12.8741 7.48051 12.7687 7.29291 12.5811C7.10531 12.3935 6.99992 12.139 6.99992 11.8737C6.99992 11.6083 7.10531 11.3539 7.29291 11.1662C7.48051 10.9786 7.73494 10.8732 8.00025 10.8732C8.26555 10.8732 8.51999 10.9786 8.70759 11.1662C8.89518 11.3539 9.00058 11.6083 9.00058 11.8737Z", fill: "currentColor" }))); });
exports.WarningTriangleFilledSIcon.displayName = 'WarningTriangleFilledSIcon';