@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialBidLandscapeDisabledW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BidLandscapeDisabledW100",
short_name: "BidLandscapeDisabled",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M712-172H232q-26 0-43-17t-17-43v-480l-90-90q-4-4-4.5-9.5T82-822q5-5 10-5t10 5l720 720q4 4 4.5 9.5T822-82q-5 5-10 5t-10-5l-90-90ZM372-492 200-320.1v88.1q0 12 10 22t22 10h452L538-346q-8 2-15-.5t-12-7.5L372-492ZM200-684v324l162-162-162-162Zm588-44v456q0 7-4.32 10.5t-9.5 3.5q-5.18 0-9.68-3.59-4.5-3.58-4.5-10.41v-312L625-434q-3.83 4.64-9.91 4.82-6.09.18-10.79-4.52-4.3-4.3-4.3-9.3 0-5 4-10l156-173v-102q0-12-10-22t-22-10H271q-7 0-10.5-4.32t-3.5-9.5q0-5.18 3.5-9.68T271-788h457q26 0 43 17t17 43ZM451-433Zm-89-89Zm10 30Zm147-27Z"
}));
});
IconMaterialBidLandscapeDisabledW100.displayName = 'OnesyIconMaterialBidLandscapeDisabledW100';
export default IconMaterialBidLandscapeDisabledW100;