@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 1.95 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconAutoScrollIncreaseFilled = (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: "M6.28033 7.78033C5.98744 8.07322 5.51256 8.07322 5.21967 7.78033C4.92678 7.48744 4.92678 7.01256 5.21967 6.71967L9.46967 2.46967C9.76256 2.17678 10.2374 2.17678 10.5303 2.46967L14.7803 6.71967C15.0732 7.01256 15.0732 7.48744 14.7803 7.78033C14.4874 8.07322 14.0126 8.07322 13.7197 7.78033L10 4.06066L6.28033 7.78033Z" }), _jsx("path", { d: "M6.28033 16.2197C5.98744 15.9268 5.51256 15.9268 5.21967 16.2197C4.92678 16.5126 4.92678 16.9874 5.21967 17.2803L9.46967 21.5303C9.76256 21.8232 10.2374 21.8232 10.5303 21.5303L11.6744 20.3863C11.4292 19.8924 11.245 19.363 11.1316 18.8077L10 19.9393L6.28033 16.2197Z" }), _jsx("path", { d: "M13 12C13 12.3388 12.9439 12.6644 12.8404 12.9681C12.422 13.3982 12.0627 13.886 11.7754 14.4185C11.2783 14.784 10.6644 15 10 15C8.34315 15 7 13.6569 7 12C7 10.3431 8.34315 9 10 9C11.6569 9 13 10.3431 13 12Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.5 23C20.5376 23 23 20.5376 23 17.5C23 14.4624 20.5376 12 17.5 12C14.4624 12 12 14.4624 12 17.5C12 20.5376 14.4624 23 17.5 23ZM18 14.5C18 14.2239 17.7761 14 17.5 14C17.2239 14 17 14.2239 17 14.5V17H14.5001C14.2239 17 14.0001 17.2239 14.0001 17.5C14.0001 17.7761 14.2239 18 14.5001 18H17V20.5C17 20.7761 17.2239 21 17.5 21C17.7761 21 18 20.7761 18 20.5V18H20.5001C20.7762 18 21.0001 17.7761 21.0001 17.5C21.0001 17.2239 20.7762 17 20.5001 17H18V14.5Z" })] }));
};
IconAutoScrollIncreaseFilled.iconName = "auto-scroll-increase--filled";
export default IconAutoScrollIncreaseFilled;