@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 3.34 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconKeyLightAirPowerFilled = (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: "M12 3H12.0218C11.725 3.46354 11.4855 3.96723 11.3131 4.50112C9.86476 4.50681 9.32937 4.53778 8.91844 4.6713C7.85291 5.01751 7.01751 5.85291 6.6713 6.91844C6.51851 7.3887 6.5 8.02197 6.5 10C6.5 11.978 6.51851 12.6113 6.6713 13.0816C7.01751 14.1471 7.85291 14.9825 8.91844 15.3287C9.3887 15.4815 10.022 15.5 12 15.5C13.978 15.5 14.6113 15.4815 15.0816 15.3287C16.1471 14.9825 16.9825 14.1471 17.3287 13.0816C17.3375 13.0545 17.3459 13.0268 17.3538 12.9984C17.4024 12.9995 17.4511 13 17.5 13C17.9841 13 18.4558 12.9471 18.9097 12.8467C18.8741 13.105 18.8245 13.3322 18.7553 13.5451C18.2607 15.0673 17.0673 16.2607 15.5451 16.7553C14.9006 16.9647 14.1262 16.9949 12.75 16.9993V21.25C12.75 21.6642 12.4142 22 12 22C11.5858 22 11.25 21.6642 11.25 21.25V16.9993C9.87379 16.9949 9.09938 16.9647 8.45492 16.7553C6.93273 16.2607 5.73931 15.0673 5.24472 13.5451C5 12.7919 5 11.8613 5 10C5 8.13872 5 7.20808 5.24472 6.45492C5.73931 4.93273 6.93273 3.73931 8.45492 3.24472C9.20808 3 10.1387 3 12 3Z" }), _jsx("path", { d: "M9.09202 6.21799C9.49614 6.01208 10.0183 6.00067 11.0189 6.00004C11.0064 6.16505 11 6.33178 11 6.5C11 9.51509 13.0529 12.0507 15.8371 12.7854C15.8205 12.8276 15.8022 12.8684 15.782 12.908C15.5903 13.2843 15.2843 13.5903 14.908 13.782C14.4802 14 13.9201 14 12.8 14H11.2C10.0799 14 9.51984 14 9.09202 13.782C8.71569 13.5903 8.40973 13.2843 8.21799 12.908C8 12.4802 8 11.9201 8 10.8V9.2C8 8.0799 8 7.51984 8.21799 7.09202C8.40973 6.71569 8.71569 6.40973 9.09202 6.21799Z" })] }));
};
IconKeyLightAirPowerFilled.iconName = "key-light-air-power--filled";
export default IconKeyLightAirPowerFilled;