google-material-icons
Version:
A google material icon library package for React applications
57 lines (53 loc) • 1.93 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 ShareLocation = createIcon("ShareLocation", [
[
"path",
{
d: "M13.0203 19.9298V21.9498C15.0303 21.7498 16.8603 20.9498 18.3403 19.7398L16.9203 18.3098C15.8103 19.1698 14.4803 19.7498 13.0203 19.9298Z",
key: "1rkkks"
}
],
[
"path",
{
d: "M4.03027 11.9998C4.03027 7.9498 7.06027 4.5898 10.9803 4.0698V2.0498C5.95027 2.5798 2.03027 6.8398 2.03027 11.9998C2.03027 17.1598 5.95027 21.4198 10.9803 21.9498V19.9298C7.06027 19.4098 4.03027 16.0498 4.03027 11.9998Z",
key: "sj4gsa"
}
],
[
"path",
{
d: "M19.9503 10.9998H21.9703C21.7703 8.9898 20.9703 7.1598 19.7603 5.6798L18.3303 7.10981C19.1903 8.20981 19.7703 9.5398 19.9503 10.9998Z",
key: "1cyhqs"
}
],
[
"path",
{
d: "M18.3403 4.2598C16.8603 3.0498 15.0203 2.2498 13.0203 2.0498V4.0698C14.4803 4.2498 15.8103 4.8298 16.9203 5.6898L18.3403 4.2598Z",
key: "1jw4w1"
}
],
[
"path",
{
d: "M18.3303 16.8998L19.7603 18.3198C20.9703 16.8398 21.7703 15.0098 21.9703 12.9998H19.9503C19.7703 14.4598 19.1903 15.7898 18.3303 16.8998Z",
key: "p7fac2"
}
],
[
"path",
{
d: "M16.0003 11.0998C16.0003 8.60981 14.1003 6.9998 12.0003 6.9998C9.90027 6.9998 8.00027 8.60981 8.00027 11.0998C8.00027 12.7598 9.33027 14.7298 12.0003 16.9998C14.6703 14.7298 16.0003 12.7598 16.0003 11.0998ZM12.0003 11.9998C11.4103 11.9998 10.9303 11.5198 10.9303 10.9298C10.9303 10.3398 11.4103 9.8598 12.0003 9.8598C12.5903 9.8598 13.0703 10.3398 13.0703 10.9298C13.0703 11.5198 12.5903 11.9998 12.0003 11.9998Z",
key: "h458oy"
}
]
]);
export { ShareLocation as default };
//# sourceMappingURL=share_location.js.map