@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 1.34 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconCameraFramePresetReset = (props) => {
const size = sizeMap[props?.size ?? "m"];
const label = props?.label ?? "Icon";
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { d: "M2 2.75A.75.75 0 0 1 2.75 2h2.5a.75.75 0 0 1 0 1.5H3.5v1.75a.75.75 0 0 1-1.5 0zM2 21.25v-2.5a.75.75 0 0 1 1.5 0v1.75h1.75a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75M22 2.75v2.5a.75.75 0 0 1-1.5 0V3.5h-1.75a.75.75 0 0 1 0-1.5h2.5a.75.75 0 0 1 .75.75M17 6.5h-2v4.998a6.5 6.5 0 0 0-1.5.878V6.5H7a.5.5 0 0 0-.5.5v6.5h5.876c-.356.455-.652.96-.878 1.5H6.5v2a.5.5 0 0 0 .5.5h4q.002.776.174 1.5H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4.174A6.5 6.5 0 0 0 17.5 11V7a.5.5 0 0 0-.5-.5" }), _jsx("path", { fillRule: "evenodd", d: "M23 17.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0m-6.532-2.277a2.5 2.5 0 1 1-.736 4.045.5.5 0 1 0-.707.707A3.5 3.5 0 1 0 15 15.05v-.55a.5.5 0 0 0-1 0v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 0-1h-1a2.5 2.5 0 0 1 .968-.777", clipRule: "evenodd" })] }));
};
IconCameraFramePresetReset.iconName = "camera-frame-preset-reset";
export default IconCameraFramePresetReset;