UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 463 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgRecordMailLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M14.257 15a5.5 5.5 0 1 1 4.243 2h-13a5.5 5.5 0 1 1 4.243-2zM5.5 15a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m13 0a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7" }) })); const Memo = memo(SvgRecordMailLine); export default Memo;