UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

14 lines (13 loc) 507 B
import { jsx as _jsx } from "react/jsx-runtime"; // THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY import { SVGIcon } from "@react-md/core/icon/SVGIcon"; export default function AddToQueueSharpIcon(props) { const { ref, ...remaining } = props; return /*#__PURE__*/ _jsx(SVGIcon, { ...remaining, ref: ref, children: /*#__PURE__*/ _jsx("path", { d: "M23 3H1v16h7v2h8v-2h7zm-2 14H3V5h18zm-5-7v2h-3v3h-2v-3H8v-2h3V7h2v3z" }) }); }