UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.58 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var AlertOnSIcon = 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: "M4.38411 2.34516C5.34311 1.38617 6.64378 0.847412 8 0.847412C9.35622 0.847412 10.6569 1.38617 11.6159 2.34516C12.5749 3.30415 13.1136 4.60483 13.1136 5.96105V9.77923C13.1136 10.0143 13.207 10.2398 13.3732 10.406C13.5395 10.5722 13.7649 10.6656 14 10.6656C14.4142 10.6656 14.75 11.0014 14.75 11.4156C14.75 11.8298 14.4142 12.1656 14 12.1656H2C1.58579 12.1656 1.25 11.8298 1.25 11.4156C1.25 11.0014 1.58579 10.6656 2 10.6656C2.23508 10.6656 2.46053 10.5722 2.62675 10.406C2.79298 10.2398 2.88636 10.0143 2.88636 9.77923V5.96105C2.88636 4.60483 3.42512 3.30415 4.38411 2.34516ZM4.21565 10.6656H11.7844C11.6726 10.3863 11.6136 10.0858 11.6136 9.77923V5.96105C11.6136 5.00265 11.2329 4.08351 10.5552 3.40582C9.87754 2.72813 8.9584 2.34741 8 2.34741C7.0416 2.34741 6.12246 2.72813 5.44477 3.40582C4.76708 4.08351 4.38636 5.00265 4.38636 5.96105V9.77923C4.38636 10.0858 4.32736 10.3863 4.21565 10.6656ZM6.15906 14.1428C6.15906 13.7286 6.49484 13.3928 6.90906 13.3928H9.09088C9.50509 13.3928 9.84088 13.7286 9.84088 14.1428C9.84088 14.557 9.50509 14.8928 9.09088 14.8928H6.90906C6.49484 14.8928 6.15906 14.557 6.15906 14.1428Z", fill: "currentColor" }))); }); AlertOnSIcon.displayName = 'AlertOnSIcon';