UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 464 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgSdCardLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M6 7.828V20h12V4H9.828zm-1.707-1.12L9 2h10a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7.414a1 1 0 0 1 .293-.707M15 5h2v4h-2zm-3 0h2v4h-2zM9 6h2v3H9z" }) })); const Memo = memo(SvgSdCardLine); export default Memo;