UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 2.41 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var WarningTriangleSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.05195 1.26681C7.33739 1.09233 7.66545 1 8 1C8.33455 1 8.66261 1.09233 8.94805 1.26681C9.2335 1.4413 9.46525 1.69117 9.61779 1.98892L9.6217 1.99655L14.8055 12.3643L14.8062 12.3656C14.9452 12.6419 15.0114 12.9492 14.9984 13.2583C14.9854 13.5679 14.8935 13.8691 14.7315 14.1332C14.5694 14.3972 14.3425 14.6155 14.0723 14.7672C13.8021 14.9189 13.4976 14.9991 13.1878 15L13.1851 15H2.81489L2.81224 15C2.50239 14.9991 2.19791 14.9189 1.92773 14.7672C1.65755 14.6155 1.43064 14.3972 1.26855 14.1332C1.10646 13.8691 1.01456 13.5679 1.00159 13.2583C0.988645 12.9493 1.0548 12.642 1.19378 12.3656L1.19445 12.3643L6.38217 1.9889C6.53471 1.69115 6.7665 1.4413 7.05195 1.26681ZM8 2.74998C7.98753 2.74998 7.9753 2.75343 7.96467 2.75993C7.95455 2.76612 7.94624 2.77484 7.94056 2.78523L2.75847 13.1493L2.75724 13.1518C2.75205 13.1621 2.74957 13.1736 2.75006 13.1851C2.75054 13.1966 2.75396 13.2079 2.76 13.2177C2.76605 13.2276 2.7745 13.2357 2.78457 13.2413C2.79448 13.2469 2.80563 13.2499 2.81699 13.25H13.183C13.1944 13.2499 13.2055 13.2469 13.2154 13.2413C13.2255 13.2357 13.234 13.2276 13.24 13.2177C13.246 13.2079 13.2495 13.1966 13.2499 13.1851C13.2504 13.1736 13.248 13.1621 13.2428 13.1518L13.2415 13.1493L8.05944 2.78523C8.05376 2.77484 8.04545 2.76612 8.03533 2.75993C8.0247 2.75343 8.01247 2.74998 8 2.74998ZM8.00001 5.23672C8.48326 5.23672 8.87501 5.62847 8.87501 6.11171V9.17562C8.87501 9.65886 8.48326 10.0506 8.00001 10.0506C7.51677 10.0506 7.12502 9.65886 7.12502 9.17562V6.11171C7.12502 5.62847 7.51677 5.23672 8.00001 5.23672ZM7.21452 10.7471C7.4228 10.5388 7.70527 10.4218 7.9998 10.4218C8.29458 10.4218 8.5769 10.539 8.78499 10.747C8.99326 10.9553 9.11026 11.2378 9.11026 11.5323C9.11026 11.8268 8.99326 12.1093 8.78499 12.3176C8.57703 12.5256 8.29477 12.6429 7.9998 12.6429C7.70527 12.6429 7.4228 12.5259 7.21452 12.3176C7.00625 12.1093 6.88925 11.8269 6.88925 11.5323C6.88925 11.2378 7.00626 10.9553 7.21452 10.7471Z", fill: "currentColor" }))); }); WarningTriangleSIcon.displayName = 'WarningTriangleSIcon';