@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.18 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WarningTriangleOutlineSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.WarningTriangleOutlineSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.052 1.267a1.82 1.82 0 0 1 2.566.722l.004.008 5.184 10.367v.002A1.817 1.817 0 0 1 13.188 15H2.812a1.818 1.818 0 0 1-1.618-2.634v-.002L6.382 1.99c.153-.298.385-.548.67-.722M8 2.75a.07.07 0 0 0-.06.035L2.759 13.15v.003a.068.068 0 0 0 .059.098h10.366a.07.07 0 0 0 .057-.032.07.07 0 0 0 .003-.066l-.002-.003L8.06 2.785A.07.07 0 0 0 8 2.75m0 2.487c.483 0 .875.391.875.875v3.064a.875.875 0 0 1-1.75 0V6.112c0-.484.392-.875.875-.875m-.785 5.51a1.11 1.11 0 1 1 1.57 1.57 1.11 1.11 0 0 1-1.57-1.57", clipRule: "evenodd" }))); });
exports.WarningTriangleOutlineSIcon.displayName = 'WarningTriangleOutlineSIcon';