UNPKG

@kadconsulting/dry

Version:
3 lines 493 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Command = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "command" }), _jsx("path", { className: 'dry-icon-command', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M9 9V6a3 3 0 1 0-3 3h3Zm0 0v6m0-6h6m-6 6v3a3 3 0 1 1-3-3h3Zm0 0h6m0 0h3a3 3 0 1 1-3 3v-3Zm0 0V9m0 0V6a3 3 0 1 1 3 3h-3Z' })] })); //# sourceMappingURL=Command.js.map