google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 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 PanoramaPhotosphere = createIcon("PanoramaPhotosphere", [
[
"path",
{
d: "M21.4 14.25C21.3 14.3 19.23 15.1 18.07 15.42C17.13 15.68 14.23 16.15 12 16.15C8.3 16.15 5 15.45 2.84 14.35C2.76 14.31 2.68 14.29 2.6 14.25V9.76C8.62 6.92 15.2 6.84 21.4 9.76V14.25ZM12.01 20.2C9.51 20.2 7.14 19.05 5.6 17.08C9.79 18.3 14.17 18.31 18.42 17.07C16.88 19.04 14.52 20.2 12.01 20.2ZM12 3.8C14.6 3.8 16.91 5.03 18.41 6.92C14.31 5.73 9.93 5.66 5.58 6.93C7.08 5.03 9.4 3.8 12 3.8ZM22.49 8.51C22.02 8.28 21.56 8.07 21.09 7.87C19.52 4.41 16.05 2 12 2C7.95 2 4.47 4.41 2.9 7.88C2.43 8.08 1.97 8.29 1.5 8.51C1.19 8.66 1 8.99 1 9.34V14.66C1 15.01 1.19 15.34 1.51 15.49C1.98 15.72 2.44 15.93 2.9 16.13C6.45 23.96 17.55 23.95 21.1 16.13C21.57 15.93 22.03 15.72 22.49 15.5C22.8 15.33 23 15.01 23 14.66V9.34C23 8.99 22.81 8.66 22.49 8.51Z",
key: "paz6wo"
}
]
]);
export { PanoramaPhotosphere as default };
//# sourceMappingURL=panorama_photosphere.js.map