UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.64 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialInsightsW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'InsightsW100', short_name: 'Insights', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("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" }) }))); }); IconMaterialInsightsW100.displayName = 'OnesyIconMaterialInsightsW100'; exports.default = IconMaterialInsightsW100;