UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.03 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 NaturePeople = createIcon("NaturePeople", [ [ "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.08594ZM4.41504 10.9159C5.24504 10.9159 5.91504 10.2459 5.91504 9.41594C5.91504 8.58594 5.24504 7.91594 4.41504 7.91594C3.58504 7.91594 2.91504 8.58594 2.91504 9.41594C2.91504 10.2459 3.58504 10.9159 4.41504 10.9159Z", key: "1vgrvc" } ] ]); export { NaturePeople as default }; //# sourceMappingURL=nature_people.js.map