google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 755 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 Person2 = createIcon("Person2", [
[
"path",
{
d: "M18.39 14.56C16.71 13.7 14.53 13 12 13C9.47 13 7.29 13.7 5.61 14.56C4.61 15.07 4 16.1 4 17.22V20H20V17.22C20 16.1 19.39 15.07 18.39 14.56Z",
key: "j79e49"
}
],
[
"path",
{
d: "M9.78 12H14.22C15.43 12 16.36 10.94 16.2 9.74L15.88 7.29C15.57 5.39 13.92 4 12 4C10.08 4 8.43 5.39 8.12 7.29L7.8 9.74C7.64 10.94 8.57 12 9.78 12Z",
key: "o5npqt"
}
]
]);
export { Person2 as default };
//# sourceMappingURL=person_2.js.map