UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 369 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgInfoI = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M12 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m-3 4h2v8H9v2h6v-2h-2V8H9z" }) })); const Memo = memo(SvgInfoI); export default Memo;