@clubmed/trident-icons
Version:
Shared ClubMed Icons library
7 lines (6 loc) • 335 B
JavaScript
import * as e from "react";
const t = (o) => /* @__PURE__ */ e.createElement("svg", { id: "Diamond", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 30 30", ...o }, /* @__PURE__ */ e.createElement("polygon", { fill: "currentColor", points: "15 6 6 15 15 24 24 15" }));
export {
t as default
};
//# sourceMappingURL=Diamond.js.map