google-material-icons
Version:
A google material icon library package for React applications
26 lines (22 loc) • 613 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 Man = createIcon("Man", [
[
"path",
{ d: "M14 7H10C8.9 7 8 7.9 8 9V15H10V22H14V15H16V9C16 7.9 15.1 7 14 7Z", key: "rpu9sy" }
],
[
"path",
{
d: "M12 6C13.1046 6 14 5.10457 14 4C14 2.89543 13.1046 2 12 2C10.8954 2 10 2.89543 10 4C10 5.10457 10.8954 6 12 6Z",
key: "1cb55s"
}
]
]);
export { Man as default };
//# sourceMappingURL=man.js.map