google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 1.19 kB
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 WrongLocation = createIcon("WrongLocation", [
[
"path",
{
d: "M12.7305 9.77047V3.03047C12.0805 2.86047 11.4105 2.77047 10.7305 2.77047C6.53047 2.77047 2.73047 5.99047 2.73047 10.9705C2.73047 14.2905 5.40047 18.2205 10.7305 22.7705C16.0605 18.2205 18.7305 14.2905 18.7305 10.9705C18.7305 10.5605 18.6905 10.1605 18.6405 9.77047H12.7305ZM10.7305 12.7705C9.63047 12.7705 8.73047 11.8705 8.73047 10.7705C8.73047 9.67047 9.63047 8.77047 10.7305 8.77047C11.8305 8.77047 12.7305 9.67047 12.7305 10.7705C12.7305 11.8705 11.8305 12.7705 10.7305 12.7705Z",
key: "1tbspb"
}
],
[
"path",
{
d: "M21.2705 2.65047L19.8505 1.23047L17.7305 3.36047L15.6105 1.23047L14.1905 2.65047L16.3205 4.77047L14.1905 6.89047L15.6105 8.31047L17.7305 6.18047L19.8505 8.31047L21.2705 6.89047L19.1405 4.77047L21.2705 2.65047Z",
key: "1f6qsm"
}
]
]);
export { WrongLocation as default };
//# sourceMappingURL=wrong_location.js.map