UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 479 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgMacLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M14 18v2l2 1v1H8l-.004-.996L10 20v-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.008zM4 5v9h16V5z" }) })); const Memo = memo(SvgMacLine); export default Memo;