UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 912 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialPhoneEnabled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "PhoneEnabled", short_name: "PhoneEnabled", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M162-120q-18 0-30-12t-12-30v-162q0-13 9-23.5t23-14.5l138-28q14-2 28.5 2.5T342-374l94 94q38-22 72-48.5t65-57.5q33-32 60.5-66.5T681-524l-97-98q-8-8-11-19t-1-27l26-140q2-13 13-22.5t25-9.5h162q18 0 30 12t12 30q0 125-54.5 247T631-329Q531-229 409-174.5T162-120Zm556-480q17-39 26-79t14-81h-88l-18 94 66 66ZM360-244l-66-66-94 20v88q41-3 81-14t79-28Zm358-356ZM360-244Z" })); }); IconMaterialPhoneEnabled.displayName = 'OnesyIconMaterialPhoneEnabled'; export default IconMaterialPhoneEnabled;