UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 820 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialRampRightW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "RampRightW100", short_name: "RampRight", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("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" })); }); IconMaterialRampRightW100.displayName = 'OnesyIconMaterialRampRightW100'; export default IconMaterialRampRightW100;