google-material-icons
Version:
A google material icon library package for React applications
52 lines (48 loc) • 2.27 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 EmojiSymbols = createIcon("EmojiSymbols", [
["path", { d: "M10.7093 2H2.70934V4H10.7093V2Z", key: "e01x0i" }],
["path", { d: "M5.70934 11H7.70934V7H10.7093V5H2.70934V7H5.70934V11Z", key: "es878h" }],
[
"path",
{
d: "M19.8911 12.4038L12.113 20.1819L13.5272 21.5961L21.3053 13.818L19.8911 12.4038Z",
key: "16mwqa"
}
],
[
"path",
{
d: "M14.2093 16C15.0378 16 15.7093 15.3284 15.7093 14.5C15.7093 13.6716 15.0378 13 14.2093 13C13.3809 13 12.7093 13.6716 12.7093 14.5C12.7093 15.3284 13.3809 16 14.2093 16Z",
key: "1ar6lp"
}
],
[
"path",
{
d: "M19.2093 21C20.0378 21 20.7093 20.3284 20.7093 19.5C20.7093 18.6716 20.0378 18 19.2093 18C18.3809 18 17.7093 18.6716 17.7093 19.5C17.7093 20.3284 18.3809 21 19.2093 21Z",
key: "72r4vk"
}
],
[
"path",
{
d: "M15.2093 11C16.5893 11 17.7093 9.88 17.7093 8.5V4H20.7093V2H16.7093V6.51C16.2893 6.19 15.7793 6 15.2093 6C13.8293 6 12.7093 7.12 12.7093 8.5C12.7093 9.88 13.8293 11 15.2093 11Z",
key: "p4rueb"
}
],
[
"path",
{
d: "M9.44934 15.96L8.03934 17.37L7.32934 16.66L7.67934 16.31C8.65934 15.33 8.65934 13.75 7.67934 12.77C7.18934 12.28 6.54934 12.04 5.90934 12.04C5.26934 12.04 4.62934 12.28 4.13934 12.77C3.15934 13.75 3.15934 15.33 4.13934 16.31L4.48934 16.66L3.42934 17.72C2.44934 18.7 2.44934 20.28 3.42934 21.26C3.92934 21.76 4.56934 22 5.20934 22C5.84934 22 6.48934 21.76 6.97934 21.27L8.03934 20.21L9.44934 21.62L10.8593 20.21L9.44934 18.8L10.8593 17.39L9.44934 15.96ZM5.55934 14.2C5.67934 14.08 5.81934 14.05 5.90934 14.05C5.99934 14.05 6.13934 14.08 6.25934 14.2C6.44934 14.4 6.44934 14.71 6.25934 14.91L5.90934 15.26L5.55934 14.9C5.36934 14.71 5.36934 14.39 5.55934 14.2ZM5.55934 19.85C5.43934 19.97 5.29934 20 5.20934 20C5.11934 20 4.97934 19.97 4.85934 19.85C4.66934 19.66 4.66934 19.34 4.85934 19.14L5.91934 18.08L6.62934 18.79L5.55934 19.85Z",
key: "j7q12j"
}
]
]);
export { EmojiSymbols as default };
//# sourceMappingURL=emoji_symbols.js.map