@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 1.93 kB
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoAdobeCharacterAnimator = (props) => {
const size = sizeMap[props?.size ?? "m"];
const label = props?.label ?? "Icon";
return (_jsx("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", { 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 3M11.6 14.177v1.277a.17.17 0 0 1-.1.177 3.4 3.4 0 0 1-.73.169 8 8 0 0 1-.97.054c-.461 0-.923-.054-1.37-.17a4.2 4.2 0 0 1-1.184-.507 3.5 3.5 0 0 1-.915-.839 3.7 3.7 0 0 1-.592-1.153A4.9 4.9 0 0 1 5.53 11.7c0-.83.184-1.57.546-2.2s.9-1.146 1.546-1.477a5.06 5.06 0 0 1 2.392-.554c.323 0 .639.015.962.046.223.023.438.077.654.146.046.039.07.093.061.147V9.2q-.002.113-.084.077a2.7 2.7 0 0 0-.739-.223q-.448-.07-.907-.07c-.5-.007-.993.108-1.423.347-.385.215-.708.53-.916.923-.223.43-.33.907-.323 1.392q-.01.52.154 1.015c.092.277.238.531.43.754.17.208.385.377.616.508q.346.184.739.277c.246.07.507.108.761.115.277 0 .562-.007.838-.038.231-.031.454-.085.67-.17.03-.022.054-.03.077-.015a.1.1 0 0 1 .015.085m2.847 1.415v-4.338c.138-.108.3-.193.469-.262.177-.054.361-.077.546-.077.2-.007.4.039.57.139.145.1.253.238.322.392.085.208.123.43.116.654v3.492c.007.062.061.1.123.092h1.454c.069 0 .1-.03.1-.107V11.93c0-.5-.062-.916-.185-1.231s-.27-.57-.477-.754c-.2-.17-.43-.292-.677-.362a2.5 2.5 0 0 0-.723-.107c-.346 0-.646.023-.908.115a3.5 3.5 0 0 0-.715.362l-.008-2.923v-.023c0-.039-.046-.07-.085-.062h-1.561c-.07 0-.1.03-.1.085v8.577c.008.053.054.092.108.084h1.546c.054 0 .085-.03.085-.1", clipRule: "evenodd" }) }));
};
IconLogoAdobeCharacterAnimator.iconName = "logo-adobe-character-animator";
export default IconLogoAdobeCharacterAnimator;