google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 784 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 4C9.27 4 6.78 4.24 4.05 4.72L3.12 4.88L2.87 5.78C2.29 7.85 2 9.93 2 12C2 14.07 2.29 16.15 2.87 18.22L3.12 19.11L4.05 19.27C6.78 19.76 9.27 20 12 20C14.73 20 17.22 19.76 19.95 19.28L20.88 19.12L21.13 18.23C21.71 16.15 22 14.07 22 12C22 9.93 21.71 7.85 21.13 5.78L20.88 4.89L19.95 4.73C17.22 4.24 14.73 4 12 4Z",
key: "1yrq1p"
}
]
]);
export { PanoramaWideAngleSelect as default };
//# sourceMappingURL=panorama_wide_angle_select.js.map