@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.21 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 IconMaterialElevationW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ElevationW100', short_name: 'Elevation', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M712-214H226q-18 0-27-16t2-31l131-184q8-12 21.5-18.5T381-470h154q7 0 13-3t11-8l160-187q14-16 33.5-8.5T772-648v374q0 25-17.5 42.5T712-214ZM289-570 156-384q-3 5-8.5 5.5T137-381q-5-3-5.5-8.5T134-400l123-173q8-12 21.5-18.5T306-598h170l169-198q4-5 9.5-5t10.5 4q5 4 5.5 9t-3.5 10L506-591q-8 10-19.5 15.5T461-570H289Zm-67 328h490q14 0 23-9t9-23v-380L580-463q-8 10-19.5 15.5T535-442H381q-8 0-14.5 3.5T355-429L222-242Zm522 0Z" }) })));
});
IconMaterialElevationW100.displayName = 'OnesyIconMaterialElevationW100';
exports.default = IconMaterialElevationW100;
;