UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 535 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgMailUnreadFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M18.803 8.493A5.022 5.022 0 0 0 22 8.9V20a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h13.1q-.1.486-.1 1a4.98 4.98 0 0 0 1.193 3.241l-5.132 4.442-6.414-5.445-1.294 1.524 7.72 6.555zM21 7a3 3 0 1 1 0-6 3 3 0 0 1 0 6" }) })); const Memo = memo(SvgMailUnreadFill); export default Memo;