UNPKG

@kadconsulting/dry

Version:
3 lines 442 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const AlignTopArrow01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "align-top-arrow-01" }), _jsx("path", { className: 'dry-icon-align-top-arrow-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M21 3H3m9 18V7m0 0-7 7m7-7 7 7' })] })); //# sourceMappingURL=AlignTopArrow01.js.map