@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.86 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 IconMaterialSwapDrivingAppsW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SwapDrivingAppsW100', short_name: 'SwapDrivingApps', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M704-758H312q-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-4h392l-60-60q-4-4-4.5-9.5t4.28-10.5q5.22-5 10.22-5 5 0 10 5l73 73q9 9 9 21t-9 21l-73 73q-4 4-9.5 4.5t-10.5-4.28q-5-5.22-5-10.22 0-5 5-10l60-60ZM200-200h560v-192H200v192Zm95.77-56q17.23 0 28.73-11.27 11.5-11.26 11.5-28.5 0-17.23-11.27-28.73-11.26-11.5-28.5-11.5-17.23 0-28.73 11.27-11.5 11.26-11.5 28.5 0 17.23 11.27 28.73 11.26 11.5 28.5 11.5Zm368 0q17.23 0 28.73-11.27 11.5-11.26 11.5-28.5 0-17.23-11.27-28.73-11.26-11.5-28.5-11.5-17.23 0-28.73 11.27-11.5 11.26-11.5 28.5 0 17.23 11.27 28.73 11.26 11.5 28.5 11.5ZM227-600l60 60q4 4 4.5 9.5t-4.28 10.5q-5.22 5-10.22 5-5 0-10-5l-73-73q-9-9-9-21t9-21l73-73q4-4 9.5-4.5t10.72 4.5q4.78 5 4.78 10t-5 10l-60 60h436q19.16 0 34.63 11.11Q713.11-605.78 719-588l66.23 185.77Q787-397 787.5-392t.5 10v276q0 5.83-4.12 9.92-4.12 4.08-10 4.08T764-96.08q-4-4.09-4-9.92v-66H200v66q0 5.83-4.12 9.92-4.12 4.08-10 4.08T176-96.08q-4-4.09-4-9.92v-284q0-13 8.5-21.5T202-420h546l-56-159q-4-10-12-15.5t-19-5.5H227Zm-27 208v192-192Z" }) })));
});
IconMaterialSwapDrivingAppsW100.displayName = 'OnesyIconMaterialSwapDrivingAppsW100';
exports.default = IconMaterialSwapDrivingAppsW100;
;