google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 621 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 PersonAddAlt1 = createIcon("PersonAddAlt1", [
[
"path",
{
d: "M13 8C13 5.79 11.21 4 9 4C6.79 4 5 5.79 5 8C5 10.21 6.79 12 9 12C11.21 12 13 10.21 13 8ZM15 10V12H18V15H20V12H23V10H20V7H18V10H15ZM1 18V20H17V18C17 15.34 11.67 14 9 14C6.33 14 1 15.34 1 18Z",
key: "1ao9cx"
}
]
]);
export { PersonAddAlt1 as default };
//# sourceMappingURL=person_add_alt_1.js.map