UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 607 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 PersonAdd = createIcon("PersonAdd", [ [ "path", { d: "M15 12C17.21 12 19 10.21 19 8C19 5.79 17.21 4 15 4C12.79 4 11 5.79 11 8C11 10.21 12.79 12 15 12ZM6 10V7H4V10H1V12H4V15H6V12H9V10H6ZM15 14C12.33 14 7 15.34 7 18V20H23V18C23 15.34 17.67 14 15 14Z", key: "6lqgg9" } ] ]); export { PersonAdd as default }; //# sourceMappingURL=person_add.js.map