UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 1.92 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", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { d: "M16.185 14.385c.308 0 .554-.154.585-.37.092-.369-.216-.492-.493-.553a8 8 0 0 0-.83-.062c-.4 0-.831.03-1.231.092a4.4 4.4 0 0 0 1.692.862c.092.03.185.03.277.03M11.539 7.03a.45.45 0 0 0-.277.186c-.185.307-.246 1.2.277 2.523a7.9 7.9 0 0 0 .369-2.062c0-.308-.061-.646-.37-.646M11.97 13.37a12 12 0 0 1 1.015-.247q-.115-.146-.238-.296c-.148-.181-.3-.367-.439-.565-.091-.114-.166-.229-.248-.355l-.09-.138c-.123.339-.247.677-.4 1.016a20 20 0 0 0-.37.8c.157-.035.304-.08.447-.123q.163-.051.323-.093M7.293 16.939c.43 0 1.2-.8 1.969-2.031-1.292.584-2.185 1.23-2.246 1.692-.031.092 0 .215.092.277a.33.33 0 0 0 .185.062" }), _jsx("path", { fillRule: "evenodd", d: "M17.97 3H6.03C4.246 3 2.77 4.477 2.77 6.262v11.476c0 1.785 1.476 3.262 3.261 3.231H17.97a3.263 3.263 0 0 0 3.261-3.261V6.262C21.231 4.477 19.754 3 17.97 3m-2.462 9.846c1.015 0 1.723.185 2.092.585.246.246.308.615.185.954-.092.277-.4.615-1.17.615-.553 0-1.692-.184-2.984-1.292-.351.07-.72.158-1.108.25q-.18.045-.369.088c-.492.123-.954.277-1.415.431-.831 1.446-2.031 3.108-3.231 3.108a1.14 1.14 0 0 1-.83-.277c-.247-.185-.34-.492-.278-.8.185-1.016 2.185-1.939 3.139-2.308.338-.554.615-1.138.861-1.754a42 42 0 0 0 .739-2c-.646-1.446-.8-2.83-.4-3.507a.9.9 0 0 1 .769-.462c.923 0 1.262.892 1.262 1.723a10 10 0 0 1-.554 2.708c.184.338.4.646.615.954.308.4.616.8.985 1.138a10.5 10.5 0 0 1 1.692-.154", clipRule: "evenodd" })] })); }; IconLogoAdobeAcrobat.iconName = "logo-adobe-acrobat"; export default IconLogoAdobeAcrobat;