UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.58 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialEmergencyShareW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "EmergencyShareW100", short_name: "EmergencyShare", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-107q75-71 117.5-136.5T640-354q0-69-46.5-117.5T480-520q-67 0-113.5 48.5T320-354q0 45 42.5 110.5T480-107Zm-.08-441q79.08 0 133.58 56.78Q668-434.44 668-354q0 27.7-11 57.85-11 30.15-31 61.65T576.5-169Q547-135 511-99q-7 6-14.87 9.5Q488.25-86 480-86t-16.12-3.5Q456-93 449-99q-37-37-66.5-72t-49.7-67.14q-20.2-32.14-30.5-61.5T292-354q0-80.44 54.42-137.22T479.92-548Zm.32 228q16.76 0 28.26-11.74 11.5-11.73 11.5-28.5 0-16.76-11.74-28.26-11.73-11.5-28.5-11.5-16.76 0-28.26 11.74-11.5 11.73-11.5 28.5 0 16.76 11.74 28.26 11.73 11.5 28.5 11.5Zm-.07-406Q445-726 412-716t-62 30q-4.67 3-10.33 2.5-5.67-.5-9.5-4.33-4.17-4.17-3.99-9.12.18-4.95 4.82-8.05 32-23 70.17-36t79-13Q521-754 559-741t70 36q4.64 3.33 4.82 8.67Q634-691 630-687q-3.67 3.67-9.33 3.83Q615-683 610-686q-29-20-61.83-30t-68-10ZM480-886q-66 0-128 21t-113 63q-5 5-11.5 5.5t-11.5-4.28q-5-5.22-2.5-11.22 2.5-6 7.5-11 55-45 121.5-68t138-23q71.5 0 137.5 23.5T740-822q5 5 7 11t-3.22 11q-4.78 5-11.28 4.5-6.5-.5-11.5-5.5-51-42-113-63.5T480-886Zm0 526Z" })); }); IconMaterialEmergencyShareW100.displayName = 'OnesyIconMaterialEmergencyShareW100'; export default IconMaterialEmergencyShareW100;