UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 858 B
/** * @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 Diamond = createIcon("Diamond", [ [ "path", { d: "M12.1599 3.44922H11.8399L9.20988 8.69922H14.7899L12.1599 3.44922Z", key: "o00s1q" } ], [ "path", { d: "M16.4599 8.69922H21.6199L18.9999 3.44922H13.8399L16.4599 8.69922Z", key: "1fdwq9" } ], ["path", { d: "M21.3799 10.1992H12.7499V20.5492L21.3799 10.1992Z", key: "1rqene" }], ["path", { d: "M11.2499 20.5492V10.1992H2.61988L11.2499 20.5492Z", key: "1j7zjh" }], [ "path", { d: "M7.53988 8.69922L10.1599 3.44922H4.99988L2.37988 8.69922H7.53988Z", key: "1gqwlr" } ] ]); export { Diamond as default }; //# sourceMappingURL=diamond.js.map