UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.46 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialDataExplorationW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DataExplorationW100", short_name: "DataExploration", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M12 20.7q-1.8 0-3.387-.688-1.588-.687-2.763-1.862-1.175-1.175-1.863-2.763Q3.3 13.8 3.3 12t.687-3.388Q4.675 7.025 5.85 5.85t2.763-1.863Q10.2 3.3 12 3.3t3.388.687q1.587.688 2.762 1.863t1.863 2.762Q20.7 10.2 20.7 12v7.2q0 .625-.437 1.062-.438.438-1.063.438Zm0-.7q3.35 0 5.675-2.325Q20 15.35 20 12q0-3.35-2.325-5.675Q15.35 4 12 4 8.65 4 6.325 6.325 4 8.65 4 12q0 .75.125 1.475.125.725.4 1.4L7.55 11.85q.1-.1.225-.15.125-.05.25-.05.15-.025.287.025.138.05.238.15l2.8 2.325 4.8-4.8H14q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h2.6q.325 0 .538.212.212.213.212.538V12q0 .15-.1.25t-.25.1q-.15 0-.25-.1t-.1-.25V9.875l-4.775 4.75q-.125.125-.25.175-.125.05-.25.05-.15 0-.275-.038-.125-.037-.25-.137l-2.75-2.35-3.25 3.25q.975 1.975 2.888 3.2Q9.65 20 12 20Zm7.2-.1q.275 0 .488-.212.212-.213.212-.488t-.212-.488q-.213-.212-.488-.212t-.488.212q-.212.213-.212.488t.212.488q.213.212.488.212ZM12 12Z" })); }); IconMaterialDataExplorationW100.displayName = 'AmauiIconMaterialDataExplorationW100'; export default IconMaterialDataExplorationW100;