@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.71 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconRotate180 = (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: "M17.4988 4C17.4988 3.58579 17.8346 3.25 18.2488 3.25C18.663 3.25 18.9988 3.58579 18.9988 4V8.25C18.9988 8.66421 18.663 9 18.2488 9H13.9988C13.5846 9 13.2488 8.66421 13.2488 8.25C13.2488 7.83579 13.5846 7.5 13.9988 7.5H16.6892C15.9526 6.73226 15.0354 6.15359 14.0153 5.8207C12.7094 5.39456 11.3022 5.39307 9.99542 5.81643C8.68868 6.23979 7.54965 7.06623 6.74179 8.17716C5.93393 9.28809 5.49878 10.6264 5.49878 12C5.49878 12.4142 5.16299 12.75 4.74878 12.75C4.33457 12.75 3.99878 12.4142 3.99878 12C3.99878 10.3094 4.53435 8.66227 5.52864 7.29497C6.52293 5.92767 7.92481 4.91051 9.5331 4.38945C11.1414 3.86839 12.8734 3.87023 14.4806 4.3947C15.6131 4.76427 16.6426 5.37995 17.4988 6.19052V4Z" }), _jsx("path", { d: "M18.5 11.9825C18.4994 11.5682 18.8348 11.232 19.249 11.2314C19.6632 11.2309 19.9994 11.5662 20 11.9804C20.0006 12.4227 19.9644 12.8706 19.8891 13.3203C19.8139 13.7701 19.7023 14.2053 19.5577 14.6233C19.4223 15.0148 18.9953 15.2223 18.6038 15.087C18.2123 14.9516 18.0047 14.5245 18.1401 14.133C18.2575 13.7937 18.3483 13.4397 18.4097 13.0727C18.4711 12.7058 18.5005 12.3415 18.5 11.9825Z" }), _jsx("path", { d: "M16.6074 16.5846C16.8998 16.2912 17.3747 16.2904 17.6681 16.5828C17.9614 16.8752 17.9622 17.3501 17.6698 17.6435C17.0353 18.2801 16.2972 18.8066 15.4887 19.1993C15.1161 19.3802 14.6673 19.2249 14.4864 18.8523C14.3054 18.4797 14.4607 18.031 14.8333 17.85C15.4909 17.5306 16.0913 17.1023 16.6074 16.5846Z" }), _jsx("path", { d: "M4.79952 15.4897C4.61855 15.1171 4.77389 14.6684 5.14649 14.4874C5.51908 14.3065 5.96782 14.4618 6.14879 14.8344C6.46817 15.492 6.89646 16.0924 7.41423 16.6085C7.7076 16.9009 7.70839 17.3758 7.41598 17.6691C7.12357 17.9625 6.64869 17.9633 6.35532 17.6709C5.71867 17.0363 5.19223 16.2983 4.79952 15.4897Z" }), _jsx("path", { d: "M12.0163 18.5011C12.4306 18.5005 12.7668 18.8358 12.7674 19.2501C12.7679 19.6643 12.4326 20.0005 12.0184 20.0011C11.5761 20.0017 11.1282 19.9655 10.6785 19.8902C10.2287 19.815 9.79351 19.7034 9.37551 19.5588C8.98405 19.4234 8.77645 18.9963 8.91183 18.6049C9.04722 18.2134 9.47431 18.0058 9.86578 18.1412C10.2051 18.2585 10.5591 18.3494 10.9261 18.4108C11.293 18.4722 11.6573 18.5016 12.0163 18.5011Z" })] }));
};
IconRotate180.iconName = "rotate180";
export default IconRotate180;