UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 586 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: "M19 3H5L2 9L12 21L22 9L19 3ZM9.62 8L11.12 5H12.88L14.38 8H9.62ZM11 10V16.68L5.44 10H11ZM13 10H18.56L13 16.68V10ZM19.26 8H16.61L15.11 5H17.76L19.26 8ZM6.24 5H8.89L7.39 8H4.74L6.24 5Z", key: "zo3fks" } ] ]); export { Diamond as default }; //# sourceMappingURL=diamond.js.map