google-material-icons
Version:
A google material icon library package for React applications
43 lines (39 loc) • 2.1 kB
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 Mazaya = createIcon("Mazaya", [
[
"path",
{
d: "M22 10.99L19.56 8.2L19.9 4.51L16.29 3.69L14.4 0.5L11 1.96L7.6 0.5L5.71 3.69L2.1 4.5L2.44 8.2L0 10.99L2.44 13.78L2.1 17.48L5.71 18.3L7.6 21.5L11 20.03L14.4 21.49L16.29 18.3L19.9 17.48L19.56 13.79L22 10.99ZM18.05 12.47L17.49 13.12L17.57 13.97L17.75 15.92L15.01 16.54L14.57 17.28L13.58 18.96L11.8 18.19L11 17.85L10.21 18.19L8.43 18.96L7.44 17.29L7 16.55L4.26 15.93L4.44 13.97L4.52 13.12L3.96 12.47L2.67 11L3.96 9.52L4.52 8.87L4.43 8.01L4.25 6.07L6.99 5.45L7.43 4.71L8.42 3.03L10.2 3.8L11 4.14L11.79 3.8L13.57 3.03L14.56 4.71L15 5.45L17.74 6.07L17.56 8.02L17.48 8.87L18.04 9.52L19.33 10.99L18.05 12.47Z",
key: "l2s81h"
}
],
[
"path",
{
d: "M8.46836 10.4405C9.55376 10.4405 10.4367 9.55755 10.4367 8.47214C10.4367 7.38674 9.55376 6.50379 8.46836 6.50379C7.38295 6.50379 6.5 7.38674 6.5 8.47214C6.5 9.55755 7.38295 10.4405 8.46836 10.4405ZM8.46836 7.62856C8.93514 7.62856 9.31194 8.00536 9.31194 8.47214C9.31194 8.93893 8.93514 9.31573 8.46836 9.31573C8.00157 9.31573 7.62477 8.93893 7.62477 8.47214C7.62477 8.00536 8.00157 7.62856 8.46836 7.62856Z",
key: "h0dkvq"
}
],
[
"path",
{
d: "M14.7038 6.50195L6.5 14.7058L7.29533 15.5011L15.4991 7.29728L14.7038 6.50195Z",
key: "q61exx"
}
],
[
"path",
{
d: "M13.5348 11.5638C12.4494 11.5638 11.5665 12.4467 11.5665 13.5321C11.5665 14.6175 12.4494 15.5005 13.5348 15.5005C14.6202 15.5005 15.5032 14.6175 15.5032 13.5321C15.5032 12.4467 14.6202 11.5638 13.5348 11.5638ZM13.5348 14.3757C13.068 14.3757 12.6912 13.9989 12.6912 13.5321C12.6912 13.0654 13.068 12.6886 13.5348 12.6886C14.0016 12.6886 14.3784 13.0654 14.3784 13.5321C14.3784 13.9989 14.0016 14.3757 13.5348 14.3757Z",
key: "z09w8j"
}
]
]);
export { Mazaya as default };
//# sourceMappingURL=mazaya.js.map