google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 584 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const AddToQueue = createIcon("AddToQueue", [
[
"path",
{
d: "M11 15H13V12H16V10H13V7H11V10H8V12H11V15ZM21 3H3C1.89 3 1 3.89 1 5V17C1 18.1 1.89 19 3 19H8V21H16V19H21C22.1 19 23 18.1 23 17V5C23 3.89 22.1 3 21 3ZM21 17H3V5H21V17Z",
key: "9up9ci"
}
]
]);
export { AddToQueue as default };
//# sourceMappingURL=add_to_queue.js.map