UNPKG

@metamask/design-system-react

Version:
7 lines 453 B
import * as React from "react"; import { forwardRef } from "react"; const SvgCheckBold = (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: "m9.55 18.686-6.5-6.5 2.25-2.25 4.25 4.25 9.15-9.15 2.25 2.25z" })); const ForwardRef = forwardRef(SvgCheckBold); export default ForwardRef; //# sourceMappingURL=CheckBold.mjs.map