@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 499 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Mark = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "mark" }), _jsx("path", { className: 'dry-icon-mark', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M20 12a8 8 0 0 1-8 8m8-8a8 8 0 0 0-8-8m8 8h2m-10 8a8 8 0 0 1-8-8m8 8v2M4 12a8 8 0 0 1 8-8m-8 8H2m10-8V2m3 10a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z' })] }));
//# sourceMappingURL=Mark.js.map