@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.53 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AlertOffSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.AlertOffSIcon = (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("g", { fill: "currentColor", clipPath: "url(#AlertOffSIcon__a)" },
react_1.default.createElement("path", { fillRule: "evenodd", d: "M.47.47a.75.75 0 0 1 1.06 0L3.96 2.898A5.25 5.25 0 0 1 13.25 6.25V10c0 .384.096.535.155.595.06.06.21.155.595.155a.75.75 0 0 1 0 1.5h-.69l2.22 2.22a.75.75 0 1 1-1.06 1.06l-14-14a.75.75 0 0 1 0-1.06m11.37 10.28h-.03L5.027 3.965A3.75 3.75 0 0 1 11.75 6.25V10c0 .256.027.51.09.75m-8.34-5a.75.75 0 0 1 .75.75V10c0 .256-.027.51-.09.75H8.5a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1 0-1.5c.384 0 .535-.096.595-.155.06-.06.155-.21.155-.595V6.5a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }),
react_1.default.createElement("path", { d: "M6.16 14.14a.75.75 0 0 1 .75-.75h2.18a.75.75 0 0 1 0 1.5H6.91a.75.75 0 0 1-.75-.75" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "AlertOffSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.AlertOffSIcon.displayName = 'AlertOffSIcon';