google-material-icons
Version:
A google material icon library package for React applications
24 lines (20 loc) • 638 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 PushPin = createIcon("PushPin", [
[
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M16 9V4H17C17.55 4 18 3.55 18 3C18 2.45 17.55 2 17 2H7C6.45 2 6 2.45 6 3C6 3.55 6.45 4 7 4H8V9C8 10.66 6.66 12 5 12V14H10.97V21L11.97 22L12.97 21V14H19V12C17.34 12 16 10.66 16 9Z",
key: "xhyt7d"
}
]
]);
export { PushPin as default };
//# sourceMappingURL=push_pin.js.map