UNPKG

@kadconsulting/dry

Version:
3 lines 580 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const LifeBuoy01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "life-buoy-01" }), _jsx("path", { className: 'dry-icon-life-buoy-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M9.136 9.136 4.93 4.93m0 14.142 4.239-4.239m5.693.032 4.207 4.207m0-14.142-4.24 4.24M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-6 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z' })] })); //# sourceMappingURL=LifeBuoy01.js.map