UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.2 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCallQualityW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CallQualityW100Filled", short_name: "CallQuality", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M702-132q-97 0-198.5-52t-184-134.5Q237-401 184.5-502T132-700q0-18 12-30t30-12h80q18 0 30.5 10.5T301-704l18 82q3 16-.5 29T304-571l-84 77q56 94 125 162t163 120l82-86q11-11 22.5-14.5t25.5-.5l68 14q17 4 27.5 16.5T744-252v78q0 18-12 30t-30 12Zm-47.852-348Q582-480 531-530.852q-51-50.851-51-123Q480-726 530.852-777q50.851-51 123-51Q726-828 777-777.148q51 50.851 51 123Q828-582 777.148-531q-50.851 51-123 51ZM654-540q5.6 0 9.8-4.2 4.2-4.2 4.2-9.8v-110q0-5.6-4.2-9.8-4.2-4.2-9.8-4.2-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8v110q0 5.6 4.2 9.8 4.2 4.2 9.8 4.2Zm0-184q8 0 14-6t6-14q0-8-6-14t-14-6q-8 0-14 6t-6 14q0 8 6 14t14 6Z" })); }); IconMaterialCallQualityW100Filled.displayName = 'AmauiIconMaterialCallQualityW100Filled'; export default IconMaterialCallQualityW100Filled;