@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 456 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const Bookmarked = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 140 230", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.Bookmarked-b{fill:white;}` }) }), _jsx("polygon", { className: "Bookmarked-b", points: "140 230 70 159.7 0 230 0 0 140 0 140 230" })] }));
export default Bookmarked;
//# sourceMappingURL=Bookmarked.js.map