UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 628 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 PersonRemove = createIcon("PersonRemove", [ [ "path", { d: "M13.5 8C13.5 5.79 11.71 4 9.5 4C7.29 4 5.5 5.79 5.5 8C5.5 10.21 7.29 12 9.5 12C11.71 12 13.5 10.21 13.5 8ZM16.5 10V12H22.5V10H16.5ZM1.5 18V20H17.5V18C17.5 15.34 12.17 14 9.5 14C6.83 14 1.5 15.34 1.5 18Z", key: "1bajrn" } ] ]); export { PersonRemove as default }; //# sourceMappingURL=person_remove.js.map