@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.37 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialPaymentsW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "PaymentsW100Filled",
short_name: "Payments",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M188-232q-24.75 0-42.37-17.63Q128-267.25 128-292v-312q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v312q0 12 10 22t22 10h512q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H188Zm108-108q-24.75 0-42.37-17.63Q236-375.25 236-400v-276q0-24.75 17.63-42.38Q271.25-736 296-736h476q24.75 0 42.38 17.62Q832-700.75 832-676v276q0 24.75-17.62 42.37Q796.75-340 772-340H296Zm28-28q0-25-17.62-42.5Q288.75-428 264-428v28q0 13 9.5 22.5T296-368h28Zm420 0h28q13 0 22.5-9.5T804-400v-28q-25 0-42.5 17.62Q744-392.75 744-368ZM534-470q29 0 48.5-19.5T602-538q0-29-19.5-48.5T534-606q-29 0-48.5 19.5T466-538q0 29 19.5 48.5T534-470ZM264-648q25 0 42.5-17.63Q324-683.25 324-708h-28q-13 0-22.5 9.5T264-676v28Zm540 0v-28q0-13-9.5-22.5T772-708h-28q0 25 17.63 42.5Q779.25-648 804-648Z"
}));
});
IconMaterialPaymentsW100Filled.displayName = 'OnesyIconMaterialPaymentsW100Filled';
export default IconMaterialPaymentsW100Filled;