google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 670 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 Woman = createIcon("Woman", [
[
"path",
{
d: "M13.94 8.31C13.62 7.52 12.85 7 12 7C11.15 7 10.38 7.52 10.06 8.31L7 16H10V22H14V16H17L13.94 8.31Z",
key: "1vxkv0"
}
],
[
"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 { Woman as default };
//# sourceMappingURL=woman.js.map