UNPKG

@metamask/design-system-react

Version:
7 lines 447 B
import * as React from "react"; import { forwardRef } from "react"; const SvgStart = (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: "M2 18V6h2v12zm14 0-1.425-1.4 3.6-3.6H6v-2h12.175L14.6 7.4 16 6l6 6z" })); const ForwardRef = forwardRef(SvgStart); export default ForwardRef; //# sourceMappingURL=Start.mjs.map