@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var WarningTriangleOutlineSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.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" }))); });
WarningTriangleOutlineSIcon.displayName = 'WarningTriangleOutlineSIcon';