@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.16 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 IconMaterialCallMissedOutgoing = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CallMissedOutgoing', short_name: 'CallMissedOutgoing', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 17q-.2 0-.375-.062-.175-.063-.325-.213l-7.6-7.6q-.275-.275-.287-.687-.013-.413.287-.713.275-.3.688-.313Q4.8 7.4 5.1 7.7l6.9 6.9L17.6 9H14q-.425 0-.712-.288Q13 8.425 13 8t.288-.713Q13.575 7 14 7h6q.425 0 .712.287Q21 7.575 21 8v6q0 .425-.288.712Q20.425 15 20 15t-.712-.288Q19 14.425 19 14v-3.575l-6.3 6.3q-.15.15-.325.213Q12.2 17 12 17Z" }) })));
});
IconMaterialCallMissedOutgoing.displayName = 'AmauiIconMaterialCallMissedOutgoing';
exports.default = IconMaterialCallMissedOutgoing;