UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 1.86 kB
import { jsx as _jsx } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoVisualStudioCode = (props) => { const size = sizeMap[props?.size ?? "m"]; const label = props?.label ?? "Icon"; return (_jsx("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", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.628 21.9424C16.4728 21.9427 16.3186 21.9139 16.1738 21.8575C16.0164 21.7961 15.8701 21.7022 15.7454 21.5775L7.87295 14.3953L4.44806 16.9951C4.29741 17.1094 4.11842 17.1654 3.94022 17.1644C3.93805 17.1644 3.93587 17.1644 3.9337 17.1644C3.73217 17.1646 3.53125 17.0917 3.37303 16.9478L2.27244 15.9467C1.90954 15.6166 1.90913 15.0457 2.27154 14.715L5.24744 12L2.27154 9.28505C1.90913 8.95442 1.90954 8.3835 2.27244 8.05338L3.37303 7.05223C3.52935 6.91005 3.72734 6.83726 3.92642 6.83568C3.93072 6.83564 3.93503 6.83563 3.93934 6.83566C4.11783 6.83441 4.29716 6.89041 4.44806 7.00496L7.87295 9.60474L15.7454 2.42252C15.7922 2.37575 15.842 2.33331 15.8943 2.2953C16.1099 2.13853 16.3679 2.05706 16.6288 2.05763C16.6314 2.05762 16.634 2.05761 16.6366 2.05762C16.8199 2.05738 17.0047 2.09764 17.1774 2.18072L21.2926 4.16092C21.5859 4.30206 21.8067 4.54881 21.9185 4.84279C21.9287 4.86952 21.9379 4.89664 21.9462 4.9241C21.9814 5.03992 22 5.16189 22 5.28674V18.7134C22 18.853 21.9767 18.989 21.9331 19.1168C21.9221 19.149 21.9098 19.1806 21.8963 19.2117C21.7789 19.4816 21.5676 19.7068 21.2925 19.8392L17.1774 21.8193C17.008 21.9008 16.827 21.9411 16.6472 21.9424C16.6408 21.9425 16.6344 21.9425 16.628 21.9424ZM16.9939 7.47173L11.0284 12L16.9939 16.5283V7.47173Z" }) })); }; IconLogoVisualStudioCode.iconName = "logo-visual-studio-code"; export default IconLogoVisualStudioCode;