@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.76 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var AlertOffMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.46967 2.46967C2.76256 2.17678 3.23744 2.17678 3.53033 2.46967L6.20434 5.14368C7.52655 3.38737 9.63007 2.25 12 2.25C16.0041 2.25 19.25 5.49594 19.25 9.5V14.5C19.25 15.0796 19.4399 15.5043 19.7178 15.7822C19.9957 16.0601 20.4204 16.25 21 16.25C21.4142 16.25 21.75 16.5858 21.75 17C21.75 17.4142 21.4142 17.75 21 17.75H18.8107L21.5303 20.4697C21.8232 20.7626 21.8232 21.2374 21.5303 21.5303C21.2374 21.8232 20.7626 21.8232 20.4697 21.5303L2.46967 3.53033C2.17678 3.23744 2.17678 2.76256 2.46967 2.46967ZM17.3107 16.25H18.1994C17.9025 15.744 17.75 15.1454 17.75 14.5V9.5C17.75 6.32436 15.1756 3.75 12 3.75C10.0455 3.75 8.31791 4.72488 7.27823 6.21757L17.3107 16.25ZM5.5 8.75C5.91421 8.75 6.25 9.08579 6.25 9.5V14.5C6.25 15.1454 6.09754 15.744 5.80058 16.25H12.5C12.9142 16.25 13.25 16.5858 13.25 17C13.25 17.4142 12.9142 17.75 12.5 17.75H3C2.58579 17.75 2.25 17.4142 2.25 17C2.25 16.5858 2.58579 16.25 3 16.25C3.57956 16.25 4.00425 16.0601 4.28217 15.7822C4.56009 15.5043 4.75 15.0796 4.75 14.5V9.5C4.75 9.08579 5.08579 8.75 5.5 8.75Z", fill: "currentColor" }),
React.createElement("path", { d: "M9.61353 21C9.61353 20.5858 9.94931 20.25 10.3635 20.25H13.6363C14.0505 20.25 14.3863 20.5858 14.3863 21C14.3863 21.4142 14.0505 21.75 13.6363 21.75H10.3635C9.94931 21.75 9.61353 21.4142 9.61353 21Z", fill: "currentColor" }))); });
AlertOffMIcon.displayName = 'AlertOffMIcon';