UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 425 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgCollapseVerticalFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "m12 13.5 4.95 4.95-3.95-.002V23h-2v-4.552l-3.948-.001zM11 1v4.55H7.05L12 10.5l4.95-4.95H13V1z" }) })); const Memo = memo(SvgCollapseVerticalFill); export default Memo;