@onwave/ui
Version:
onwave ui library
8 lines • 670 B
JavaScript
import React from "react";
export var Close = function (_a) {
var width = _a.width, height = _a.height, fill = _a.fill;
return (React.createElement("svg", { width: width !== null && width !== void 0 ? width : 24, height: height !== null && height !== void 0 ? height : 24, viewBox: "0 0 24 24", fill: fill, xmlns: "http://www.w3.org/2000/svg" },
React.createElement("path", { d: "M18 6L6 18", stroke: fill, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
React.createElement("path", { d: "M6 6L18 18", stroke: fill, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })));
};
//# sourceMappingURL=Close.js.map