UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.48 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconWifiOff = (props) => { const size = sizeMap[props?.size ?? "m"]; const label = props?.label ?? "Icon"; return (_jsxs("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { d: "M2.21967 21.7803C1.92678 21.4874 1.92678 21.0126 2.21967 20.7197L20.7197 2.21967C21.0126 1.92678 21.4874 1.92678 21.7803 2.21967C22.0732 2.51256 22.0732 2.98744 21.7803 3.28033L19.0646 5.99604C19.9635 6.54803 20.7966 7.20474 21.5459 7.95406C21.8388 8.24695 21.8388 8.72182 21.5459 9.01472C21.253 9.30761 20.7782 9.30761 20.4853 9.01472C19.734 8.26343 18.8879 7.61688 17.9701 7.09052L16.1205 8.94014C17.0825 9.40322 17.9608 10.0257 18.7175 10.7825C19.0104 11.0754 19.0104 11.5503 18.7175 11.8431C18.4246 12.136 17.9497 12.136 17.6568 11.8431C16.914 11.1003 16.0321 10.511 15.0615 10.109C15.0355 10.0982 15.0095 10.0876 14.9835 10.0772L12.9738 12.0869C13.3606 12.1565 13.7399 12.2675 14.1047 12.4187C14.772 12.6951 15.3784 13.1002 15.8891 13.6109C16.182 13.9038 16.182 14.3787 15.8891 14.6716C15.5962 14.9645 15.1213 14.9645 14.8284 14.6716C14.457 14.3001 14.016 14.0055 13.5307 13.8045C13.0454 13.6035 12.5253 13.5 12 13.5C11.8437 13.5 11.6879 13.5092 11.5333 13.5273L3.28033 21.7803C2.98744 22.0732 2.51256 22.0732 2.21967 21.7803Z" }), _jsx("path", { d: "M11.2893 9.53163L12.7882 8.03275C12.5264 8.01096 12.2635 8 12 8C10.7524 8 9.51709 8.24573 8.36449 8.72315C7.2119 9.20057 6.16463 9.90033 5.28247 10.7825C4.98958 11.0754 4.98958 11.5503 5.28247 11.8431C5.57537 12.136 6.05024 12.136 6.34313 11.8431C7.086 11.1003 7.96792 10.511 8.93852 10.109C9.68956 9.79787 10.4823 9.6036 11.2893 9.53163Z" }), _jsx("path", { d: "M14.9521 5.8688L16.163 4.65791C14.8204 4.22269 13.4157 4 12 4C10.2271 4 8.47165 4.34919 6.83376 5.02763C5.19586 5.70607 3.70764 6.70047 2.45404 7.95406C2.16115 8.24695 2.16115 8.72183 2.45404 9.01472C2.74694 9.30761 3.22181 9.30761 3.51471 9.01472C4.62901 7.90042 5.95188 7.0165 7.40779 6.41345C8.86369 5.81039 10.4241 5.5 12 5.5C12.9978 5.5 13.9893 5.62443 14.9521 5.8688Z" }), _jsx("path", { d: "M12 19C12.8284 19 13.5 18.3284 13.5 17.5C13.5 16.6716 12.8284 16 12 16C11.1716 16 10.5 16.6716 10.5 17.5C10.5 18.3284 11.1716 19 12 19Z" })] })); }; IconWifiOff.iconName = "wifi-off"; export default IconWifiOff;