UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 376 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgParagraph = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M12 6v15h-2v-5a6 6 0 0 1 0-12h10v2h-3v15h-2V6zm-2 0a4 4 0 1 0 0 8z" }) })); const Memo = memo(SvgParagraph); export default Memo;