UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 476 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgQuestionAnswerLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M5.455 15 1 18.5V3a1 1 0 0 1 1-1h15a1 1 0 0 1 1 1v12zm-.692-2H16V4H3v10.385zM8 17h10.237L20 18.385V8h1a1 1 0 0 1 1 1v13.5L17.546 19H9a1 1 0 0 1-1-1z" }) })); const Memo = memo(SvgQuestionAnswerLine); export default Memo;