@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 806 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var WarningCircleOutlineSIcon = 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: "M2.444 2.444a7.857 7.857 0 1 1 11.112 11.112A7.857 7.857 0 0 1 2.444 2.444M8 1.857a6.143 6.143 0 1 0 0 12.286A6.143 6.143 0 0 0 8 1.857", clipRule: "evenodd" }),
React.createElement("path", { fill: "currentColor", d: "M9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0M7.051 4.998a.95.95 0 1 1 1.899 0L8.787 8.25a.788.788 0 0 1-1.574 0z" }))); });
WarningCircleOutlineSIcon.displayName = 'WarningCircleOutlineSIcon';