@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.95 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("@amaui/ui-react");
const IconMaterialCellMergeW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CellMergeW100', short_name: 'CellMerge', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M4 8.35q-.15 0-.25-.1T3.65 8V5.15q0-.625.438-1.063.437-.437 1.062-.437H8q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1H5.15q-.35 0-.575.225-.225.225-.225.575V8q0 .15-.1.25t-.25.1Zm16 0q-.15 0-.25-.1t-.1-.25V5.15q0-.35-.225-.575-.225-.225-.575-.225H16q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h2.85q.625 0 1.063.437.437.438.437 1.063V8q0 .15-.1.25t-.25.1Zm-3.425 6.325-2.125-2.15q-.225-.225-.225-.525 0-.3.225-.525l2.125-2.15q.1-.1.237-.1.138 0 .263.1t.125.25q0 .15-.125.25L15.25 11.65H21q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1h-5.75l1.825 1.825q.1.1.113.237.012.138-.113.263-.1.1-.25.1t-.25-.1Zm-9.625 0q-.125-.1-.125-.25t.1-.25L8.75 12.35H3q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h5.75L6.925 9.825q-.1-.1-.1-.25t.1-.25q.125-.1.263-.113.137-.012.237.113l2.125 2.15q.225.225.225.525 0 .3-.225.525l-2.125 2.15q-.1.1-.237.1-.138 0-.238-.1Zm-1.8 5.675q-.625 0-1.062-.437-.438-.438-.438-1.063V16q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v2.85q0 .35.225.575.225.225.575.225H8q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Zm10.85 0q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h2.85q.35 0 .575-.225.225-.225.225-.575V16q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v2.85q0 .625-.437 1.063-.438.437-1.063.437Z" }) })));
});
IconMaterialCellMergeW100.displayName = 'AmauiIconMaterialCellMergeW100';
exports.default = IconMaterialCellMergeW100;