@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.3 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 IconMaterialPerformanceMaxW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PerformanceMaxW100', short_name: 'PerformanceMax', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M192-212q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h576q26 0 43 17t17 43v416q0 26-17 43t-43 17H192Zm0-28h576q12 0 22-10t10-22v-416q0-12-10-22t-22-10H192q-12 0-22 10t-10 22v416q0 12 10 22t22 10Zm-32 0v-480 480Zm240-223 125 125q9 9 21 9t21-9l146-146q4-4 4-9.5t-4-10.5q-4-5-9.5-4.5T694-504L546-356 421-481q-9-9-21-9t-21 9L247-349q-4 4-4 10t4 10q4 4 9.5 4t9.5-4l134-134Zm124-74 16 33q2 5 7 5t7-5l14-33 34-16q5-2 4.5-7t-5.5-7l-33-15-14-33q-2-5-7-5t-7 5l-16 33-33 15q-5 2-5 7t5 7l33 16Z" }) })));
});
IconMaterialPerformanceMaxW100.displayName = 'OnesyIconMaterialPerformanceMaxW100';
exports.default = IconMaterialPerformanceMaxW100;
;