@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 824 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var AlertOnSIcon = 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: "M4.384 2.345a5.114 5.114 0 0 1 8.73 3.616V9.78a.886.886 0 0 0 .886.887.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5.886.886 0 0 0 .886-.887V5.961c0-1.356.54-2.657 1.498-3.616m-.168 8.32h7.568c-.111-.279-.17-.58-.17-.886V5.961a3.614 3.614 0 1 0-7.228 0V9.78c0 .307-.059.607-.17.887m1.943 3.478a.75.75 0 0 1 .75-.75h2.182a.75.75 0 0 1 0 1.5H6.909a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
AlertOnSIcon.displayName = 'AlertOnSIcon';