UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.07 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialContactEmergencyFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ContactEmergencyFilled", short_name: "ContactEmergency", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M0-120v-720h960v720H0Zm360-280q50 0 85-35t35-85q0-50-35-85t-85-35q-50 0-85 35t-35 85q0 50 35 85t85 35ZM84-200h552q-42-75-116-117.5T360-360q-86 0-160 42.5T84-200Zm606-348v38q0 13 8.5 21.5T720-480q13 0 21.5-8.5T750-510v-38l33 19q11 6 23 3t18-14q6-11 3-23t-14-18l-33-19 33-19q11-6 14-18t-3-23q-6-11-18-14t-23 3l-33 19v-38q0-13-8.5-21.5T720-720q-13 0-21.5 8.5T690-690v38l-33-19q-11-6-23-3t-18 14q-6 11-3 23t14 18l33 19-33 19q-11 6-14 18t3 23q6 11 18 14t23-3l33-19Z" })); }); IconMaterialContactEmergencyFilled.displayName = 'OnesyIconMaterialContactEmergencyFilled'; export default IconMaterialContactEmergencyFilled;