UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 865 B
/** * @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 Nature = createIcon("Nature", [ [ "path", { d: "M12.915 16.0359H12.885C16.375 15.6359 19.085 12.6759 19.085 9.08594C19.085 5.21594 15.955 2.08594 12.085 2.08594C8.21504 2.08594 5.08504 5.21594 5.08504 9.08594C5.08504 12.5559 7.60504 15.4259 10.915 15.9759V19.9159H4.91504V21.9159H18.915V19.9159H12.915V16.0359ZM7.08504 9.08594C7.08504 6.32594 9.32504 4.08594 12.085 4.08594C14.845 4.08594 17.085 6.32594 17.085 9.08594C17.085 11.8459 14.845 14.0859 12.085 14.0859C9.32504 14.0859 7.08504 11.8459 7.08504 9.08594Z", key: "6ea1lz" } ] ]); export { Nature as default }; //# sourceMappingURL=nature.js.map