UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.35 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconWifi = (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: "M7.40779 6.41345C8.86369 5.81039 10.4241 5.5 12 5.5C13.5758 5.5 15.1363 5.81039 16.5922 6.41344C18.0481 7.0165 19.371 7.90041 20.4853 9.01472C20.7782 9.30761 21.253 9.30761 21.5459 9.01472C21.8388 8.72182 21.8388 8.24695 21.5459 7.95406C20.2923 6.70047 18.8041 5.70606 17.1662 5.02763C15.5283 4.34919 13.7728 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.41345Z" }), _jsx("path", { d: "M12 9.5C10.9494 9.5 9.90912 9.70693 8.93852 10.109C7.96792 10.511 7.086 11.1003 6.34313 11.8431C6.05024 12.136 5.57537 12.136 5.28247 11.8431C4.98958 11.5503 4.98958 11.0754 5.28247 10.7825C6.16463 9.90033 7.2119 9.20057 8.36449 8.72315C9.51709 8.24573 10.7524 8 12 8C13.2475 8 14.4829 8.24572 15.6355 8.72314C16.7881 9.20056 17.8353 9.90033 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.109C14.0909 9.70693 13.0506 9.5 12 9.5Z" }), _jsx("path", { d: "M10.4693 13.8045C10.9546 13.6035 11.4747 13.5 12 13.5C12.5253 13.5 13.0454 13.6035 13.5307 13.8045C14.016 14.0055 14.457 14.3001 14.8284 14.6716C15.1213 14.9645 15.5962 14.9645 15.8891 14.6716C16.182 14.3787 16.182 13.9038 15.8891 13.6109C15.3784 13.1002 14.772 12.6951 14.1047 12.4187C13.4375 12.1423 12.7223 12 12 12C11.2777 12 10.5625 12.1423 9.89523 12.4187C9.22794 12.6951 8.62162 13.1002 8.1109 13.6109C7.81801 13.9038 7.81801 14.3787 8.1109 14.6716C8.40379 14.9645 8.87867 14.9645 9.17156 14.6716C9.543 14.3001 9.98395 14.0055 10.4693 13.8045Z" }), _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" })] })); }; IconWifi.iconName = "wifi"; export default IconWifi;