UNPKG

@jetbrains/logos

Version:

JetBrains logos and branding materials

11 lines (10 loc) 997 B
import * as React from "react"; function AiLogo(props) { return ( React.createElement( 'svg', Object.assign({}, { fill: "none", viewBox: "0 0 48 48" }, props), React.createElement( 'path', { fill: "#fff", d: "M7.776 11.29c3.456-1.962 8.208-2.918 12.288-2.918 11.952 0 19.536 5.549 19.536 13.06 0 5.98-5.232 9.663-12.192 9.663-5.616 0-9.792-2.057-9.792-4.784 0-2.583 2.64-3.827 6.384-2.392l.96-2.918c-5.808-1.866-10.608.765-10.608 5.31S20.016 34.11 27.6 34.11c9.024 0 15.6-4.975 15.6-12.677 0-9.616-9.12-16.648-23.136-16.648-4.512 0-9.6 1.148-13.776 3.396l1.488 3.11Zm32.448 25.259c-3.456 1.961-8.208 2.918-12.288 2.918-11.952 0-19.536-5.55-19.536-13.06 0-5.98 5.232-9.664 12.192-9.664 5.616 0 9.792 2.058 9.792 4.784 0 2.584-2.64 3.827-6.384 2.392l-.96 2.918c5.808 1.866 10.608-.765 10.608-5.31 0-4.544-5.664-7.797-13.248-7.797-9.024 0-15.6 4.975-15.6 12.677 0 9.616 9.12 16.648 23.136 16.648 4.512 0 9.6-1.148 13.776-3.397l-1.488-3.11Z" }) ) ); } export default AiLogo;