UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 1.8 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoAdobePhotoshopColor = (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: "M17.7719 3H6.22811C4.44527 3 3 4.44527 3 6.22811V17.7719C3 19.5548 4.44527 21 6.22811 21H17.7719C19.5548 21 21 19.5548 21 17.7719V6.22811C21 4.44527 19.5548 3 17.7719 3Z", fill: "#001E36" }), _jsx("path", { d: "M16.082 9.49902C16.8375 9.49902 17.4571 9.61041 18.002 9.8457L17.9893 11.6787C17.5557 11.4186 16.7008 11.1836 16.1436 11.1836C15.7353 11.1837 15.5743 11.3075 15.5742 11.4932C15.5742 11.7161 15.7727 11.7781 16.3672 11.9639C17.5189 12.3106 18.4844 12.6825 18.4844 14.0322C18.4843 15.32 17.4321 16.1864 15.7852 16.1865C14.9182 16.1865 14.1004 16.0385 13.4316 15.667L13.4443 13.7471C14.1006 14.1805 15.0168 14.4531 15.6484 14.4531C16.0818 14.4531 16.2802 14.3293 16.2803 14.1064C16.2803 13.8588 16.0074 13.7596 15.4873 13.5986C14.4843 13.3014 13.3829 12.8926 13.3828 11.5801C13.3828 10.2426 14.4845 9.49904 16.082 9.49902Z", fill: "#31A8FF" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.28516 7.77832C11.6382 7.77832 12.9639 8.88035 12.9639 10.7256C12.9638 12.8803 11.1676 13.7471 9.4834 13.7471H8.34473V16.0752H6.04102V7.77832H9.28516ZM8.34473 11.7783H9.35938C10.0651 11.7783 10.5613 11.4934 10.5615 10.7754C10.5615 10.119 10.1398 9.74707 9.40918 9.74707H8.34473V11.7783Z", fill: "#31A8FF" })] })); }; IconLogoAdobePhotoshopColor.iconName = "logo-adobe-photoshop--color"; export default IconLogoAdobePhotoshopColor;