UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 508 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgAlignItemVerticalCenterFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M4 19a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-6h2v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-4h2v-2h-2V7a1 1 0 0 0-1-1h-5a1 1 0 0 0-1 1v4h-2V5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v6H2v2h2z" }) })); const Memo = memo(SvgAlignItemVerticalCenterFill); export default Memo;