UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.58 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialDialpadW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DialpadW100Filled", short_name: "Dialpad", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480-100q-23 0-38.5-15.5T426-154q0-23 15.5-38.5T480-208q23 0 38.5 15.5T534-154q0 23-15.5 38.5T480-100ZM252-768q-23 0-38.5-15.5T198-822q0-23 15.5-38.5T252-876q23 0 38.5 15.5T306-822q0 23-15.5 38.5T252-768Zm0 228q-23 0-38.5-15.5T198-594q0-23 15.5-38.5T252-648q23 0 38.5 15.5T306-594q0 23-15.5 38.5T252-540Zm0 228q-23 0-38.5-15.5T198-366q0-23 15.5-38.5T252-420q23 0 38.5 15.5T306-366q0 23-15.5 38.5T252-312Zm456-456q-23 0-38.5-15.5T654-822q0-23 15.5-38.5T708-876q23 0 38.5 15.5T762-822q0 23-15.5 38.5T708-768ZM480-312q-23 0-38.5-15.5T426-366q0-23 15.5-38.5T480-420q23 0 38.5 15.5T534-366q0 23-15.5 38.5T480-312Zm228 0q-23 0-38.5-15.5T654-366q0-23 15.5-38.5T708-420q23 0 38.5 15.5T762-366q0 23-15.5 38.5T708-312Zm0-228q-23 0-38.5-15.5T654-594q0-23 15.5-38.5T708-648q23 0 38.5 15.5T762-594q0 23-15.5 38.5T708-540Zm-228 0q-23 0-38.5-15.5T426-594q0-23 15.5-38.5T480-648q23 0 38.5 15.5T534-594q0 23-15.5 38.5T480-540Zm0-228q-23 0-38.5-15.5T426-822q0-23 15.5-38.5T480-876q23 0 38.5 15.5T534-822q0 23-15.5 38.5T480-768Z" })); }); IconMaterialDialpadW100Filled.displayName = 'OnesyIconMaterialDialpadW100Filled'; export default IconMaterialDialpadW100Filled;