@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.8 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialDialpadFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DialpadFilled",
short_name: "Dialpad",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M12 23q-.825 0-1.412-.587Q10 21.825 10 21q0-.825.588-1.413Q11.175 19 12 19t1.413.587Q14 20.175 14 21q0 .825-.587 1.413Q12.825 23 12 23ZM6 5q-.825 0-1.412-.588Q4 3.825 4 3t.588-1.413Q5.175 1 6 1t1.412.587Q8 2.175 8 3q0 .825-.588 1.412Q6.825 5 6 5Zm0 6q-.825 0-1.412-.588Q4 9.825 4 9t.588-1.413Q5.175 7 6 7t1.412.587Q8 8.175 8 9q0 .825-.588 1.412Q6.825 11 6 11Zm0 6q-.825 0-1.412-.587Q4 15.825 4 15q0-.825.588-1.413Q5.175 13 6 13t1.412.587Q8 14.175 8 15q0 .825-.588 1.413Q6.825 17 6 17ZM18 5q-.825 0-1.413-.588Q16 3.825 16 3t.587-1.413Q17.175 1 18 1q.825 0 1.413.587Q20 2.175 20 3q0 .825-.587 1.412Q18.825 5 18 5Zm-6 12q-.825 0-1.412-.587Q10 15.825 10 15q0-.825.588-1.413Q11.175 13 12 13t1.413.587Q14 14.175 14 15q0 .825-.587 1.413Q12.825 17 12 17Zm6 0q-.825 0-1.413-.587Q16 15.825 16 15q0-.825.587-1.413Q17.175 13 18 13q.825 0 1.413.587Q20 14.175 20 15q0 .825-.587 1.413Q18.825 17 18 17Zm0-6q-.825 0-1.413-.588Q16 9.825 16 9t.587-1.413Q17.175 7 18 7q.825 0 1.413.587Q20 8.175 20 9q0 .825-.587 1.412Q18.825 11 18 11Zm-6 0q-.825 0-1.412-.588Q10 9.825 10 9t.588-1.413Q11.175 7 12 7t1.413.587Q14 8.175 14 9q0 .825-.587 1.412Q12.825 11 12 11Zm0-6q-.825 0-1.412-.588Q10 3.825 10 3t.588-1.413Q11.175 1 12 1t1.413.587Q14 2.175 14 3q0 .825-.587 1.412Q12.825 5 12 5Z"
}));
});
IconMaterialDialpadFilled.displayName = 'AmauiIconMaterialDialpadFilled';
export default IconMaterialDialpadFilled;