UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 3.04 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoAdobeAcrobat = (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: "M16.1849 14.3847C16.4926 14.3847 16.7388 14.2309 16.7695 14.0155C16.8618 13.6463 16.5541 13.5232 16.2772 13.4617C16.0003 13.4309 15.7234 13.4001 15.4465 13.4001C15.0465 13.4001 14.6157 13.4309 14.2157 13.4924C14.708 13.8924 15.2926 14.2001 15.908 14.354C16.0003 14.3847 16.0926 14.3847 16.1849 14.3847Z" }), _jsx("path", { d: "M11.5388 7.0309C11.4157 7.06167 11.3234 7.1232 11.2618 7.21551C11.0772 7.5232 11.0157 8.41551 11.5388 9.73859C11.7541 9.06167 11.8772 8.38474 11.908 7.67705C11.908 7.36936 11.8465 7.0309 11.5388 7.0309Z" }), _jsx("path", { d: "M11.9696 13.3694C12.308 13.277 12.6465 13.1847 12.9849 13.1232C12.9085 13.0249 12.8281 12.9266 12.7467 12.827C12.5987 12.6458 12.4469 12.4601 12.308 12.2617C12.2167 12.1476 12.1424 12.0335 12.0598 11.9068C12.0311 11.8627 12.0013 11.8171 11.9695 11.7694C11.8465 12.1078 11.7234 12.4463 11.5695 12.7847C11.4465 13.0309 11.3234 13.3078 11.2003 13.5847C11.3571 13.5499 11.5039 13.5052 11.6465 13.4618C11.7559 13.4286 11.8627 13.3961 11.9696 13.3694Z" }), _jsx("path", { d: "M7.2926 16.9386C7.72337 16.9386 8.49261 16.1386 9.26184 14.9078C7.96953 15.4924 7.07722 16.1386 7.01568 16.6001C6.98491 16.6924 7.01568 16.8155 7.10799 16.8771C7.13876 16.9078 7.23107 16.9386 7.2926 16.9386Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.9695 3H6.03107C4.24645 3 2.76953 4.47692 2.76953 6.26154V17.7385C2.76953 19.5231 4.24645 21 6.03107 20.9692H17.9695C19.7541 20.9692 21.2311 19.5231 21.2311 17.7077V6.26154C21.2311 4.47692 19.7541 3 17.9695 3ZM15.508 12.8463C16.5234 12.8463 17.2311 13.0309 17.6003 13.4309C17.8465 13.6771 17.908 14.0463 17.7849 14.3847C17.6926 14.6617 17.3849 15.0001 16.6157 15.0001C16.0618 15.0001 14.9234 14.8155 13.6311 13.7078C13.2797 13.7781 12.9104 13.8662 12.5234 13.9586C12.4021 13.9875 12.279 14.0169 12.1541 14.0463C11.6618 14.1694 11.2003 14.3232 10.7388 14.4771C9.90799 15.9232 8.70799 17.5847 7.50799 17.5847C7.2003 17.6155 6.89261 17.4924 6.67722 17.3078C6.43107 17.1232 6.33876 16.8155 6.4003 16.5078C6.58491 15.4924 8.58491 14.5694 9.53876 14.2001C9.87722 13.6463 10.1541 13.0617 10.4003 12.4463C10.6772 11.7386 10.9234 11.0924 11.1388 10.4463C10.4926 9.00013 10.3388 7.61551 10.7388 6.93859C10.8926 6.66167 11.2003 6.47705 11.508 6.47705C12.4311 6.47705 12.7695 7.36936 12.7695 8.20013C12.708 9.1232 12.5234 10.0463 12.2157 10.9078C12.4003 11.2463 12.6157 11.554 12.8311 11.8617C13.1388 12.2617 13.4465 12.6617 13.8157 13.0001C14.3695 12.9078 14.9541 12.8463 15.508 12.8463Z" })] })); }; IconLogoAdobeAcrobat.iconName = "logo-adobe-acrobat"; export default IconLogoAdobeAcrobat;