@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.19 kB
JavaScript
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 IconMaterialSsidChartFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SsidChartFilled', short_name: 'SsidChart', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M120-358q0-10 4.5-18.5T137-390l49-35q23-17 52-14.5t50 22.5l197 191 145-116q11-8 23.5-13t26.5-5h120q17 0 28.5 11.5T840-320q0 17-11.5 28.5T800-280H680L535-164q-23 19-53.5 17.5T429-169L232-360l-49 35q-20 14-41.5 3T120-358Zm0-241q0-10 4-18t12-14l122-89q24-17 53-15t50 23l127 127 289-209q20-14 41.5-3t21.5 36q0 10-4.5 18T823-729L535-520q-24 17-53 15t-50-23L305-655l-122 89q-20 14-41.5 3T120-599Z" }) })));
});
IconMaterialSsidChartFilled.displayName = 'OnesyIconMaterialSsidChartFilled';
exports.default = IconMaterialSsidChartFilled;
;