google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 612 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 PregnantWoman = createIcon("PregnantWoman", [
[
"path",
{
d: "M9 4C9 2.89 9.89 2 11 2C12.11 2 13 2.89 13 4C13 5.11 12.11 6 11 6C9.89 6 9 5.11 9 4ZM16 13C15.99 11.66 15.17 10.49 14 10C14 8.34 12.66 7 11 7C9.34 7 8 8.34 8 10V17H10V22H13V17H16V13Z",
key: "mvxfdq"
}
]
]);
export { PregnantWoman as default };
//# sourceMappingURL=pregnant_woman.js.map