@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 500 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const DotsVertical = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "dots-vertical" }), _jsx("path", { className: 'dry-icon-dots-vertical', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM12 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM12 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z' })] }));
//# sourceMappingURL=DotsVertical.js.map