@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.28 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialCounter9W100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Counter9W100Filled",
short_name: "Counter9",
viewBox: "0 96 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M480.174 924Q408 924 344.442 896.609q-63.559-27.392-110.575-74.348-47.015-46.957-74.441-110.435Q132 648.348 132 576.174q0-72.174 27.391-135.732 27.392-63.559 74.348-110.574 46.957-47.016 110.435-74.442Q407.652 228 479.826 228q72.174 0 135.732 27.391 63.559 27.392 110.574 74.348 47.016 46.957 74.442 110.435Q828 503.652 828 575.826q0 72.174-27.391 135.732-27.392 63.559-74.348 110.575-46.957 47.015-110.435 74.441Q552.348 924 480.174 924ZM440 750h74q26 0 43-17t17-43V462q0-26-17-43t-43-17h-68q-26 0-43 17t-17 43v68q0 26 17 43t43 17h100v100q0 14-9 23t-23 9h-74q-5.95 0-9.975 4.035-4.025 4.035-4.025 10t4.025 9.965q4.025 4 9.975 4Zm106-188H446q-14 0-23-9t-9-23v-68q0-14 9-23t23-9h68q14 0 23 9t9 23v100Z"
}));
});
IconMaterialCounter9W100Filled.displayName = 'AmauiIconMaterialCounter9W100Filled';
export default IconMaterialCounter9W100Filled;