@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 604 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Trophy02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "trophy-02" }), _jsx("path", { className: 'dry-icon-trophy-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 17a6.5 6.5 0 0 1-6.5-6.5V4.556c0-.519 0-.778.094-.979a1 1 0 0 1 .483-.483C6.278 3 6.537 3 7.056 3h9.888c.519 0 .778 0 .979.094a1 1 0 0 1 .483.483c.094.201.094.46.094.979V10.5A6.5 6.5 0 0 1 12 17Zm0 0v4m5 0H7M22 5v5M2 5v5' })] }));
//# sourceMappingURL=Trophy02.js.map