UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.13 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPublicOffFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "PublicOffFilled", short_name: "PublicOff", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-62 17-117.5T146-701l-91-91q-12-12-12-28.5T55-849q12-12 28.5-12t28.5 12l736 736q12 12 12 28t-12 28q-12 12-28.5 12T791-57l-90-89q-48 32-103.5 49T480-80Zm-40-82v-78q-33 0-56.5-23.5T360-320v-40L168-552q-3 18-5.5 36t-2.5 36q0 121 79.5 212T440-162Zm440-318q0 45-10 86.5T843-314q-7 14-22.5 18.5T791-299q-14-8-19.5-24t1.5-31q13-30 20-61.5t7-64.5q0-98-54.5-179T600-776v16q0 33-23.5 56.5T520-680h-60v17q0 14-12 19t-22-5L308-767q-18-18-14.5-43t26.5-36q37-17 77-25.5t83-8.5q83 0 156 31.5T763-763q54 54 85.5 127T880-480Z" })); }); IconMaterialPublicOffFilled.displayName = 'OnesyIconMaterialPublicOffFilled'; export default IconMaterialPublicOffFilled;