UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 474 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgComputerLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M4 16h16V5H4zm9 2v2h4v2H7v-2h4v-2H2.992A1 1 0 0 1 2 16.992V4.008C2 3.451 2.455 3 2.992 3h18.016c.548 0 .992.449.992 1.007v12.985c0 .557-.455 1.008-.992 1.008z" }) })); const Memo = memo(SvgComputerLine); export default Memo;