UNPKG

google-material-icons

Version:

A google material icon library package for React applications

26 lines (22 loc) 622 B
/** * @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 Man2 = createIcon("Man2", [ [ "path", { d: "M14 7H10C8.9 7 8 7.9 8 9V15H10.5V22H13.5V15H16V9C16 7.9 15.1 7 14 7Z", key: "1bdn3g" } ], [ "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 { Man2 as default }; //# sourceMappingURL=man_2.js.map