@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.33 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", { 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: "M8.6 9.108v2.585l.023.001q.148.012.277.014h.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.008" }), _jsx("path", { fillRule: "evenodd", d: "M6.039 3h11.923a3.267 3.267 0 0 1 3.27 3.27v11.46a3.267 3.267 0 0 1-3.27 3.27H6.039a3.266 3.266 0 0 1-3.27-3.27V6.27A3.266 3.266 0 0 1 6.04 3m.884 12.623V7.708c0-.054.023-.085.077-.085.13 0 .254 0 .43-.007q.143-.005.293-.008.14-.002.292-.008.162-.005.335-.008.163-.002.334-.007.357-.01.7-.008c.631 0 1.154.077 1.585.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-.1m9.877-4.661c.261.054.508.138.738.261.031.016.07.016.139 0a.1.1 0 0 0 .038-.077V9.893q-.002-.046-.015-.093c-.015-.03-.046-.061-.077-.069a2.7 2.7 0 0 0-.662-.177 7 7 0 0 0-.953-.07c-.546 0-1 .085-1.362.27-.33.154-.615.4-.808.708-.169.284-.261.6-.261.93-.008.27.054.539.177.785.146.262.346.485.584.654.339.23.7.415 1.093.554.377.146.63.261.754.361q.184.148.184.308c0 .139-.084.27-.207.323-.139.07-.347.108-.639.108-.308 0-.615-.039-.908-.115a3.3 3.3 0 0 1-.953-.377c-.024-.016-.047-.024-.07-.008-.023.015-.03.046-.03.07v1.338c-.008.061.03.115.084.146.246.115.515.2.785.246.346.07.692.1 1.046.1.554 0 1.015-.085 1.392-.246.346-.139.646-.377.862-.685.2-.3.307-.661.3-1.023a1.66 1.66 0 0 0-.177-.792 1.8 1.8 0 0 0-.608-.639c-.37-.23-.77-.423-1.184-.561a7 7 0 0 1-.547-.254.9.9 0 0 1-.261-.208.34.34 0 0 1-.077-.2c0-.07.023-.146.062-.207a.4.4 0 0 1 .238-.154 1.6 1.6 0 0 1 .461-.054c.293 0 .577.038.862.1", clipRule: "evenodd" })] }));
};
IconLogoAdobePhotoshop.iconName = "logo-adobe-photoshop";
export default IconLogoAdobePhotoshop;