UNPKG

google-material-icons

Version:

A google material icon library package for React applications

43 lines (39 loc) 1.22 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 SpatialTracking = createIcon("SpatialTracking", [ [ "path", { d: "M9.55957 14C11.7687 14 13.5596 12.2091 13.5596 10C13.5596 7.79086 11.7687 6 9.55957 6C7.35043 6 5.55957 7.79086 5.55957 10C5.55957 12.2091 7.35043 14 9.55957 14Z", key: "1ykyf7" } ], [ "path", { d: "M15.9496 16.56C14.2696 15.7 12.0896 15 9.55957 15C7.02957 15 4.84957 15.7 3.16957 16.56C2.16957 17.07 1.55957 18.1 1.55957 19.22V22H17.5596V19.22C17.5596 18.1 16.9496 17.07 15.9496 16.56Z", key: "n8qs2c" } ], [ "path", { d: "M19.6096 3.41L18.1996 2C14.6896 5.51 14.6896 11.21 18.1996 14.73L19.6096 13.32C16.8796 10.58 16.8796 6.14 19.6096 3.41Z", key: "1n5y3p" } ], [ "path", { d: "M22.4396 6.24L21.0296 4.83C19.0796 6.78 19.0796 9.95 21.0296 11.9L22.4396 10.49C21.2696 9.32 21.2696 7.41 22.4396 6.24Z", key: "1bff1z" } ] ]); export { SpatialTracking as default }; //# sourceMappingURL=spatial_tracking.js.map