@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.48 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialVideogameAssetOffFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'VideogameAssetOffFilled', short_name: 'VideogameAssetOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M160-240q-33 0-56.5-23.5T80-320v-320q0-34 24-57.5t58-23.5h77l361 361H486L83-763q-12-12-12-28.5T83-820q12-12 28.5-12t28.5 12l680 680q12 12 12 28t-12 28q-12 12-28.5 12T763-84L606-240H160Zm689-30q-13 6-28 4t-26-13L422-652q-10-10-11.5-21t3.5-22q5-11 14-18t23-7h349q33 0 56.5 23.5T880-640v320q0 18-9 31t-22 19ZM700-600q-25 0-42.5 17.5T640-540q0 25 17.5 42.5T700-480q25 0 42.5-17.5T760-540q0-25-17.5-42.5T700-600ZM280-440v40q0 17 11.5 28.5T320-360q17 0 28.5-11.5T360-400v-40h40q17 0 28.5-11.5T440-480q0-17-11.5-28.5T400-520h-40v-40q0-17-11.5-28.5T320-600q-17 0-28.5 11.5T280-560v40h-40q-17 0-28.5 11.5T200-480q0 17 11.5 28.5T240-440h40Z" }) })));
});
IconMaterialVideogameAssetOffFilled.displayName = 'OnesyIconMaterialVideogameAssetOffFilled';
exports.default = IconMaterialVideogameAssetOffFilled;
;