@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.12 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 IconMaterialCallMergeW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CallMergeW100', short_name: 'CallMerge', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M266-222q-5-5-5-10t5-10l191-191q5-5 7-10.5t2-11.5v-278L346-613q-4 4-9.5 4.5T326-613q-5-5-5-10t5-10l133-133q5-5 10-7t11-2q6 0 11 2t10 7l133 133q4 4 4.5 9.5T634-613q-5 5-10 5t-10-5L494-733v278q0 12-5 23.5T476-412L286-222q-4 4-9.5 4.5T266-222Zm428 0q-5 5-10 5t-10-5L546-350q-4-4-4.5-9.5T546-370q5-5 10-5t10 5l128 128q4 4 4.5 9.5T694-222Z" }) })));
});
IconMaterialCallMergeW100.displayName = 'OnesyIconMaterialCallMergeW100';
exports.default = IconMaterialCallMergeW100;
;