hh-ui-components
Version:
8 lines • 453 B
JavaScript
import React from "react";
var AddIcon = function () {
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "100%", height: "100%", viewBox: "0 0 14 14", fill: "none", role: "img", "aria-labelledby": "addIcon" },
React.createElement("path", { d: "M0 7H14", stroke: "#1A1817" }),
React.createElement("path", { d: "M7 0V14", stroke: "#1A1817" })));
};
export default AddIcon;
//# sourceMappingURL=Add.js.map