UNPKG

google-material-icons

Version:

A google material icon library package for React applications

24 lines (20 loc) 1.55 kB
/** * @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 Mazaya = createIcon("Mazaya", [ [ "path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.56 8.21L22 11L19.56 13.79L19.9 17.48L16.29 18.3L14.4 21.49L11 20.03L7.6 21.5L5.71 18.31L2.1 17.49L2.44 13.79L0 11L2.44 8.2L2.1 4.5L5.71 3.69L7.6 0.5L11 1.96L14.4 0.5L16.29 3.7L19.9 4.52L19.56 8.21ZM10.4367 8.47214C10.4367 9.55755 9.55376 10.4405 8.46836 10.4405C7.38295 10.4405 6.5 9.55755 6.5 8.47214C6.5 7.38674 7.38295 6.50379 8.46836 6.50379C9.55376 6.50379 10.4367 7.38674 10.4367 8.47214ZM9.31194 8.47214C9.31194 8.00536 8.93514 7.62856 8.46836 7.62856C8.00157 7.62856 7.62477 8.00536 7.62477 8.47214C7.62477 8.93893 8.00157 9.31573 8.46836 9.31573C8.93514 9.31573 9.31194 8.93893 9.31194 8.47214ZM14.7038 6.50195L6.5 14.7058L7.29533 15.5011L15.4991 7.29728L14.7038 6.50195ZM11.5665 13.5321C11.5665 12.4467 12.4494 11.5638 13.5348 11.5638C14.6202 11.5638 15.5032 12.4467 15.5032 13.5321C15.5032 14.6176 14.6202 15.5005 13.5348 15.5005C12.4494 15.5005 11.5665 14.6176 11.5665 13.5321ZM12.6912 13.5321C12.6912 13.9989 13.068 14.3757 13.5348 14.3757C14.0016 14.3757 14.3784 13.9989 14.3784 13.5321C14.3784 13.0654 14.0016 12.6886 13.5348 12.6886C13.068 12.6886 12.6912 13.0654 12.6912 13.5321Z", key: "fmodyi" } ] ]); export { Mazaya as default }; //# sourceMappingURL=mazaya.js.map