google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 728 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 Man4 = createIcon("Man4", [
[
"path",
{
d: "M13.7499 7H10.2499C9.0399 7 8.1099 8.07 8.2699 9.26L9.9999 22H13.9999L15.7299 9.26C15.8899 8.07 14.9599 7 13.7499 7Z",
key: "1l4l8y"
}
],
[
"path",
{
d: "M11.9999 6C13.1045 6 13.9999 5.10457 13.9999 4C13.9999 2.89543 13.1045 2 11.9999 2C10.8953 2 9.9999 2.89543 9.9999 4C9.9999 5.10457 10.8953 6 11.9999 6Z",
key: "7gz8b8"
}
]
]);
export { Man4 as default };
//# sourceMappingURL=man_4.js.map