UNPKG

@kadconsulting/dry

Version:
3 lines 431 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Flag01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "flag-01" }), _jsx("path", { className: 'dry-icon-flag-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1v19' })] })); //# sourceMappingURL=Flag01.js.map