UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 482 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgRainyLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M16 18v-2h1a4 4 0 1 0-2.157-7.37A6 6 0 1 0 8 15.917v2.022A8.001 8.001 0 0 1 9 2a8 8 0 0 1 6.98 4.087A6 6 0 1 1 17 18zm-5.768.732L12 16.965l1.768 1.767a2.5 2.5 0 1 1-3.536 0" }) })); const Memo = memo(SvgRainyLine); export default Memo;