@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.47 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialCircleNotificationsW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "CircleNotificationsW100",
short_name: "CircleNotifications",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M480-252q18 0 31.5-12.5T528-296h-96q3 19 16.5 31.5T480-252Zm-80-152v-128q0-33 23.5-56.5T480-612q33 0 56.5 23.5T560-532v128H400Zm80.17 272q-72.17 0-135.73-27.39-63.56-27.39-110.57-74.35-47.02-46.96-74.44-110.43Q132-407.65 132-479.83q0-72.17 27.39-135.73 27.39-63.56 74.35-110.57 46.96-47.02 110.43-74.44Q407.65-828 479.83-828q72.17 0 135.73 27.39 63.56 27.39 110.57 74.35 47.02 46.96 74.44 110.43Q828-552.35 828-480.17q0 72.17-27.39 135.73-27.39 63.56-74.35 110.57-46.96 47.02-110.43 74.44Q552.35-132 480.17-132Zm-.17-28q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320ZM340-364h280q8.5 0 14.25-5.75T640-384q0-8.5-5.75-14.25T620-404h-20v-110q0-48-25.5-87T504-650v-36q0-11.05-6.5-18.53Q491-712 480-712t-17.5 7.47Q456-697.05 456-686v36q-45 10-70.5 48T360-516v112h-20q-8.5 0-14.25 5.75T320-384q0 8.5 5.75 14.25T340-364Z"
}));
});
IconMaterialCircleNotificationsW100.displayName = 'OnesyIconMaterialCircleNotificationsW100';
export default IconMaterialCircleNotificationsW100;