@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.32 kB
JavaScript
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", { 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: "#001E36", d: "M6.039 3h11.923a3.266 3.266 0 0 1 3.269 3.27v11.46A3.266 3.266 0 0 1 17.96 21H6.04a3.266 3.266 0 0 1-3.27-3.27V6.27A3.266 3.266 0 0 1 6.04 3" }), _jsx("path", { fill: "#31A8FF", d: "M6.923 15.623V7.708c0-.054.023-.085.077-.085.13 0 .254 0 .43-.007.185-.008.377-.008.585-.016.208-.007.43-.007.67-.015q.355-.01.7-.008c.63 0 1.153.077 1.584.239.385.13.739.346 1.03.63.247.247.44.547.562.877q.175.483.177 1 0 .993-.461 1.639c-.308.43-.739.754-1.239.938-.523.192-1.1.262-1.73.262-.185 0-.308 0-.385-.008q-.114-.01-.33-.008v2.47c.007.053-.032.1-.086.107H7.015c-.061 0-.092-.03-.092-.1M8.6 9.108v2.585c.107.007.207.015.3.015h.407c.3 0 .6-.046.885-.139.246-.069.462-.215.63-.407.162-.193.24-.454.24-.793a1.27 1.27 0 0 0-.178-.684c-.13-.2-.315-.354-.538-.439a2.3 2.3 0 0 0-.908-.153c-.2 0-.377 0-.523.007a2 2 0 0 0-.315.008M17.538 11.223a2.7 2.7 0 0 0-.738-.261c-.285-.062-.57-.1-.862-.1a1.6 1.6 0 0 0-.461.054.4.4 0 0 0-.239.153.4.4 0 0 0-.061.208c0 .07.03.139.077.2.069.085.161.154.261.208.177.092.362.177.546.254.416.138.816.33 1.185.561.254.162.462.377.608.639.123.246.184.515.177.792.007.362-.1.723-.3 1.023a1.93 1.93 0 0 1-.862.685c-.377.161-.838.246-1.392.246-.354 0-.7-.03-1.046-.1a3 3 0 0 1-.785-.246c-.054-.031-.092-.085-.085-.146v-1.339c0-.023.008-.054.031-.07.023-.014.046-.007.07.008.3.177.615.3.953.377.293.077.6.116.908.116.292 0 .5-.039.638-.108a.36.36 0 0 0 .208-.323c0-.108-.061-.208-.185-.308-.123-.1-.377-.215-.754-.361a4.7 4.7 0 0 1-1.092-.554 2 2 0 0 1-.584-.654 1.65 1.65 0 0 1-.177-.784c0-.331.092-.647.261-.931.193-.308.477-.554.808-.708.361-.185.815-.27 1.361-.27.316 0 .639.024.954.07.231.03.454.092.662.177.03.008.061.038.077.07q.014.045.015.092v1.253c0 .031-.015.062-.038.077-.07.016-.108.016-.139 0" })] }));
};
IconLogoAdobePhotoshopColor.iconName = "logo-adobe-photoshop--color";
export default IconLogoAdobePhotoshopColor;