@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.18 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoSlack = (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: "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" }), _jsx("path", { d: "M4.89088 16.2655C5.93159 16.2655 6.78176 15.4153 6.78176 14.3746V12.4837H4.89088C3.85016 12.4837 3 13.3339 3 14.3746C3 15.4153 3.85016 16.2655 4.89088 16.2655Z" }), _jsx("path", { d: "M9.62541 12.4837C8.58469 12.4837 7.73453 13.3339 7.73453 14.3746V19.1091C7.73453 20.1498 8.58469 21 9.62541 21C10.6661 21 11.5163 20.1498 11.5163 19.1091V14.3746C11.5163 13.3339 10.6661 12.4837 9.62541 12.4837Z" }), _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" }), _jsx("path", { d: "M17.2182 9.62541C17.2182 8.58469 18.0684 7.73453 19.1091 7.73453C20.1498 7.73453 21 8.58469 21 9.62541C21 10.6661 20.1498 11.5163 19.1091 11.5163H17.2182V9.62541Z" }), _jsx("path", { d: "M14.3746 11.5163C15.4153 11.5163 16.2655 10.6661 16.2655 9.6254V4.89088C16.2655 3.85016 15.4153 3 14.3746 3C13.3339 3 12.4837 3.85016 12.4837 4.89088V9.6254C12.4837 10.6661 13.3339 11.5163 14.3746 11.5163Z" }), _jsx("path", { d: "M14.3746 17.2183C15.4153 17.2183 16.2655 18.0684 16.2655 19.1091C16.2655 20.1498 15.4153 21 14.3746 21C13.3339 21 12.4837 20.1498 12.4837 19.1091V17.2183H14.3746Z" }), _jsx("path", { d: "M12.4837 14.3746C12.4837 15.4153 13.3339 16.2655 14.3746 16.2655H19.1091C20.1498 16.2655 21 15.4153 21 14.3746C21 13.3339 20.1498 12.4837 19.1091 12.4837H14.3746C13.3339 12.4837 12.4837 13.3339 12.4837 14.3746Z" })] }));
};
IconLogoSlack.iconName = "logo-slack";
export default IconLogoSlack;