@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 1.71 kB
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoMicrosoftExcel = (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", { d: "M21.1699 3.25C21.3978 3.25 21.5931 3.33138 21.7559 3.49414C21.9186 3.6569 22 3.85221 22 4.08008V19.9199C22 20.1478 21.9186 20.3431 21.7559 20.5059C21.5931 20.6686 21.3978 20.75 21.1699 20.75H7.83008C7.60221 20.75 7.4069 20.6686 7.24414 20.5059C7.08138 20.3431 7 20.1478 7 19.9199V17H2.83008C2.60221 17 2.4069 16.9186 2.24414 16.7559C2.08138 16.5931 2 16.3978 2 16.1699V7.83008C2 7.60221 2.08138 7.4069 2.24414 7.24414C2.4069 7.08138 2.60221 7 2.83008 7H7V4.08008C7 3.85221 7.08138 3.6569 7.24414 3.49414C7.4069 3.33138 7.60221 3.25 7.83008 3.25H21.1699ZM7 13.0645L8.18164 15.2812H9.96875L7.98633 12.0586L9.92969 8.89453H8.2207L7.12695 10.8965C7.11393 10.916 7.10417 10.9355 7.09766 10.9551C7.09115 10.9746 7.07812 11.0007 7.05859 11.0332C6.88281 10.6751 6.70378 10.3203 6.52148 9.96875C6.33919 9.61719 6.1569 9.25911 5.97461 8.89453H4.1582L6.05273 12.0781L3.98242 15.2812H5.7793L7 13.0645ZM13.875 19.5V17H8.25V19.5H13.875ZM13.875 15.75V12.625H12V15.75H13.875ZM13.875 11.375V8.25H12V11.375H13.875ZM13.875 7V4.5H8.25V7H13.875ZM20.75 19.5V17H15.125V19.5H20.75ZM20.75 15.75V12.625H15.125V15.75H20.75ZM20.75 11.375V8.25H15.125V11.375H20.75ZM20.75 7V4.5H15.125V7H20.75Z" }) }));
};
IconLogoMicrosoftExcel.iconName = "logo-microsoft-excel";
export default IconLogoMicrosoftExcel;