@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.32 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoFrameio = (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: "M5.60935 11.9966C5.60935 14.6541 5.1162 17.2089 4.19839 19.5377C4.15387 19.6575 4.12305 19.7911 4.12305 19.9247C4.12305 20.476 4.55455 20.9932 5.16072 21C5.54428 21 5.91757 20.7603 6.06483 20.3904C7.0751 17.7911 7.64017 14.9555 7.64017 12C7.64017 9.0274 7.0751 6.2089 6.06483 3.60959C5.91757 3.2363 5.5477 3 5.16072 3C4.55455 3 4.12305 3.52055 4.12305 4.06849C4.12305 4.20205 4.15387 4.33562 4.19839 4.45548C5.1162 6.78425 5.60935 9.33904 5.60935 11.9966Z" }), _jsx("path", { d: "M9.6745 11.9965C9.6745 13.9417 9.4519 15.8424 9.03752 17.654L9.03575 17.6637C9.0224 17.7369 9.00699 17.8215 9.01354 17.8903C9.01354 18.4554 9.45875 18.9588 10.0512 18.9588C10.4964 18.9588 10.8971 18.6472 10.9998 18.202C11.4724 16.2122 11.7259 14.1335 11.7259 11.9965C11.7259 9.85951 11.4724 7.78074 10.993 5.79101C10.8903 5.34581 10.4896 5.03416 10.0444 5.03416C9.4519 5.03416 9.0067 5.52389 9.0067 6.08896C9.0067 6.15643 9.02177 6.23896 9.03494 6.31112L9.03752 6.32526C9.4519 8.1506 9.6745 10.0513 9.6745 11.9965Z" }), _jsx("path", { d: "M13.7603 11.9968C13.7603 11.0618 13.7158 10.1543 13.6267 9.25019C13.5685 8.6269 14.0411 8.09265 14.6507 8.09265C15.1712 8.09265 15.5993 8.47964 15.6438 8.98306C15.7466 9.97621 15.7911 10.9728 15.7911 11.9968C15.7911 13.007 15.7466 14.0173 15.6438 15.0105C15.5993 15.5139 15.1678 15.9009 14.6507 15.9009C14.0411 15.9009 13.5651 15.3529 13.6267 14.7433C13.7158 13.8392 13.7603 12.918 13.7603 11.9968Z" }), _jsx("path", { d: "M19.5787 12.709C19.7739 12.5172 19.8767 12.2501 19.8767 11.9967C19.8767 11.7296 19.7739 11.4625 19.5787 11.2707L18.9863 10.6919C18.8527 10.5583 18.6746 10.5001 18.5102 10.5001C18.1712 10.5001 17.8287 10.7672 17.8287 11.1816V12.8152C17.8287 13.2296 18.1678 13.4967 18.5102 13.4967C18.6746 13.4967 18.8527 13.4385 18.9863 13.3049L19.5787 12.709Z" })] }));
};
IconLogoFrameio.iconName = "logo-frameio";
export default IconLogoFrameio;