@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.33 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 IconMaterialRvHookup = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'RvHookup', short_name: 'RvHookup', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M360-120q-38 0-68.5-22T248-200h-48q-50 0-85-35t-35-85v-160q0-33 23.5-56.5T160-560h160v-120H120q-17 0-28.5-11.5T80-720q0-17 11.5-28.5T120-760h480q33 0 56.5 23.5T680-680v400h86l-14-14q-12-12-11.5-28t11.5-28q12-12 28.5-12.5T809-351l83 83q12 12 12 28t-12 28l-84 84q-11 11-28 11t-28-11q-11-11-11-28t11-28l16-16H472q-12 36-43 58t-69 22Zm40-440h200v-120H400v120Zm-40 360q17 0 28.5-11.5T400-240q0-17-11.5-28.5T360-280q-17 0-28.5 11.5T320-240q0 17 11.5 28.5T360-200Zm-112-80q13-36 43.5-58t68.5-22q38 0 69 22t43 58h128v-200H160v160q0 17 11.5 28.5T200-280h48Zm0-200h-88 440-352Z" }) })));
});
IconMaterialRvHookup.displayName = 'OnesyIconMaterialRvHookup';
exports.default = IconMaterialRvHookup;
;