UNPKG

@kadconsulting/dry

Version:
3 lines 501 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const LineHeight = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "line-height" }), _jsx("path", { className: 'dry-icon-line-height', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M9 13h6m-8 4 4.272-9.398c.231-.509.347-.763.507-.842a.5.5 0 0 1 .442 0c.16.079.276.333.507.842L17 17m4 4H3M21 3H3' })] })); //# sourceMappingURL=LineHeight.js.map