UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 459 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgCpuFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M14 20h-4v2H8v-2H5a1 1 0 0 1-1-1v-3H2v-2h2v-4H2V8h2V5a1 1 0 0 1 1-1h3V2h2v2h4V2h2v2h3a1 1 0 0 1 1 1v3h2v2h-2v4h2v2h-2v3a1 1 0 0 1-1 1h-3v2h-2zM7 7v4h4V7z" }) })); const Memo = memo(SvgCpuFill); export default Memo;