google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 1.29 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 NaturePeople = createIcon("NaturePeople", [
[
"path",
{
d: "M4.41504 10.9159C5.24347 10.9159 5.91504 10.2444 5.91504 9.41594C5.91504 8.58751 5.24347 7.91594 4.41504 7.91594C3.58661 7.91594 2.91504 8.58751 2.91504 9.41594C2.91504 10.2444 3.58661 10.9159 4.41504 10.9159Z",
key: "6e249f"
}
],
[
"path",
{
d: "M22.085 9.08594C22.085 5.21594 18.955 2.08594 15.085 2.08594C11.215 2.08594 8.08504 5.21594 8.08504 9.08594C8.08504 12.5559 10.605 15.4259 13.915 15.9759V19.9159H5.91504V16.9159H6.91504V12.9159C6.91504 12.3659 6.46504 11.9159 5.91504 11.9159H2.91504C2.36504 11.9159 1.91504 12.3659 1.91504 12.9159V16.9159H2.91504V21.9159H18.915V19.9159H15.915V16.0359C19.385 15.6259 22.085 12.6759 22.085 9.08594ZM15.085 14.0859C12.325 14.0859 10.085 11.8459 10.085 9.08594C10.085 6.32594 12.325 4.08594 15.085 4.08594C17.845 4.08594 20.085 6.32594 20.085 9.08594C20.085 11.8459 17.845 14.0859 15.085 14.0859Z",
key: "izucy4"
}
]
]);
export { NaturePeople as default };
//# sourceMappingURL=nature_people.js.map