UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 418 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgBox3Fill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M20.502 5.922 12 1 3.498 5.922 12 10.845zM2.5 7.656V17.5l8.5 4.921v-9.844zM13 22.42l8.5-4.921V7.656l-8.5 4.92z" }) })); const Memo = memo(SvgBox3Fill); export default Memo;