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 DataExploration = createIcon("DataExploration", [
[
"path",
{
d: "M12 2C6.48 2 2 6.48 2 12C2 13.33 2.26 14.61 2.74 15.77L8 10.5L11.3 13.28L14.58 10H13V8H18V13H16V11.42L11.41 16L8.12 13.21L3.72 17.61C5.52 20.26 8.56 22 12 22H20C21.1 22 22 21.1 22 20V12C22 6.48 17.52 2 12 2ZM19.5 20.5C18.95 20.5 18.5 20.05 18.5 19.5C18.5 18.95 18.95 18.5 19.5 18.5C20.05 18.5 20.5 18.95 20.5 19.5C20.5 20.05 20.05 20.5 19.5 20.5Z",
key: "1uu2bu"
}
]
]);
export { DataExploration as default };
//# sourceMappingURL=data_exploration.js.map