@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.29 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconKeyLightNeoFilled = (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: "M12 15.5C14.4853 15.5 16.5 13.4853 16.5 11C16.5 8.51472 14.4853 6.5 12 6.5C9.51472 6.5 7.5 8.51472 7.5 11C7.5 13.4853 9.51472 15.5 12 15.5Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 10C3 7.19974 3 5.79961 3.54497 4.73005C4.02433 3.78924 4.78924 3.02433 5.73005 2.54497C6.79961 2 8.19974 2 11 2H13C15.8003 2 17.2004 2 18.27 2.54497C19.2108 3.02433 19.9757 3.78924 20.455 4.73005C21 5.79961 21 7.19974 21 10V12C21 14.8003 21 16.2004 20.455 17.27C19.9757 18.2108 19.2108 18.9757 18.27 19.455C17.9007 19.6432 17.4921 19.7664 17 19.847V21C17 22.1046 16.1046 23 15 23H9C7.89543 23 7 22.1046 7 21V19.847C6.50794 19.7664 6.0993 19.6432 5.73005 19.455C4.78924 18.9757 4.02433 18.2108 3.54497 17.27C3 16.2004 3 14.8003 3 12V10ZM8.5 19.9756V21C8.5 21.2761 8.72386 21.5 9 21.5H15C15.2761 21.5 15.5 21.2761 15.5 21V19.9756C14.8111 20 13.9937 20 13 20H11C10.0063 20 9.18888 20 8.5 19.9756ZM12 17C13.3865 17 14.6632 16.5297 15.6792 15.7399L16.7197 16.7803C17.0126 17.0732 17.4874 17.0732 17.7803 16.7803C18.0732 16.4874 18.0732 16.0126 17.7803 15.7197L16.7399 14.6792C17.5297 13.6632 18 12.3865 18 11C18 9.61347 17.5297 8.33678 16.7399 7.32077L17.7803 6.28033C18.0732 5.98744 18.0732 5.51256 17.7803 5.21967C17.4874 4.92678 17.0126 4.92678 16.7197 5.21967L15.6792 6.26011C14.6632 5.47031 13.3865 5 12 5C10.6135 5 9.33678 5.47031 8.32077 6.26011L7.28033 5.21967C6.98744 4.92678 6.51256 4.92678 6.21967 5.21967C5.92678 5.51256 5.92678 5.98744 6.21967 6.28033L7.26011 7.32077C6.47031 8.33678 6 9.61347 6 11C6 12.3865 6.47031 13.6632 7.26011 14.6792L6.21967 15.7197C5.92678 16.0126 5.92678 16.4874 6.21967 16.7803C6.51256 17.0732 6.98744 17.0732 7.28033 16.7803L8.32077 15.7399C9.33678 16.5297 10.6135 17 12 17Z" })] }));
};
IconKeyLightNeoFilled.iconName = "key-light-neo--filled";
export default IconKeyLightNeoFilled;