UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.17 kB
"use strict"; 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 IconMaterialCallMissedOutgoingW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CallMissedOutgoingW100Filled', short_name: 'CallMissedOutgoing', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11.875 16.2q-.15 0-.275-.05-.125-.05-.25-.175L4 8.625q-.1-.1-.1-.225t.125-.25q.125-.125.25-.125t.25.125l7.35 7.35 7.15-7.15h-5.15q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h5.6q.325 0 .538.212.212.213.212.538V14q0 .15-.1.25t-.25.1q-.15 0-.25-.1t-.1-.25V8.85L12.4 15.975q-.125.125-.25.175-.125.05-.275.05Z" }) }))); }); IconMaterialCallMissedOutgoingW100Filled.displayName = 'AmauiIconMaterialCallMissedOutgoingW100Filled'; exports.default = IconMaterialCallMissedOutgoingW100Filled;