@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 582 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const LifeBuoy02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "life-buoy-02" }), _jsx("path", { className: 'dry-icon-life-buoy-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M8.464 8.464 4.93 4.93m0 14.142 3.535-3.536m7.072 0 3.535 3.536m0-14.142-3.536 3.535M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-5 0a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z' })] }));
//# sourceMappingURL=LifeBuoy02.js.map