@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.24 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AlertOffMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.AlertOffMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.47 2.47a.75.75 0 0 1 1.06 0l2.674 2.674A7.25 7.25 0 0 1 19.25 9.5v5c0 .58.19 1.004.468 1.282s.702.468 1.282.468a.75.75 0 0 1 0 1.5h-2.19l2.72 2.72a.75.75 0 1 1-1.06 1.06l-18-18a.75.75 0 0 1 0-1.06m14.84 13.78h.89c-.297-.506-.45-1.105-.45-1.75v-5A5.75 5.75 0 0 0 7.278 6.218zM5.5 8.75a.75.75 0 0 1 .75.75v5c0 .645-.152 1.244-.45 1.75h6.7a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1 0-1.5c.58 0 1.004-.19 1.282-.468s.468-.702.468-1.282v-5a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "currentColor", d: "M9.614 21a.75.75 0 0 1 .75-.75h3.272a.75.75 0 0 1 0 1.5h-3.272a.75.75 0 0 1-.75-.75" }))); });
exports.AlertOffMIcon.displayName = 'AlertOffMIcon';