@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.08 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 IconMaterialRampRightW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'RampRightW100Filled', short_name: 'RampRight', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-173q-6 0-10-4t-4-10v-280q-25 57-73 111T279-256q-7 5-14.5 6t-12.5-4q-5-5-2.5-11t8.5-10q66-45 137-127t71-198v-133l-80 80q-5 5-10 5t-10-5q-5-5-4.5-10.5t4.5-9.5l93-93q5-5 10-7t11-2q6 0 11 2t10 7l93 93q5 5 5 10t-5 10q-5 5-10.5 4.5T574-653l-80-80v546q0 6-4 10t-10 4Z" }) })));
});
IconMaterialRampRightW100Filled.displayName = 'OnesyIconMaterialRampRightW100Filled';
exports.default = IconMaterialRampRightW100Filled;
;