dathost-remixicon-react
Version:
Remix Icon for React
6 lines (5 loc) • 485 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { memo } from "react";
const Svg4KFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m8.5 10.5V12h-1V9H9v3H7.5V9H6v4.5h3V15h1.5v-1.5zM18 15l-2.25-3L18 9h-1.75l-1.75 2.25V9H13v6h1.5v-2.25L16.25 15z" }) }));
const Memo = memo(Svg4KFill);
export default Memo;