UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.86 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialDialpadW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DialpadW100Filled", short_name: "Dialpad", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M12 21.5q-.575 0-.962-.387-.388-.388-.388-.963t.388-.962q.387-.388.962-.388t.963.388q.387.387.387.962t-.387.963q-.388.387-.963.387ZM6.3 4.8q-.575 0-.962-.388-.388-.387-.388-.962t.388-.963Q5.725 2.1 6.3 2.1t.963.387q.387.388.387.963t-.387.962Q6.875 4.8 6.3 4.8Zm0 5.7q-.575 0-.962-.387-.388-.388-.388-.963t.388-.962Q5.725 7.8 6.3 7.8t.963.388q.387.387.387.962t-.387.963q-.388.387-.963.387Zm0 5.7q-.575 0-.962-.388-.388-.387-.388-.962t.388-.963q.387-.387.962-.387t.963.387q.387.388.387.963t-.387.962q-.388.388-.963.388ZM17.7 4.8q-.575 0-.962-.388-.388-.387-.388-.962t.388-.963q.387-.387.962-.387t.963.387q.387.388.387.963t-.387.962q-.388.388-.963.388ZM12 16.2q-.575 0-.962-.388-.388-.387-.388-.962t.388-.963q.387-.387.962-.387t.963.387q.387.388.387.963t-.387.962q-.388.388-.963.388Zm5.7 0q-.575 0-.962-.388-.388-.387-.388-.962t.388-.963q.387-.387.962-.387t.963.387q.387.388.387.963t-.387.962q-.388.388-.963.388Zm0-5.7q-.575 0-.962-.387-.388-.388-.388-.963t.388-.962q.387-.388.962-.388t.963.388q.387.387.387.962t-.387.963q-.388.387-.963.387Zm-5.7 0q-.575 0-.962-.387-.388-.388-.388-.963t.388-.962Q11.425 7.8 12 7.8t.963.388q.387.387.387.962t-.387.963q-.388.387-.963.387Zm0-5.7q-.575 0-.962-.388-.388-.387-.388-.962t.388-.963Q11.425 2.1 12 2.1t.963.387q.387.388.387.963t-.387.962Q12.575 4.8 12 4.8Z" })); }); IconMaterialDialpadW100Filled.displayName = 'AmauiIconMaterialDialpadW100Filled'; export default IconMaterialDialpadW100Filled;