google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 678 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 Female = createIcon("Female", [
[
"path",
{
d: "M17.5 9C17.5 5.96 15.04 3.5 12 3.5C8.96 3.5 6.5 5.96 6.5 9C6.5 11.7 8.44 13.93 11 14.4V16.5H9V18.5H11V20.5H13V18.5H15V16.5H13V14.4C15.56 13.93 17.5 11.7 17.5 9ZM8.5 9C8.5 7.07 10.07 5.5 12 5.5C13.93 5.5 15.5 7.07 15.5 9C15.5 10.93 13.93 12.5 12 12.5C10.07 12.5 8.5 10.93 8.5 9Z",
key: "1hah51"
}
]
]);
export { Female as default };
//# sourceMappingURL=female.js.map