@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.44 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconSettingsAdjustFocus = (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: "M2 2.75C2 2.33579 2.33579 2 2.75 2H5.25C5.66421 2 6 2.33579 6 2.75C6 3.16421 5.66421 3.5 5.25 3.5H3.5V5.25C3.5 5.66421 3.16421 6 2.75 6C2.33579 6 2 5.66421 2 5.25V2.75Z" }), _jsx("path", { d: "M2 21.25V18.75C2 18.3358 2.33579 18 2.75 18C3.16421 18 3.5 18.3358 3.5 18.75L3.5 20.5H5.25C5.66421 20.5 6 20.8358 6 21.25C6 21.6642 5.66421 22 5.25 22H2.75C2.55109 22 2.36032 21.921 2.21967 21.7803C2.07902 21.6397 2 21.4489 2 21.25Z" }), _jsx("path", { d: "M22 5.25V2.75C22 2.33579 21.6642 2 21.25 2H18.75C18.3358 2 18 2.33579 18 2.75C18 3.16421 18.3358 3.5 18.75 3.5L20.5 3.5V5.25C20.5 5.66421 20.8358 6 21.25 6C21.6642 6 22 5.66421 22 5.25Z" }), _jsx("path", { d: "M16.25 10C15.8358 10 15.5 9.66421 15.5 9.25V8L5.75 8C5.33579 8 5 7.66421 5 7.25C5 6.83578 5.33579 6.5 5.75 6.5L15.5 6.5V5.25C15.5 4.83579 15.8358 4.5 16.25 4.5C16.6642 4.5 17 4.83579 17 5.25V6.5H18.25C18.6642 6.5 19 6.83579 19 7.25C19 7.66421 18.6642 8 18.25 8H17V9.25C17 9.66421 16.6642 10 16.25 10Z" }), _jsx("path", { d: "M7.75 14.75C8.16421 14.75 8.5 14.4142 8.5 14V12.75L18.25 12.75C18.6642 12.75 19 12.4142 19 12C19 11.5858 18.6642 11.25 18.25 11.25L8.5 11.25V10C8.5 9.58579 8.16421 9.25 7.75 9.25C7.33579 9.25 7 9.58579 7 10V11.25H5.75C5.33579 11.25 5 11.5858 5 12C5 12.4142 5.33579 12.75 5.75 12.75H7V14C7 14.4142 7.33579 14.75 7.75 14.75Z" }), _jsx("path", { d: "M15.5 18.75C15.5 19.1642 15.8358 19.5 16.25 19.5C16.6642 19.5 17 19.1642 17 18.75V17.5H18.25C18.6642 17.5 19 17.1642 19 16.75C19 16.3358 18.6642 16 18.25 16H17V14.75C17 14.3358 16.6642 14 16.25 14C15.8358 14 15.5 14.3358 15.5 14.75V16L5.75 16C5.33579 16 5 16.3358 5 16.75C5 17.1642 5.33579 17.5 5.75 17.5L15.5 17.5V18.75Z" }), _jsx("path", { d: "M22 21.25V18.75C22 18.3358 21.6642 18 21.25 18C20.8358 18 20.5 18.3358 20.5 18.75V20.5H18.75C18.3358 20.5 18 20.8358 18 21.25C18 21.6642 18.3358 22 18.75 22H21.25C21.6642 22 22 21.6642 22 21.25Z" })] }));
};
IconSettingsAdjustFocus.iconName = "settings-adjust-focus";
export default IconSettingsAdjustFocus;