hh-ui-components
Version:
9 lines • 546 B
JavaScript
import React from "react";
export var Add = function (_a) {
var className = _a.className, stroke = _a.stroke;
return (React.createElement("svg", { className: className, 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: "".concat(stroke) }),
React.createElement("path", { d: "M7 0V14", stroke: "".concat(stroke) })));
};
export default Add;
//# sourceMappingURL=Add.js.map