UNPKG

google-material-icons

Version:

A google material icon library package for React applications

37 lines (33 loc) 1.65 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 EmojiObjects = createIcon("EmojiObjects", [ [ "path", { d: "M12.0013 2.5C11.5413 2.5 11.0713 2.54 10.6013 2.64C7.84129 3.17 5.64129 5.4 5.12129 8.16C4.64129 10.77 5.60129 13.17 7.34129 14.72C7.77129 15.1 8.00129 15.63 8.00129 16.19V18.5C8.00129 19.6 8.90129 20.5 10.0013 20.5H10.2813C10.6313 21.1 11.2613 21.5 12.0013 21.5C12.7413 21.5 13.3813 21.1 13.7213 20.5H14.0013C15.1013 20.5 16.0013 19.6 16.0013 18.5V16.19C16.0013 15.64 16.2213 15.1 16.6413 14.73C18.0913 13.45 19.0013 11.58 19.0013 9.5C19.0013 5.63 15.8713 2.5 12.0013 2.5ZM14.0013 16.5H10.0013V15.5H14.0013V16.5ZM10.0013 18.5V17.5H14.0013V18.5H10.0013ZM15.3113 13.24C15.2213 13.32 15.1513 13.42 15.0713 13.5H8.92129C8.84129 13.41 8.77129 13.31 8.68129 13.23C7.36129 12.05 6.77129 10.29 7.09129 8.53C7.45129 6.59 9.05129 4.98 10.9813 4.6C11.3213 4.53 11.6613 4.5 12.0013 4.5C14.7613 4.5 17.0013 6.74 17.0013 9.5C17.0013 10.93 16.3913 12.29 15.3113 13.24Z", key: "be4smh" } ], ["path", { d: "M12.5013 10.5H11.5013V13.5H12.5013V10.5Z", key: "1kpjdj" }], [ "path", { d: "M10.3808 8.37372L9.67369 9.08082L11.795 11.2021L12.5021 10.495L10.3808 8.37372Z", key: "sfq1zu" } ], [ "path", { d: "M11.5023 10.5052L12.2094 11.2123L14.3307 9.09098L13.6236 8.38388L11.5023 10.5052Z", key: "y5ngnx" } ] ]); export { EmojiObjects as default }; //# sourceMappingURL=emoji_objects.js.map