@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 Flag02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "flag-02" }), _jsx("path", { className: 'dry-icon-flag-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M4 15s1-1 4-1 5 2 8 2 4-1 4-1V4s-1 1-4 1-5-2-8-2-4 1-4 1m0 18V2' })] }));
//# sourceMappingURL=Flag02.js.map