@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.17 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 IconMaterialNightlifeFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NightlifeFilled', short_name: 'Nightlife', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M280-240v-160L81-698q-14-20-2-41t36-21h410q24 0 36 21t-2 41L360-400v160h40q17 0 28.5 11.5T440-200q0 17-11.5 28.5T400-160H240q-17 0-28.5-11.5T200-200q0-17 11.5-28.5T240-240h40Zm-44-360h168l56-80H180l56 80Zm404 440q-50 0-85-35t-35-85q0-50 35-85t85-35q11 0 21 1.5t19 6.5v-328q0-17 11.5-28.5T720-760h100q25 0 42.5 17.5T880-700q0 25-17.5 42.5T820-640h-60v360q0 50-35 85t-85 35Z" }) })));
});
IconMaterialNightlifeFilled.displayName = 'OnesyIconMaterialNightlifeFilled';
exports.default = IconMaterialNightlifeFilled;
;