google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 656 B
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 Nature = createIcon("Nature", [
[
"path",
{
d: "M12.915 16.0359C16.385 15.6259 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.0359Z",
key: "1piowu"
}
]
]);
export { Nature as default };
//# sourceMappingURL=nature.js.map