UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.59 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSettingsPhoneW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SettingsPhoneW100Filled", short_name: "SettingsPhone", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M448-532q-11 0-19.5-8.5T420-560q0-11 8.5-19.5T448-588q11 0 19.5 8.5T476-560q0 11-8.5 19.5T448-532Zm160 0q-11 0-19.5-8.5T580-560q0-11 8.5-19.5T608-588q11 0 19.5 8.5T636-560q0 11-8.5 19.5T608-532Zm160 0q-11 0-19.5-8.5T740-560q0-11 8.5-19.5T768-588q11 0 19.5 8.5T796-560q0 11-8.5 19.5T768-532Zm-23 360q-94 0-195.5-49.5T359.5-360q-88.5-89-138-190T172-745q0-18.43 12-30.71Q196-788 214-788h80q17 0 29.5 10.5T341-750l18 82q3 17-1 30t-14 21l-85 77q26 47 56.5 86.5T380-379q36 36 78 67t93 59l83-85q10-11 21.5-14t26.5-1l68 14q17 4 27.5 17t10.5 30v78q0 18-12.29 30-12.28 12-30.71 12ZM246-566l80-72q5-4 6.5-11t-.5-13l-18-82q-2-8-7-12t-13-4h-80q-6 0-10 4t-4 10q0 41 12.5 87t33.5 93Zm332 326.2q41 20.8 88.67 30.17 47.67 9.37 79.33 9.63 6 0 10-4t4-10v-78q0-8-4-13t-12-7l-68-14q-6-2-10.5-.5T656-320l-78 80.2ZM246-566q-21-47-33.5-93T200-746q0-6 4-10t10-4h80q8 0 13 4t7 12l18 82q2 6 .5 13t-6.5 11l-80 72Zm332 326 78-80q5-5 9.5-6.5t10.5.5l68 14q8 2 12 7t4 13v78q0 6-4 10t-10 4q-32 0-79.5-9.5T578-240Z" })); }); IconMaterialSettingsPhoneW100Filled.displayName = 'OnesyIconMaterialSettingsPhoneW100Filled'; export default IconMaterialSettingsPhoneW100Filled;