@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 527 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Award01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "award-01" }), _jsx("path", { className: 'dry-icon-award-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M7.967 14.722 7 22l4.588-2.753c.15-.09.225-.135.305-.152a.5.5 0 0 1 .214 0c.08.017.155.062.305.152L17 22l-.966-7.279M19 9A7 7 0 1 1 5 9a7 7 0 0 1 14 0Z' })] }));
//# sourceMappingURL=Award01.js.map