@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.78 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoAdobeAcrobatColor = (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: "M6.03083 3H17.9693C19.7539 3 21.2308 4.47692 21.2308 6.26154V17.7077C21.2308 19.5231 19.7539 20.9692 17.9693 20.9692H6.03083C4.24621 21 2.76929 19.5231 2.76929 17.7385V6.26154C2.76929 4.47692 4.24621 3 6.03083 3Z", fill: "#B30B00" }), _jsx("path", { d: "M17.6003 13.4309C17.2311 13.0309 16.5234 12.8463 15.508 12.8463C14.9541 12.8463 14.3695 12.9078 13.8157 13.0001C13.4465 12.6617 13.1388 12.2617 12.8311 11.8617C12.6157 11.554 12.4003 11.2463 12.2157 10.9078C12.5234 10.0463 12.708 9.1232 12.7695 8.20013C12.7695 7.36936 12.4311 6.47705 11.508 6.47705C11.2003 6.47705 10.8926 6.66167 10.7388 6.93859C10.3388 7.61551 10.4926 9.00013 11.1388 10.4463C10.9234 11.0924 10.6772 11.7386 10.4003 12.4463C10.1541 13.0617 9.87722 13.6463 9.53876 14.2001C8.58491 14.5694 6.58491 15.4924 6.4003 16.5078C6.33876 16.8155 6.43107 17.1232 6.67722 17.3078C6.89261 17.4924 7.2003 17.6155 7.50799 17.5847C8.70799 17.5847 9.90799 15.9232 10.7388 14.4771C11.2003 14.3232 11.6618 14.1694 12.1541 14.0463C12.6772 13.9232 13.1695 13.8001 13.6311 13.7078C14.9234 14.8155 16.0618 15.0001 16.6157 15.0001C17.3849 15.0001 17.6926 14.6617 17.7849 14.3847C17.908 14.0463 17.8465 13.6771 17.6003 13.4309ZM16.7695 14.0155C16.7388 14.2309 16.4926 14.3847 16.1849 14.3847C16.0926 14.3847 16.0003 14.3847 15.908 14.354C15.2926 14.2001 14.708 13.8924 14.2157 13.4924C14.6157 13.4309 15.0465 13.4001 15.4465 13.4001C15.7234 13.4001 16.0003 13.4309 16.2772 13.4617C16.5541 13.5232 16.8618 13.6463 16.7695 14.0155ZM11.2618 7.21551C11.3234 7.1232 11.4157 7.06167 11.5388 7.0309C11.8465 7.0309 11.908 7.36936 11.908 7.67705C11.8772 8.38474 11.7541 9.06167 11.5388 9.73859C11.0157 8.41551 11.0772 7.5232 11.2618 7.21551ZM12.9849 13.1232C12.6465 13.1847 12.308 13.2771 11.9695 13.3694C11.7234 13.4309 11.4772 13.5232 11.2003 13.5847C11.3234 13.3078 11.4465 13.0309 11.5695 12.7847C11.7234 12.4463 11.8465 12.1078 11.9695 11.7694C12.0926 11.954 12.1849 12.1078 12.308 12.2617C12.5234 12.5694 12.7695 12.8463 12.9849 13.1232ZM9.26184 14.9078C8.49261 16.1386 7.72337 16.9386 7.29261 16.9386C7.23107 16.9386 7.13876 16.9078 7.10799 16.8771C7.01568 16.8155 6.98491 16.6924 7.01568 16.6001C7.07722 16.1386 7.96953 15.4924 9.26184 14.9078Z", fill: "white" })] }));
};
IconLogoAdobeAcrobatColor.iconName = "logo-adobe-acrobat--color";
export default IconLogoAdobeAcrobatColor;