UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.1 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialTabCloseRightW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "TabCloseRightW100Filled", short_name: "TabCloseRight", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M829-186H640q-6 0-10-4t-4-10q0-6 4-10t10-4h189l-79-81q-4-4-3.5-9.5t4.5-9.5q4-4 9.5-4t9.5 4l92 93q9 9 9 21t-9 21l-93 93q-4 4-9.5 3.5T750-87q-4-4-4-9t4-9l79-81Zm-597 14q-26 0-43-17t-17-43v-496q0-26 17-43t43-17h496q26 0 43 17t17 43v284q0 9-6.5 14.5T766-424q-43-2-81.5 13T612-367L499-480l105-105q4-4 4-9.5t-4-9.5q-4-4-9.5-4t-9.5 4L480-499 375-604q-4-4-9-4t-9 4q-4 4-4 9.5t4 9.5l104 105-105 105q-4 4-3.5 9t4.5 9q4 4 9.5 4t9.5-4l104-104 113 113q-29 34-43.5 72.5T536-194q0 9-5.5 15.5T516-172H232Z" })); }); IconMaterialTabCloseRightW100Filled.displayName = 'OnesyIconMaterialTabCloseRightW100Filled'; export default IconMaterialTabCloseRightW100Filled;