google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 635 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 SendAndArchive = createIcon("SendAndArchive", [
[
"path",
{
d: "M20.5 9H17.5L1.5 2V9L10.5 11L1.5 13V20L9.5 16.5V20C9.5 21.1 10.4 22 11.5 22H20.5C21.6 22 22.5 21.1 22.5 20V11C22.5 9.9 21.6 9 20.5 9ZM20.5 20H11.5V11H20.5V20ZM16 19L12.5 15H14.5V12H17.5V15H19.5L16 19Z",
key: "hex299"
}
]
]);
export { SendAndArchive as default };
//# sourceMappingURL=send_and_archive.js.map