UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 449 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgExternalLinkLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3z" }) })); const Memo = memo(SvgExternalLinkLine); export default Memo;