@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.35 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 IconMaterialMonorailW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MonorailW100Filled', short_name: 'Monorail', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M299-132q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h167v-97q0-5.95 4.04-9.98 4.03-4.02 10-4.02 5.96 0 9.96 4.02 4 4.03 4 9.98v97h168q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H299Zm33-696h296q49.5 0 84.75 35.25T748-708v363q0 43.5-30.75 74.25T643-240h-52q-7.22 0-12.11-4.89Q574-249.77 574-257q0-38.77-27.66-66.39Q518.68-351 479.84-351t-66.34 27.61Q386-295.77 386-257q0 7.23-4.89 12.11Q376.23-240 369-240h-52q-43.5 0-74.25-30.75T212-345v-363q0-49.5 35.25-84.75T332-828Zm-92 136v160h480v-160H240Z" }) })));
});
IconMaterialMonorailW100Filled.displayName = 'OnesyIconMaterialMonorailW100Filled';
exports.default = IconMaterialMonorailW100Filled;