@arche-mc2/arche-controls
Version:
We know that there are a ton of react UI library projects to choose from. Our hope with this one is to provide the next generation of react components that you can use to bootstrap your next project, or as a reference for building a UIKit. Read on to get
11 lines • 598 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var React = require("react");
var classnames_1 = require("classnames");
exports.Check = function (_a) {
var className = _a.className;
return (React.createElement("svg", { viewBox: "0 0 209 209", xmlns: "http://www.w3.org/2000/svg", className: classnames_1.default(className) },
React.createElement("path", { fill: "currentcolor", d: "m8 117 57 52c10 9 25 9 34 0l101-92a26 26 0 0 0-35-38l-83 77-39-37a26 26 0 0 0-35 38Z" })));
};
exports.default = exports.Check;
//# sourceMappingURL=check.js.map