@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 833 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSouthEastW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SouthEastW100Filled",
short_name: "SouthEast",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M660-280 222-718q-4-4-4.5-9.5T222-738q5-5 10-5t10 5l438 438v-286q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v304q0 12.75-8.62 21.37Q690.75-252 678-252H374q-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-4h286Z"
}));
});
IconMaterialSouthEastW100Filled.displayName = 'OnesyIconMaterialSouthEastW100Filled';
export default IconMaterialSouthEastW100Filled;