google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 662 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 Man3 = createIcon("Man3", [
[
"path",
{
d: "M14 7.12368H10C8.9 7.12368 8 8.02368 8 9.12368V15.1237H10V22.1237H14V15.1237H16V9.12368C16 8.02368 15.1 7.12368 14 7.12368Z",
key: "1gpkq6"
}
],
[
"path",
{
d: "M14.2485 4.12358L11.9999 1.875L9.75132 4.12358L11.9999 6.37216L14.2485 4.12358Z",
key: "jimx31"
}
]
]);
export { Man3 as default };
//# sourceMappingURL=man_3.js.map