UNPKG

google-material-icons

Version:

A google material icon library package for React applications

36 lines (32 loc) 1.49 kB
/** * @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: "M16.7305 10.7705C16.7305 10.8405 16.7305 10.9005 16.7305 10.9705C16.7305 13.3105 14.7805 16.4105 10.7305 20.1105C6.68047 16.4105 4.73047 13.3205 4.73047 10.9705C4.73047 7.34047 7.38047 4.77047 10.7305 4.77047C11.0705 4.77047 11.4105 4.80047 11.7305 4.85047V2.83047C11.4005 2.79047 11.0705 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.9005 18.7305 10.8405 18.7305 10.7705H16.7305Z", key: "uh8gb3" } ], [ "path", { d: "M10.7305 12.7705C11.835 12.7705 12.7305 11.875 12.7305 10.7705C12.7305 9.6659 11.835 8.77047 10.7305 8.77047C9.6259 8.77047 8.73047 9.6659 8.73047 10.7705C8.73047 11.875 9.6259 12.7705 10.7305 12.7705Z", key: "1g61gs" } ], [ "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