@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.05 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 IconMaterialMergeW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MergeW100Filled', short_name: 'Merge', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-396 265-181q-4 4-9 3.5t-9-4.5q-4-4-4-9.5t4-9.5l176-176q26-26 34.5-45t8.5-56v-258l-82 82q-4 4-9 4t-9-4q-4-4-4-9.5t4-9.5l93-94q9-9 21-9t21 9l94 94q4 4 4 9t-4 9q-4 4-9.5 4t-9.5-4l-82-81v258q0 37 9.5 57t35.5 46l175 175q4 4 4 9t-4 9q-4 4-9.5 4t-9.5-4L480-396Z" }) })));
});
IconMaterialMergeW100Filled.displayName = 'OnesyIconMaterialMergeW100Filled';
exports.default = IconMaterialMergeW100Filled;