@aut-labs/d-aut
Version: 
## Web Component - what it does
11 lines (10 loc) • 766 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
/* eslint-disable max-len */
/* eslint-disable react/self-closing-comp */
function AutLogo() {
    return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "107", height: "86", fill: "none", viewBox: "0 0 107 86", style: {
            height: '30px',
            // marginLeft: "-35px"
        }, children: _jsx("path", { fill: "#fff", fillRule: "evenodd", d: "M106.303.275v38.416l-16.655 4.455c-2.788.73-3.009 1.753-3.009 4.893v37.686H66.536v-36.59l16.215-4.382c3.155-.877 3.448-1.242 3.448-4.82V1.079l-26.193 48.64-20.104 5.332a6.4 6.4 0 00-4.108 3.286L20.899 85.725H.796l12.913-23.882 18.49-4.894c2.86-.73 5.209-2.629 6.603-5.258L66.536.275h39.767z", clipRule: "evenodd" }) }));
}
export default AutLogo;