@metamask/design-system-react
Version:
Design system react ui components
7 lines • 617 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const SvgVerifiedFilled = (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: "m8.6 22.5-1.9-3.2-3.6-.8.35-3.7L1 12l2.45-2.8-.35-3.7 3.6-.8 1.9-3.2L12 2.95l3.4-1.45 1.9 3.2 3.6.8-.35 3.7L23 12l-2.45 2.8.35 3.7-3.6.8-1.9 3.2-3.4-1.45zm2.35-6.95L16.6 9.9l-1.4-1.45-4.25 4.25-2.15-2.1L7.4 12z" }));
const ForwardRef = forwardRef(SvgVerifiedFilled);
export default ForwardRef;
//# sourceMappingURL=VerifiedFilled.mjs.map