UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 1.86 kB
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", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { fill: "#B30B00", d: "M6.03 3h11.94c1.784 0 3.26 1.477 3.26 3.262v11.446a3.263 3.263 0 0 1-3.26 3.261H6.03c-1.784.031-3.26-1.446-3.26-3.23V6.261C2.77 4.477 4.245 3 6.03 3" }), _jsx("path", { fill: "#fff", d: "M17.6 13.43c-.369-.4-1.077-.584-2.092-.584-.554 0-1.138.062-1.692.154-.37-.338-.677-.738-.985-1.138-.215-.308-.43-.616-.615-.954A10 10 0 0 0 12.77 8.2c0-.83-.339-1.723-1.262-1.723a.9.9 0 0 0-.77.462c-.4.677-.245 2.061.4 3.507a42 42 0 0 1-.738 2c-.246.616-.523 1.2-.861 1.754-.954.37-2.954 1.292-3.139 2.308-.061.308.031.615.277.8.216.184.523.308.831.277 1.2 0 2.4-1.662 3.23-3.108.462-.154.924-.308 1.416-.43.523-.124 1.015-.247 1.477-.34C14.923 14.816 16.061 15 16.616 15c.769 0 1.077-.338 1.169-.615.123-.339.061-.708-.185-.954m-.83.585c-.031.216-.277.37-.585.37-.092 0-.185 0-.277-.031a4.4 4.4 0 0 1-1.692-.862c.4-.061.83-.092 1.23-.092.277 0 .554.03.831.062.277.061.585.184.492.553m-5.508-6.8a.45.45 0 0 1 .277-.184c.308 0 .369.338.369.646a7.9 7.9 0 0 1-.37 2.062c-.522-1.323-.46-2.216-.276-2.523m1.723 5.908c-.338.062-.677.154-1.015.246-.247.062-.493.154-.77.216.123-.277.247-.554.37-.8.153-.339.277-.677.4-1.016.123.185.215.339.338.493.215.307.462.584.677.861m-3.723 1.785c-.77 1.23-1.539 2.03-1.97 2.03a.33.33 0 0 1-.184-.06.25.25 0 0 1-.092-.278c.061-.461.954-1.108 2.246-1.692" })] })); }; IconLogoAdobeAcrobatColor.iconName = "logo-adobe-acrobat--color"; export default IconLogoAdobeAcrobatColor;