@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.41 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 IconMaterialFlexNoWrapW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FlexNoWrapW100Filled', short_name: 'FlexNoWrap', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M92-347v-266q0-12.75 8.63-21.38Q109.25-643 122-643h116q12.75 0 21.38 8.62Q268-625.75 268-613v266q0 12.75-8.62 21.37Q250.75-317 238-317H122q-12.75 0-21.37-8.63Q92-334.25 92-347Zm300 0v-266q0-12.75 8.63-21.38Q409.25-643 422-643h116q12.75 0 21.38 8.62Q568-625.75 568-613v266q0 12.75-8.62 21.37Q550.75-317 538-317H422q-12.75 0-21.37-8.63Q392-334.25 392-347Zm300 0v-266q0-12.75 8.63-21.38Q709.25-643 722-643h116q12.75 0 21.38 8.62Q868-625.75 868-613v266q0 12.75-8.62 21.37Q850.75-317 838-317H722q-12.75 0-21.37-8.63Q692-334.25 692-347Zm-572 2h120v-270H120v270Zm610 0h110v-270H730v270Z" }) })));
});
IconMaterialFlexNoWrapW100Filled.displayName = 'OnesyIconMaterialFlexNoWrapW100Filled';
exports.default = IconMaterialFlexNoWrapW100Filled;