UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 588 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 Boy = createIcon("Boy", [ [ "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 20V15H15V10.5C15 9.4 14.1 8.5 13 8.5H11C9.9 8.5 9 9.4 9 10.5V15H10V20H14Z", key: "1xb4qi" } ] ]); export { Boy as default }; //# sourceMappingURL=boy.js.map