google-material-icons
Version:
A google material icon library package for React applications
21 lines (17 loc) • 616 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 Deck = createIcon("Deck", [
["path", { d: "M22 9L12 2L2 9H11V22H13V9H22Z", key: "14t5ae" }],
["path", { d: "M4.14 12L2.18 12.37L3 16.74V22H5L5.02 18H7V22H9V16H4.9L4.14 12Z", key: "n7k75b" }],
[
"path",
{ d: "M19.1 16H15V22H17V18H18.98L19 22H21V16.74L21.82 12.37L19.86 12L19.1 16Z", key: "lk0e6k" }
]
]);
export { Deck as default };
//# sourceMappingURL=deck.js.map