@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 3.12 kB
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoAppleIntelligence = (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: "M12.58 3.612a1.68 1.68 0 0 0-1.158.001c-.157.058-.348.182-.649.49-.216.22-.461.505-.772.879a7.03 7.03 0 0 0 4.005 0c-.312-.375-.558-.66-.776-.882-.301-.306-.492-.43-.65-.488m2.188 2.7a8.53 8.53 0 0 1-5.525.002 8.38 8.38 0 0 1-3.44 4.318 8.38 8.38 0 0 1 1.226 5.379A8.34 8.34 0 0 1 12 18.403a8.34 8.34 0 0 1 4.972-2.393 8.42 8.42 0 0 1 1.231-5.381 8.5 8.5 0 0 1-3.435-4.317m4.562 5.355a6.9 6.9 0 0 0-.891 3.905c.434-.22.766-.396 1.03-.558.367-.225.53-.384.622-.524.218-.335.31-.735.258-1.131-.021-.167-.1-.38-.332-.742a15 15 0 0 0-.687-.95m-2.46 5.87c-.119.474-.216.839-.316 1.134-.138.407-.256.602-.373.722a1.68 1.68 0 0 1-1.045.503c-.167.016-.393-.012-.798-.159a15 15 0 0 1-1.083-.46 6.84 6.84 0 0 1 3.614-1.74m-6.125 1.74c-.444.203-.79.355-1.083.46-.405.147-.63.175-.798.16a1.68 1.68 0 0 1-1.045-.504c-.117-.12-.235-.315-.373-.723-.1-.294-.197-.66-.315-1.133a6.84 6.84 0 0 1 3.614 1.74M5.51 17.224l-.064-.032c-.698-.349-1.265-.633-1.7-.9-.447-.275-.826-.573-1.093-.984a3.18 3.18 0 0 1-.489-2.141c.063-.486.275-.92.558-1.361.276-.43.664-.931 1.141-1.549l.044-.056-.015-.07c-.162-.763-.294-1.384-.356-1.89-.064-.521-.067-1.004.087-1.469a3.18 3.18 0 0 1 1.37-1.717c.42-.254.89-.359 1.412-.412.508-.052 1.142-.062 1.922-.074h.072l.05-.061c.495-.602.897-1.092 1.254-1.456.367-.374.742-.676 1.2-.846a3.18 3.18 0 0 1 2.196-.002c.46.17.835.471 1.202.845.358.364.76.853 1.257 1.454l.051.062.069.002c.78.012 1.414.022 1.921.074.522.054.992.159 1.411.413.646.391 1.131 1 1.369 1.717.154.465.151.947.087 1.467-.062.507-.194 1.127-.356 1.89l-.015.073.043.056c.478.617.866 1.12 1.142 1.549.283.441.495.875.558 1.36a3.18 3.18 0 0 1-.489 2.142c-.268.411-.646.71-1.093.984-.435.267-1.003.551-1.7.9l-.064.032-.017.07c-.185.758-.336 1.374-.5 1.858-.168.496-.375.932-.715 1.284a3.18 3.18 0 0 1-1.98.954c-.488.046-.957-.064-1.45-.242-.48-.173-1.056-.44-1.764-.768L12 20.35l-.065.03c-.708.328-1.284.595-1.764.768-.493.178-.963.288-1.45.242a3.18 3.18 0 0 1-1.98-.954c-.34-.352-.547-.788-.716-1.284-.163-.484-.314-1.1-.499-1.858zm13.262-8.02c.098-.474.168-.842.206-1.149.052-.427.03-.653-.023-.812a1.68 1.68 0 0 0-.723-.907c-.143-.087-.359-.159-.787-.203-.306-.032-.68-.046-1.161-.056a7 7 0 0 0 2.488 3.127M7.73 6.08c-.488.01-.865.023-1.174.055-.429.044-.644.116-.788.203a1.68 1.68 0 0 0-.723.906c-.053.16-.075.386-.022.813.038.309.108.679.207 1.157a6.88 6.88 0 0 0 2.5-3.134m-3.058 5.583c-.297.388-.522.692-.69.954-.233.362-.31.575-.332.742-.052.396.04.796.258 1.13.091.141.254.3.621.525.265.163.598.339 1.033.559a6.9 6.9 0 0 0-.89-3.91", clipRule: "evenodd" }) }));
};
IconLogoAppleIntelligence.iconName = "logo-apple-intelligence";
export default IconLogoAppleIntelligence;