@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 3.06 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconKeyLightPower = (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", { fillRule: "evenodd", clipRule: "evenodd", d: "M23 6.5C23 9.53757 20.5376 12 17.5 12C14.4624 12 12 9.53757 12 6.5C12 3.46243 14.4624 1 17.5 1C20.5376 1 23 3.46243 23 6.5ZM20.1088 4.16676C19.9247 3.96093 19.6086 3.9433 19.4028 4.12739C19.197 4.31148 19.1794 4.62757 19.3634 4.8334C19.6851 5.19307 19.8958 5.63814 19.9702 6.11491C20.0445 6.59168 19.9793 7.07977 19.7823 7.52029C19.5854 7.96081 19.2652 8.33492 18.8604 8.59748C18.4555 8.86005 17.9833 8.99984 17.5008 9C17.0183 9.00016 16.546 8.86067 16.141 8.59837C15.736 8.33606 15.4156 7.96216 15.2183 7.52177C15.0211 7.08138 14.9556 6.59333 15.0296 6.11651C15.1036 5.63969 15.314 5.19448 15.6355 4.83461C15.8194 4.62866 15.8016 4.31258 15.5956 4.12862C15.3897 3.94467 15.0736 3.9625 14.8897 4.16845C14.4396 4.67228 14.145 5.29557 14.0414 5.96312C13.9378 6.63066 14.0296 7.31394 14.3057 7.93048C14.5818 8.54702 15.0304 9.07049 15.5974 9.43771C16.1644 9.80493 16.8256 10.0002 17.5011 10C18.1767 9.99978 18.8377 9.80407 19.4045 9.43648C19.9713 9.06889 20.4196 8.54513 20.6953 7.92841C20.971 7.31168 21.0623 6.62835 20.9582 5.96087C20.8542 5.2934 20.5592 4.67029 20.1088 4.16676ZM17.5 3C17.7761 3 18 3.22386 18 3.5V6.5C18 6.77614 17.7761 7 17.5 7C17.2239 7 17 6.77614 17 6.5V3.5C17 3.22386 17.2239 3 17.5 3Z" }), _jsx("path", { d: "M21.564 14.816C21.9599 14.0391 21.9963 13.0442 21.9997 11.1908C21.5526 11.6197 21.0444 11.9854 20.4894 12.2733C20.4822 12.5895 20.4703 12.8622 20.4505 13.105C20.4036 13.6793 20.3198 13.9539 20.2275 14.135C19.9878 14.6054 19.6054 14.9878 19.135 15.2275C18.9539 15.3198 18.6793 15.4036 18.105 15.4505C17.5133 15.4988 16.7449 15.5 15.6 15.5H8.4C7.25514 15.5 6.48671 15.4988 5.89496 15.4505C5.32071 15.4036 5.04615 15.3198 4.86502 15.2275C4.39462 14.9878 4.01217 14.6054 3.77248 14.135C3.6802 13.9539 3.59643 13.6793 3.54952 13.105C3.50117 12.5133 3.5 11.7449 3.5 10.6V9.4C3.5 8.25514 3.50117 7.48671 3.54952 6.89496C3.59643 6.32071 3.6802 6.04615 3.77248 5.86502C4.01217 5.39462 4.39462 5.01217 4.86502 4.77248C5.04615 4.6802 5.32071 4.59643 5.89496 4.54952C6.48671 4.50117 7.25514 4.5 8.4 4.5H11.3135C11.4858 3.96653 11.7253 3.46321 12.0218 3H8.4C6.15979 3 5.03969 3 4.18404 3.43597C3.43139 3.81947 2.81947 4.43139 2.43597 5.18404C2 6.03969 2 7.15979 2 9.4V10.6C2 12.8402 2 13.9603 2.43597 14.816C2.81947 15.5686 3.43139 16.1805 4.18404 16.564C5.03969 17 6.15979 17 8.4 17H11.25V21.25C11.25 21.6642 11.5858 22 12 22C12.4142 22 12.75 21.6642 12.75 21.25V17H15.6C17.8402 17 18.9603 17 19.816 16.564C20.5686 16.1805 21.1805 15.5686 21.564 14.816Z" })] }));
};
IconKeyLightPower.iconName = "key-light-power";
export default IconKeyLightPower;