@ozen-ui/icons
Version:
A collection of icons
8 lines (7 loc) • 1.79 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var WarningCircleSIcon = 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: "M2.44416 2.44413C3.91766 0.970626 5.91615 0.142822 7.99999 0.142822C10.0838 0.142822 12.0823 0.970626 13.5558 2.44413C15.0293 3.91762 15.8571 5.91612 15.8571 7.99996C15.8571 10.0838 15.0293 12.0823 13.5558 13.5558C12.0823 15.0293 10.0838 15.8571 7.99999 15.8571C5.91615 15.8571 3.91766 15.0293 2.44416 13.5558C0.970656 12.0823 0.142853 10.0838 0.142853 7.99996C0.142853 5.91612 0.970656 3.91762 2.44416 2.44413ZM7.99999 1.85711C6.37081 1.85711 4.80835 2.5043 3.65634 3.65631C2.50433 4.80832 1.85714 6.37078 1.85714 7.99996C1.85714 9.62915 2.50433 11.1916 3.65634 12.3436C4.80835 13.4956 6.37081 14.1428 7.99999 14.1428C9.62918 14.1428 11.1916 13.4956 12.3436 12.3436C13.4957 11.1916 14.1428 9.62915 14.1428 7.99996C14.1428 6.37078 13.4957 4.80832 12.3436 3.65631C11.1916 2.5043 9.62918 1.85711 7.99999 1.85711Z", fill: "currentColor" }),
React.createElement("path", { d: "M9 11C9 11.5522 8.55228 12 8 12C7.44771 12 7 11.5522 7 11C7 10.4477 7.44771 9.99996 8 9.99996C8.55228 9.99996 9 10.4477 9 11Z", fill: "currentColor" }),
React.createElement("path", { d: "M7.05135 4.99759C7.02441 4.4548 7.45723 3.99997 8.00069 3.99997C8.54427 3.99997 8.97714 4.45501 8.95001 4.99791L8.78743 8.25103C8.76646 8.67057 8.42019 8.99996 8.00013 8.99996C7.57996 8.99996 7.23364 8.67041 7.21281 8.25076L7.05135 4.99759Z", fill: "currentColor" }))); });
WarningCircleSIcon.displayName = 'WarningCircleSIcon';