UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 727 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBlindsW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BlindsW100", short_name: "Blinds", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M3.3 18.7V18h2V5.3h13.4V18h2v.7ZM6 10.3h12V6H6ZM6 18h12v-7h-5.65v1.95q.425.125.712.475.288.35.288.825 0 .575-.387.975-.388.4-.963.4t-.975-.4q-.4-.4-.4-.975 0-.475.3-.825t.725-.475V11H6ZM6 6h12H6Z" })); }); IconMaterialBlindsW100.displayName = 'AmauiIconMaterialBlindsW100'; export default IconMaterialBlindsW100;