@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 939 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSubscriptionsW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SubscriptionsW100Filled",
short_name: "Subscriptions",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M192-132q-26 0-43-17t-17-43v-336q0-26 17-43t43-17h576q26 0 43 17t17 43v336q0 26-17 43t-43 17H192Zm257-132 126-84q7-5 7-12t-7-12l-126-84q-8-5-15.5-1t-7.5 13v168q0 9 7.5 13t15.5-1ZM200-668q-6 0-10-4t-4-10q0-6 4-10t10-4h560q6 0 10 4t4 10q0 6-4 10t-10 4H200Zm120-108q-6 0-10-4t-4-10q0-6 4-10t10-4h320q6 0 10 4t4 10q0 6-4 10t-10 4H320Z"
}));
});
IconMaterialSubscriptionsW100Filled.displayName = 'OnesyIconMaterialSubscriptionsW100Filled';
export default IconMaterialSubscriptionsW100Filled;