google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 672 B
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 PanoramaWideAngleSelect = createIcon("PanoramaWideAngleSelect", [
[
"path",
{
d: "M12 4C8.03 4 5.15 4.63 3 5C2.45 6.97 2 8.92 2 12C2 15.03 2.45 17.05 3 19C5.15 19.37 7.98 20 12 20C15.97 20 18.85 19.37 21 19C21.57 16.98 22 15.01 22 12C22 8.97 21.55 6.95 21 5C18.85 4.63 16.02 4 12 4Z",
key: "ejaohs"
}
]
]);
export { PanoramaWideAngleSelect as default };
//# sourceMappingURL=panorama_wide_angle_select.js.map