UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/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.099V-232q0 12 10 22t22 10h452L538-346q-8 2-15-.5t-12-7.5L372-492ZM200-684v324l162-162-162-162Zm50-104h478q26 0 43 17t17 43v478l-28-28v-306L615-423l-20-20 165-183v-102q0-12-10-22t-22-10H278l-28-28Zm345 345Zm-144 10Zm-89-89Zm10 30Zm145-29Z" })); }); IconMaterialBidLandscapeDisabledW100.displayName = 'AmauiIconMaterialBidLandscapeDisabledW100'; export default IconMaterialBidLandscapeDisabledW100;