@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 987 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AlertOnSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.AlertOnSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.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" }))); });
exports.AlertOnSIcon.displayName = 'AlertOnSIcon';