UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.37 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialVideogameAssetOffW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "VideogameAssetOffW100Filled", short_name: "VideogameAssetOff", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M192-292q-26 0-43-17t-17-43.36V-608q0-26 17-43t43-17h100l282 282h-40L136-784q-4-4-4.5-9.5T136-804q5-5 10-5t10 5l648 648q4 4 4.5 9.5T804-136q-5 5-10 5t-10-5L628-292H192Zm609.93-17.14Q791-304 778.5-305T756-316L455-617q-7-7-8-15.5t2-16.5q3-8 9.75-13.5T476-668h292q26 0 43 17t17 43.36V-352q0 15.43-7.57 26.57t-18.5 16.29ZM700.12-574Q686-574 676-564.12q-10 9.88-10 24t9.88 24.12q9.88 10 24 10t24.12-9.88q10-9.88 10-24T724.12-564q-9.88-10-24-10ZM306-466v66q0 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.98v-66h66q5.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-66v-66q0-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.97v66h-66q-5.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 4h66Z" })); }); IconMaterialVideogameAssetOffW100Filled.displayName = 'OnesyIconMaterialVideogameAssetOffW100Filled'; export default IconMaterialVideogameAssetOffW100Filled;