google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 570 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 WhereToVote = createIcon("WhereToVote", [
[
"path",
{
d: "M12 2C15.86 2 19 5.14 19 9C19 14.25 12 22 12 22C12 22 5 14.25 5 9C5 5.14 8.14 2 12 2ZM10.47 14L17 7.41L15.6 6L10.47 11.18L8.4 9.09L7 10.5L10.47 14Z",
key: "v1a4sn"
}
]
]);
export { WhereToVote as default };
//# sourceMappingURL=where_to_vote.js.map