@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.31 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 IconMaterialStairsW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'StairsW100Filled', short_name: 'Stairs', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M391-399h89q5.95 0 9.98-4.02Q494-407.05 494-413v-119h89q5.95 0 9.97-4.03Q597-540.05 597-546v-120h83q5.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-4h-97q-5.95 0-9.97 4.03Q569-685.95 569-680v119h-89q-5.95 0-9.98 4.03Q466-552.95 466-547v119h-89q-5.95 0-9.98 4.02Q363-419.95 363-414v120h-83q-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 4h97q5.95 0 9.98-4.02Q391-274.05 391-280v-119ZM232-172q-26 0-43-17t-17-43v-496q0-26 17-43t43-17h496q26 0 43 17t17 43v496q0 26-17 43t-43 17H232Z" }) })));
});
IconMaterialStairsW100Filled.displayName = 'OnesyIconMaterialStairsW100Filled';
exports.default = IconMaterialStairsW100Filled;