hh-ui-components
Version:
10 lines • 734 B
JavaScript
import React from "react";
import { icons } from "../../../icons/icons";
export var WishlistButton = function (_a) {
var onClick = _a.onClick;
return (React.createElement("a", { className: "tt hidden md:hidden lg:block 2xl:block h-[1.125rem] w-[1.125rem] lg:h-[1.125rem] lg:w-[1.125rem] 2xl:h-[1.250vw] 2xl:w-[1.250vw]", onClick: onClick },
React.createElement("label", null,
React.createElement("svg", { className: "cursor-pointer w-full h-full stroke-graphite", width: "100%", height: "100%", viewBox: "0 0 24 22", fill: "none", role: "img", "aria-label": "wishlist", xmlns: "http://www.w3.org/2000/svg" }, icons.wishlist))));
};
export default WishlistButton;
//# sourceMappingURL=WishlistButton.js.map