UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 447 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgExternalLinkFill = (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-3v9l-3.794-3.793-5.999 6-1.414-1.414 5.999-6L12 3z" }) })); const Memo = memo(SvgExternalLinkFill); export default Memo;