UNPKG

@kadconsulting/dry

Version:
3 lines 486 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const List = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "list" }), _jsx("path", { className: 'dry-icon-list', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M21 12H9m12-6H9m12 12H9m-4-6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm0-6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm0 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z' })] })); //# sourceMappingURL=List.js.map