@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 894 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialLandscapeW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "LandscapeW100Filled",
short_name: "Landscape",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m175-340 86-116q4.5-6 10.88-9 6.37-3 13.12-3 6.75 0 13.13 3 6.37 3 10.87 9l90 120q6.09 8 14.22 12 8.12 4 18.28 4 25.39 0 36.45-22.5Q479-365 464-385l-29-39q-6-8.32-6-18.16t6-17.84l106-142q4.5-6 10.88-9 6.37-3 13.12-3 6.75 0 13.13 3 6.37 3 10.87 9l196 262q11 15 2.81 31.5T761-292H199.5q-19.5 0-27.5-16.5t3-31.5Z"
}));
});
IconMaterialLandscapeW100Filled.displayName = 'OnesyIconMaterialLandscapeW100Filled';
export default IconMaterialLandscapeW100Filled;