UNPKG

@kadconsulting/dry

Version:
3 lines 528 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Award02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "award-02" }), _jsx("path", { className: 'dry-icon-award-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M7 15.09V22l4.703-1.881c.11-.044.165-.066.221-.075a.5.5 0 0 1 .152 0c.056.009.111.03.221.075L17 22v-6.91m2.5-5.59a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Z' })] })); //# sourceMappingURL=Award02.js.map