UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.41 kB
import { jsx as _jsx } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconViewHidden = (props) => { const size = sizeMap[props?.size ?? "m"]; const label = props?.label ?? "Icon"; return (_jsx("svg", { viewBox: "0 0 20 20", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, "aria-label": label, role: "img", ...props, children: _jsx("path", { d: "M10.0122 11.0001C10.0081 11 10.0041 10.9999 9.99997 10.9999C9.99588 10.9999 9.9918 11 9.98772 11.0001C9.05989 10.9987 8.14304 10.8359 7.27717 10.5225C7.27279 10.5207 7.26839 10.5191 7.26394 10.5175C7.25949 10.5158 7.25503 10.5143 7.25057 10.5128C6.81927 10.355 6.40075 10.1597 5.99997 9.92829C5.59904 9.69681 5.22053 9.43189 4.86807 9.13716C4.86476 9.13422 4.86139 9.13132 4.85798 9.12846C4.85456 9.12559 4.85111 9.12277 4.84764 9.12001C4.13982 8.5241 3.53796 7.80755 3.07177 7.00008C2.9337 6.76094 2.6279 6.679 2.38876 6.81707C2.14961 6.95514 2.06767 7.26094 2.20574 7.50008C2.64867 8.26726 3.20046 8.96148 3.84098 9.56261L2.5466 11.1052C2.36909 11.3167 2.39669 11.6321 2.60822 11.8096C2.81976 11.9871 3.13514 11.9595 3.31264 11.748L4.60704 10.2054C4.89189 10.4186 5.18997 10.6153 5.49997 10.7943C5.81006 10.9733 6.12959 11.1332 6.45675 11.2733L5.76803 13.1655C5.67359 13.425 5.80738 13.7119 6.06687 13.8064C6.32636 13.9008 6.61328 13.767 6.70773 13.5075L7.39645 11.6153C8.07866 11.8214 8.78473 11.9464 9.49997 11.9862V13.9999C9.49997 14.2761 9.72383 14.4999 9.99997 14.4999C10.2761 14.4999 10.5 14.2761 10.5 13.9999V11.9862C11.2152 11.9464 11.9213 11.8214 12.6036 11.6153L13.2923 13.5076C13.3868 13.7671 13.6737 13.9009 13.9332 13.8064C14.1927 13.712 14.3265 13.4251 14.232 13.1656L13.5433 11.2732C13.8704 11.1331 14.1899 10.9733 14.5 10.7943C14.81 10.6153 15.1082 10.4185 15.393 10.2053L16.6876 11.7481C16.8651 11.9596 17.1805 11.9872 17.392 11.8097C17.6035 11.6322 17.6311 11.3168 17.4536 11.1053L16.1591 9.56249C16.7996 8.96139 17.3513 8.26721 17.7942 7.50008C17.9323 7.26094 17.8503 6.95514 17.6112 6.81707C17.372 6.679 17.0662 6.76094 16.9282 7.00008C16.226 8.21624 15.2161 9.22614 14 9.92829C13.5984 10.1602 13.1789 10.3558 12.7467 10.5138C12.7432 10.515 12.7396 10.5162 12.7361 10.5175C12.7326 10.5188 12.7291 10.5201 12.7256 10.5214C11.8589 10.8355 10.9411 10.9987 10.0122 11.0001Z" }) })); }; IconViewHidden.iconName = "view-hidden"; export default IconViewHidden;