@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 540 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Bookmark = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "bookmark" }), _jsx("path", { className: 'dry-icon-bookmark', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M5 7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C7.28 3 8.12 3 9.8 3h4.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C19 5.28 19 6.12 19 7.8V21l-7-4-7 4V7.8Z' })] }));
//# sourceMappingURL=Bookmark.js.map