UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 785 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialCallMissedW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CallMissedW100", short_name: "CallMissed", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M200-585v206q0 6-4 10t-10 4q-6 0-10-4t-4-10v-224q0-13 8.5-21.5T202-633h224q6 0 10 4t4 10q0 6-4 10t-10 4H220l242 242q9 9 23 9t23-9l251-251q4-4 9.5-4.5T779-614q5 5 5 10t-5 10L527-342q-9 9-20 13t-22 4q-11 0-22-4t-20-13L200-585Z" })); }); IconMaterialCallMissedW100.displayName = 'OnesyIconMaterialCallMissedW100'; export default IconMaterialCallMissedW100;