@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 435 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const AlignBottom01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "align-bottom-01" }), _jsx("path", { className: 'dry-icon-align-bottom-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M3 21h18M12 3v14m0 0 7-7m-7 7-7-7' })] }));
//# sourceMappingURL=AlignBottom01.js.map