dm-web-react
Version:
The DM web client with React.
6 lines • 449 B
JavaScript
import * as React from "react";
import createSvgIcon from "./createSvgIcon";
export default createSvgIcon(React.createElement(React.Fragment, null,
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z" })), "CheckBox");
//# sourceMappingURL=CheckBox.js.map