@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 1.71 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoAdobePhotoshop = (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: "M9.40918 9.74707C10.1398 9.74707 10.5615 10.119 10.5615 10.7754C10.5613 11.4934 10.0651 11.7783 9.35938 11.7783H8.34473V9.74707H9.40918Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.7715 3C19.5543 3 21 4.44568 21 6.22852V17.7715C21 19.5543 19.5543 21 17.7715 21H6.22852C4.44568 21 3 19.5543 3 17.7715V6.22852C3 4.44568 4.44568 3 6.22852 3H17.7715ZM16.082 9.49902C14.4845 9.49904 13.3828 10.2426 13.3828 11.5801C13.3829 12.8926 14.4843 13.3014 15.4873 13.5986C16.0074 13.7596 16.2803 13.8588 16.2803 14.1064C16.2802 14.3293 16.0818 14.4531 15.6484 14.4531C15.0168 14.4531 14.1006 14.1805 13.4443 13.7471L13.4316 15.667C14.1004 16.0385 14.9182 16.1865 15.7852 16.1865C17.4321 16.1864 18.4843 15.32 18.4844 14.0322C18.4844 12.6825 17.5189 12.3106 16.3672 11.9639C15.7727 11.7781 15.5742 11.7161 15.5742 11.4932C15.5743 11.3075 15.7353 11.1837 16.1436 11.1836C16.7008 11.1836 17.5557 11.4186 17.9893 11.6787L18.002 9.8457C17.4571 9.61041 16.8375 9.49902 16.082 9.49902ZM6.04102 7.77832V16.0752H8.34473V13.7471H9.4834C11.1676 13.7471 12.9638 12.8803 12.9639 10.7256C12.9639 8.88035 11.6382 7.77832 9.28516 7.77832H6.04102Z" })] }));
};
IconLogoAdobePhotoshop.iconName = "logo-adobe-photoshop";
export default IconLogoAdobePhotoshop;