@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.86 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 IconMaterialFlowsheetW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FlowsheetW100Filled', short_name: 'Flowsheet', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M280-546h186q5.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-4H280q-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 4Zm-88 334q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h605q13.64 0 22.32 8.18T828-718q0 13.75-8.5 21.87Q811-688 797-688q-4 0 0 0h3q-69 0-116.5 47.5T636-524q0 16.32 3 31.16t8 28.84h-41q-45.83 0-77.92 32.08Q496-399.83 496-354v4q-26 19-42.5 45T430-249q-3 15-14.4 26T389-212H192Zm398 52q23 0 39.5-16.5T646-216q0-23-16.5-39.5T590-272q-23 0-39.5 16.5T534-216q0 23 16.5 39.5T590-160Zm210-308q23 0 39.5-16.5T856-524q0-23-16.5-39.5T800-580q-23 0-39.5 16.5T744-524q0 23 16.5 39.5T800-468ZM590-132q-35 0-59.5-24.5T506-216q0-32 20-55t50-28v-55q0-12.75 8.63-21.38Q593.25-384 606-384h180v-57q-30-5-50-28t-20-55q0-35 24.5-59.5T800-608q35 0 59.5 24.5T884-524q0 32-20 55t-50 28v55q0 12.75-8.62 21.37Q796.75-356 784-356H604v57q30 5 50 28t20 55q0 35-24.5 59.5T590-132ZM466-386q5.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-4H280q-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 4h186Z" }) })));
});
IconMaterialFlowsheetW100Filled.displayName = 'OnesyIconMaterialFlowsheetW100Filled';
exports.default = IconMaterialFlowsheetW100Filled;