UNPKG

@kadconsulting/dry

Version:
3 lines 378 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Plus = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "plus" }), _jsx("path", { className: 'dry-icon-plus', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 5v14m-7-7h14' })] })); //# sourceMappingURL=Plus.js.map