@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 520 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Share07 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "share-07" }), _jsx("path", { className: 'dry-icon-share-07', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm8.59 13.51 6.83 3.98m-.01-10.98-6.82 3.98M21 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM9 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm12 7a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z' })] }));
//# sourceMappingURL=Share07.js.map