google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 745 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 PersonPin = createIcon("PersonPin", [
[
"path",
{
d: "M12 2C7.03 2 3 6.03 3 11C3 15.17 5.84 18.67 9.69 19.69L12 22L14.31 19.69C18.16 18.67 21 15.17 21 11C21 6.03 16.97 2 12 2ZM12 4C13.66 4 15 5.34 15 7C15 8.66 13.66 10 12 10C10.34 10 9 8.66 9 7C9 5.34 10.34 4 12 4ZM12 18.3C9.5 18.3 7.29 17.02 6 15.08C6.03 13.09 10 12 12 12C13.99 12 17.97 13.09 18 15.08C16.71 17.02 14.5 18.3 12 18.3Z",
key: "d5vg6i"
}
]
]);
export { PersonPin as default };
//# sourceMappingURL=person_pin.js.map