@kurone-kito/launchpad-icons-react
Version:
the icons like the VRChat icons for Node.js ecosystem with the React
4 lines • 804 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const BookmarkOff = (props) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 255.9 255.9", ...props, children: [_jsx("defs", { children: _jsx("style", { children: `.BookmarkOff-b{fill:white;}` }) }), _jsx("path", { className: "BookmarkOff-b", d: "M29.1,234.8L235,28.9l-13.2-13.2-47,47L113.6,1.5c-.9-.9-2.2-1.5-3.5-1.5H5C2.2,0,0,2.2,0,5v104.9c0,1.3.5,2.6,1.5,3.5l61.4,61.1-47,47,13.2,13.2ZM61.9,87.7c-14.1,0-25.6-11.5-25.6-25.6s11.5-25.6,25.6-25.6,25.6,11.5,25.6,25.6-11.5,25.6-25.6,25.6Z" }), _jsx("path", { className: "BookmarkOff-b", d: "M202.3,90.5l-111.8,111.8,52.3,52.1c2,1.9,5.1,1.9,7.1,0l104.6-104.6c2-2,2-5.1,0-7.1l-52.2-52.2Z" })] }));
export default BookmarkOff;
//# sourceMappingURL=BookmarkOff.js.map