UNPKG

@kadconsulting/dry

Version:
3 lines 398 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Terminal = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "terminal" }), _jsx("path", { className: 'dry-icon-terminal', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm4 17 6-6-6-6m8 14h8' })] })); //# sourceMappingURL=Terminal.js.map