UNPKG

@metamask/design-system-react

Version:
7 lines 782 B
import * as React from "react"; import { forwardRef } from "react"; const SvgMetamaskFoxOutline = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props }, React.createElement("path", { d: "m21.996 8.44-1.353 3.615L22 16.59l-.107.287-1.64 4.385-4.048-1.016L13.145 22h-2.289l-3.06-1.754-4.047 1.016-1.743-4.66 1.35-4.967-1.231-2.883L2 8.462 3.758 2l6.69 4.128h3.106L20.244 2zm-7.93-.498h-4.13L4.867 4.813 3.911 8.33l1.357 3.174-1.363 5.01.971 2.596 3.188-.798 3.273 1.875h1.328l3.273-1.875 3.187.799.966-2.585-1.356-4.534.107-.287 1.254-3.354-.962-3.537z" })); const ForwardRef = forwardRef(SvgMetamaskFoxOutline); export default ForwardRef; //# sourceMappingURL=MetamaskFoxOutline.mjs.map