UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 846 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialCallMissedOutgoing = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CallMissedOutgoing", short_name: "CallMissedOutgoing", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M760-543 537-320q-12 12-27 18t-30 6q-15 0-30-6t-27-18L148-595q-11-11-11-27.5t11-28.5q12-12 28.5-12t28.5 12l275 275 224-224H560q-17 0-28.5-11.5T520-640q0-17 11.5-28.5T560-680h240q17 0 28.5 11.5T840-640v240q0 17-11.5 28.5T800-360q-17 0-28.5-11.5T760-400v-143Z" })); }); IconMaterialCallMissedOutgoing.displayName = 'OnesyIconMaterialCallMissedOutgoing'; export default IconMaterialCallMissedOutgoing;