UNPKG

google-material-icons

Version:

A google material icon library package for React applications

43 lines (39 loc) 1.54 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.7696 14 13.5596 12.21 13.5596 10C13.5596 7.79 11.7696 6 9.55957 6C7.34957 6 5.55957 7.79 5.55957 10C5.55957 12.21 7.34957 14 9.55957 14ZM9.55957 8C10.6596 8 11.5596 8.9 11.5596 10C11.5596 11.1 10.6596 12 9.55957 12C8.45957 12 7.55957 11.1 7.55957 10C7.55957 8.9 8.45957 8 9.55957 8Z", key: "1b64ep" } ], [ "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.56ZM15.5596 20H3.55957V19.22C3.55957 18.84 3.75957 18.5 4.07957 18.34C5.26957 17.73 7.18957 17 9.55957 17C11.9296 17 13.8496 17.73 15.0396 18.34C15.3596 18.5 15.5596 18.84 15.5596 19.22V20Z", key: "wohdwp" } ], [ "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