UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 613 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 Girl = createIcon("Girl", [ [ "path", { d: "M12 7.5C12.97 7.5 13.75 6.72 13.75 5.75C13.75 4.78 12.97 4 12 4C11.03 4 10.25 4.78 10.25 5.75C10.25 6.72 11.03 7.5 12 7.5ZM14 16V20H10V16H8L10.38 9.62C10.63 8.95 11.28 8.5 12 8.5C12.72 8.5 13.37 8.95 13.62 9.62L16 16H14Z", key: "1g4qeh" } ] ]); export { Girl as default }; //# sourceMappingURL=girl.js.map