dathost-remixicon-react
Version:
Remix Icon for React
6 lines (5 loc) • 596 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { memo } from "react";
const SvgInformationOffLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2 2 6.477 2 12m14.906 6.32A8 8 0 0 1 5.68 7.094L10 11.414V12.5h1V15h-1v2h4v-1.586zm1.414-1.414L13 11.586V10.5h-1.086l-4.82-4.82A8 8 0 0 1 18.32 16.905M13 14.414V15h.586zM12 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" }) }));
const Memo = memo(SvgInformationOffLine);
export default Memo;