google-material-icons
Version:
A google material icon library package for React applications
50 lines (46 loc) • 1.65 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 Celebration = createIcon("Celebration", [
[
"path",
{
d: "M1.23047 22.2705L15.2305 17.2705L6.23047 8.27047L1.23047 22.2705ZM11.5805 16.4505L4.53047 18.9705L7.05047 11.9205L11.5805 16.4505Z",
key: "1w4tgh"
}
],
[
"path",
{
d: "M13.7605 12.8005L19.3505 7.21047C19.8405 6.72047 20.6305 6.72047 21.1205 7.21047L21.7105 7.80047L22.7705 6.74047L22.1805 6.15047C21.1105 5.08047 19.3605 5.08047 18.2905 6.15047L12.7005 11.7405L13.7605 12.8005Z",
key: "15ji4d"
}
],
[
"path",
{
d: "M9.29047 7.15047L8.70047 7.74047L9.76047 8.80047L10.3505 8.21047C11.4205 7.14047 11.4205 5.39047 10.3505 4.32047L9.76047 3.73047L8.70047 4.80047L9.29047 5.39047C9.77047 5.87047 9.77047 6.67047 9.29047 7.15047Z",
key: "ws5lnj"
}
],
[
"path",
{
d: "M16.2905 12.1505L14.7005 13.7405L15.7605 14.8005L17.3505 13.2105C17.8405 12.7205 18.6305 12.7205 19.1205 13.2105L20.7305 14.8205L21.7905 13.7605L20.1805 12.1505C19.1005 11.0805 17.3605 11.0805 16.2905 12.1505Z",
key: "1swzhh"
}
],
[
"path",
{
d: "M14.2905 6.15047L10.7005 9.74047L11.7605 10.8005L15.3505 7.21047C16.4205 6.14047 16.4205 4.39047 15.3505 3.32047L13.7605 1.73047L12.7005 2.79047L14.2905 4.38047C14.7705 4.87047 14.7705 5.67047 14.2905 6.15047Z",
key: "1wbd0r"
}
]
]);
export { Celebration as default };
//# sourceMappingURL=celebration.js.map