UNPKG

@kadconsulting/dry

Version:
3 lines 425 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const AlignLeft01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "align-left-01" }), _jsx("path", { className: 'dry-icon-align-left-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M3 3v18m18-9H7m0 0 7 7m-7-7 7-7' })] })); //# sourceMappingURL=AlignLeft01.js.map