@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.43 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialInsightsW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "InsightsW100Filled",
short_name: "Insights",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M3 19.35q-.575 0-.962-.388-.388-.387-.388-.962t.388-.962q.387-.388.962-.388.2 0 .375.038.175.037.325.162l5.15-5.15q-.125-.15-.162-.325Q8.65 11.2 8.65 11q0-.575.388-.963.387-.387.962-.387t.963.387q.387.388.387.963 0 .15-.15.65l3.15 3.15q.15-.075.3-.112.15-.038.35-.038.2 0 .363.038.162.037.287.162l4.2-4.2q-.125-.125-.162-.288-.038-.162-.038-.362 0-.575.388-.963.387-.387.962-.387t.963.387q.387.388.387.963t-.387.962q-.388.388-.963.388-.2 0-.362-.038-.163-.037-.288-.162l-4.2 4.2q.125.125.162.287.038.163.038.363 0 .575-.387.962-.388.388-.963.388t-.962-.388q-.388-.387-.388-.962 0-.2.038-.375.037-.175.162-.325l-3.15-3.15q-.15.125-.325.162-.175.038-.375.038-.15 0-.65-.15L4.2 17.35q.075.15.112.3.038.15.038.35 0 .575-.387.962-.388.388-.963.388Zm1-10.4-.3-.65-.65-.3.65-.3.3-.65.3.65.65.3-.65.3Zm11-1.525-.45-.975-.975-.45.975-.45.45-.975.45.975.975.45-.975.45Z"
}));
});
IconMaterialInsightsW100Filled.displayName = 'OnesyIconMaterialInsightsW100Filled';
export default IconMaterialInsightsW100Filled;