@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.01 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 IconMaterialCallReceived = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CallReceived', short_name: 'CallReceived', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M6 20q-.425 0-.713-.288Q5 19.425 5 19v-8q0-.425.287-.713Q5.575 10 6 10t.713.287Q7 10.575 7 11v5.6L17.925 5.675Q18.2 5.4 18.6 5.4t.7.3q.275.275.275.7 0 .425-.275.7L8.4 18H14q.425 0 .713.288.287.287.287.712t-.287.712Q14.425 20 14 20Z" }) })));
});
IconMaterialCallReceived.displayName = 'AmauiIconMaterialCallReceived';
exports.default = IconMaterialCallReceived;