UNPKG

@kadconsulting/dry

Version:
3 lines 480 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const SunSetting01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "sun-setting-01" }), _jsx("path", { className: 'dry-icon-sun-setting-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 3v2M5.314 7.314 3.9 5.9m14.786 1.414L20.1 5.9M6 15a6 6 0 0 1 12 0m4 0H2m17 4H5' })] })); //# sourceMappingURL=SunSetting01.js.map