@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.37 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoSlackColor = (props) => {
const size = sizeMap[props?.size ?? "m"];
const label = props?.label ?? "Icon";
return (_jsxs("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { d: "M4.89088 16.2655C5.93159 16.2655 6.78176 15.4154 6.78176 14.3746V12.4838H4.89088C3.85016 12.4838 3 13.3339 3 14.3746C3 15.4154 3.85016 16.2655 4.89088 16.2655Z", fill: "#DF1D5A" }), _jsx("path", { d: "M9.62541 12.4838C8.58469 12.4838 7.73453 13.3339 7.73453 14.3746V19.1092C7.73453 20.1499 8.58469 21 9.62541 21C10.6661 21 11.5163 20.1499 11.5163 19.1092V14.3746C11.5163 13.3339 10.6661 12.4838 9.62541 12.4838Z", fill: "#DF1D5A" }), _jsx("path", { d: "M17.2179 9.62541C17.2179 8.58469 18.0681 7.73453 19.1088 7.73453C20.1495 7.73453 20.9997 8.58469 20.9997 9.62541C20.9997 10.6661 20.1495 11.5163 19.1088 11.5163H17.2179V9.62541Z", fill: "#2DB67C" }), _jsx("path", { d: "M14.3743 11.5163C15.415 11.5163 16.2652 10.6661 16.2652 9.6254V4.89088C16.2652 3.85016 15.415 3 14.3743 3C13.3336 3 12.4834 3.85016 12.4834 4.89088V9.6254C12.4834 10.6661 13.3336 11.5163 14.3743 11.5163Z", fill: "#2DB67C" }), _jsx("path", { d: "M9.62541 6.78176C8.58469 6.78176 7.73453 5.93159 7.73453 4.89088C7.73453 3.85016 8.58469 3 9.62541 3C10.6661 3 11.5163 3.85016 11.5163 4.89088V6.78176H9.62541Z", fill: "#36C5EF" }), _jsx("path", { d: "M11.5163 9.62541C11.5163 8.58469 10.6661 7.73453 9.6254 7.73453H4.89088C3.85016 7.73453 3 8.58469 3 9.62541C3 10.6661 3.85016 11.5163 4.89088 11.5163H9.6254C10.6661 11.5163 11.5163 10.6661 11.5163 9.62541Z", fill: "#36C5EF" }), _jsx("path", { d: "M14.3743 17.2183C15.415 17.2183 16.2652 18.0685 16.2652 19.1092C16.2652 20.1499 15.415 21.0001 14.3743 21.0001C13.3336 21.0001 12.4834 20.1499 12.4834 19.1092V17.2183H14.3743Z", fill: "#EBB12D" }), _jsx("path", { d: "M12.4834 14.3746C12.4834 15.4154 13.3336 16.2655 14.3743 16.2655H19.1088C20.1495 16.2655 20.9997 15.4154 20.9997 14.3746C20.9997 13.3339 20.1495 12.4838 19.1088 12.4838H14.3743C13.3336 12.4838 12.4834 13.3339 12.4834 14.3746Z", fill: "#EBB12D" })] }));
};
IconLogoSlackColor.iconName = "logo-slack--color";
export default IconLogoSlackColor;