@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.13 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 IconMaterialElevation = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Elevation', short_name: 'Elevation', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M760-120H160q-25 0-35.5-21.5T128-183l188-264q11-16 28-24.5t37-8.5h161l228-266q18-21 44-11.5t26 37.5v520q0 33-23.5 56.5T760-120ZM300-560 176-385q-10 14-26 16.5t-30-7.5q-14-10-16.5-26t7.5-30l125-174q11-16 28-25t37-9h161l162-189q11-13 27-14t29 10q13 11 14 27t-10 29L522-588q-11 14-27 21t-33 7H300Zm-62 360h522v-412L602-428q-11 14-27 21t-33 7H380L238-200Zm522 0Z" }) })));
});
IconMaterialElevation.displayName = 'OnesyIconMaterialElevation';
exports.default = IconMaterialElevation;
;