UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 2.03 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialTabUnselectedW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "TabUnselectedW100Filled", short_name: "TabUnselected", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M152-212q-8.5 0-14.25-5.75T132-232q0-8.5 5.75-14.25T152-252q8.5 0 14.25 5.75T172-232q0 8.5-5.75 14.25T152-212Zm133 0q-8.5 0-14.25-5.75T265-232q0-8.5 5.75-14.25T285-252q8.5 0 14.25 5.75T305-232q0 8.5-5.75 14.25T285-212Zm133 0q-8.5 0-14.25-5.75T398-232q0-8.5 5.75-14.25T418-252q8.5 0 14.25 5.75T438-232q0 8.5-5.75 14.25T418-212Zm134 0q-8.5 0-14.25-5.75T532-232q0-8.5 5.75-14.25T552-252q8.5 0 14.25 5.75T572-232q0 8.5-5.75 14.25T552-212Zm130 0q-5.53 0-9.26-4.04-3.74-4.03-3.74-10 0-5.96 4.03-9.96 4.02-4 9.97-4h85q15 0 23.5-8.5T800-272v-86q0-5.95 4.04-9.98 4.03-4.02 10-4.02 5.96 0 9.96 4.02 4 4.03 4 9.98v86q0 26-17 43t-43 17h-86ZM152-336q-8.5 0-14.25-5.75T132-356q0-8.5 5.75-14.25T152-376q8.5 0 14.25 5.75T172-356q0 8.5-5.75 14.25T152-336Zm656-95q-8.5 0-14.25-5.75T788-451q0-8.5 5.75-14.25T808-471q8.5 0 14.25 5.75T828-451q0 8.5-5.75 14.25T808-431Zm-656-28q-8.5 0-14.25-5.75T132-479q0-8.5 5.75-14.25T152-499q8.5 0 14.25 5.75T172-479q0 8.5-5.75 14.25T152-459Zm340-161v-98q0-12.75 8.63-21.38Q509.25-748 522-748h246q26 0 43 17t17 43v98q0 12.75-8.62 21.37Q810.75-560 798-560H552q-24.75 0-42.37-17.63Q492-595.25 492-620Zm-346.04 32q-5.96 0-9.96-4.03-4-4.02-4-9.97v-86q0-26 17-43t43-17h86q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4h-86q-15 0-23.5 8.5T160-688v86q0 5.95-4.04 9.97-4.03 4.03-10 4.03ZM375-708q-8.5 0-14.25-5.75T355-728q0-8.5 5.75-14.25T375-748q8.5 0 14.25 5.75T395-728q0 8.5-5.75 14.25T375-708Z" })); }); IconMaterialTabUnselectedW100Filled.displayName = 'OnesyIconMaterialTabUnselectedW100Filled'; export default IconMaterialTabUnselectedW100Filled;