UNPKG

@aut-labs/d-aut

Version:

## Web Component - what it does

6 lines (5 loc) 1.2 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; function Web3Auth() { return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "96", height: "97", fill: "none", viewBox: "0 0 96 97", children: [_jsx("path", { fill: "#0364FF", fillRule: "evenodd", d: "M44.035 73.262a1.029 1.029 0 00.994 1.296h5.925c.676 0 1.169-.642.994-1.296l-2.963-11.057c-.272-1.017-1.715-1.017-1.988 0l-2.962 11.057z", clipRule: "evenodd" }), _jsx("path", { fill: "#0364FF", fillRule: "evenodd", d: "M38.135 80.34a3.874 3.874 0 01-3.742 2.87h-8.02c-2.547 0-4.401-2.415-3.742-4.875L39.084 16.93a4.237 4.237 0 014.093-3.14h9.545a4.237 4.237 0 014.092 3.14l16.453 61.404c.66 2.46-1.194 4.877-3.741 4.877h-8.02a3.873 3.873 0 01-3.742-2.871l-8.002-29.866c-.497-1.854-3.128-1.854-3.625 0L38.135 80.34zM78.477 68.769c-.512 1.913-3.228 1.913-3.741 0l-5.973-22.293a2.542 2.542 0 010-1.316l7.612-28.41a3.994 3.994 0 013.859-2.96h7.77c2.626 0 4.537 2.49 3.858 5.028l-13.385 49.95zm-51.25-22.33a2.542 2.542 0 000-1.316L19.625 16.75a3.994 3.994 0 00-3.858-2.96h-7.77c-2.627 0-4.538 2.49-3.859 5.028L17.513 68.73c.512 1.914 3.228 1.914 3.741 0l5.973-22.292z", clipRule: "evenodd" })] })); } export default Web3Auth;