@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialTabCloseRightFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "TabCloseRightFilled",
short_name: "TabCloseRight",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M767-160H640q-17 0-28.5-11.5T600-200q0-17 11.5-28.5T640-240h127l-36-36q-11-11-11-27.5t12-28.5q11-11 28-11t28 11l104 104q12 12 12 28t-12 28L788-68q-11 11-27.5 11.5T732-68q-11-11-11-28t11-28l35-36Zm-567 40q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v299q0 13-10.5 21t-23.5 5q-48-10-96 .5T621-395l-85-85 86-86q11-11 11-28t-11-28q-11-11-28-11t-28 11l-86 86-86-86q-11-11-28-11t-28 11q-11 11-11 28t11 28l86 86-86 86q-11 11-11 28t11 28q11 11 28 11t28-11l86-86 85 85q-29 41-39.5 89t-.5 96q2 13-5.5 23.5T499-120H200Z"
}));
});
IconMaterialTabCloseRightFilled.displayName = 'OnesyIconMaterialTabCloseRightFilled';
export default IconMaterialTabCloseRightFilled;