UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 1.98 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoAdobeCharacterAnimatorColor = (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: "#00005B", 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: "#99F", d: "M11.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.016.962.046.223.023.438.077.654.147.046.038.07.092.061.146V9.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.908-.323 1.392q-.01.52.154 1.015.14.418.43.754c.17.208.385.377.616.508q.346.184.739.277c.246.07.507.108.761.115.277 0 .562-.007.838-.038q.346-.044.67-.17c.03-.022.054-.03.077-.015.015.023.023.054.015.085M14.447 11.254v4.338c0 .07-.031.1-.085.1h-1.546c-.054.008-.1-.03-.108-.085V7.032c0-.054.031-.085.1-.085h1.562c.038-.008.084.023.084.062v.023l.008 2.923c.223-.146.462-.27.716-.362.261-.092.561-.115.907-.115.246 0 .492.038.723.107.246.07.477.193.677.362.208.185.354.438.477.754.123.315.185.73.185 1.23v3.647c0 .077-.031.107-.1.107h-1.454c-.062.008-.116-.03-.123-.092V12.1a1.6 1.6 0 0 0-.116-.654.94.94 0 0 0-.323-.392c-.169-.1-.369-.146-.569-.139-.184 0-.37.023-.546.077-.17.07-.33.154-.47.262" })] })); }; IconLogoAdobeCharacterAnimatorColor.iconName = "logo-adobe-character-animator--color"; export default IconLogoAdobeCharacterAnimatorColor;