UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.64 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialDocumentScannerW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DocumentScannerW100", short_name: "DocumentScanner", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M3 5.35q-.15 0-.25-.1T2.65 5V2.35q0-.3.2-.5t.5-.2H6q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1H3.35V5q0 .15-.1.25t-.25.1Zm18 0q-.15 0-.25-.1t-.1-.25V2.35H18q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h2.65q.3 0 .5.2t.2.5V5q0 .15-.1.25t-.25.1Zm-17.65 17q-.3 0-.5-.2t-.2-.5V19q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v2.65H6q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Zm14.65 0q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h2.65V19q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25v2.65q0 .3-.2.5t-.5.2Zm-11.65-4.5q0 .3.25.55.25.25.55.25h9.7q.3 0 .55-.25.25-.25.25-.55V6.15q0-.3-.25-.55-.25-.25-.55-.25h-9.7q-.3 0-.55.25-.25.25-.25.55Zm.8 1.5q-.65 0-1.075-.425-.425-.425-.425-1.075V6.15q0-.65.425-1.075Q6.5 4.65 7.15 4.65h9.7q.65 0 1.075.425.425.425.425 1.075v11.7q0 .65-.425 1.075-.425.425-1.075.425Zm2.85-10h4q.15 0 .25-.1t.1-.25q0-.15-.1-.25t-.25-.1h-4q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1Zm0 3h4q.15 0 .25-.1t.1-.25q0-.15-.1-.25t-.25-.1h-4q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1Zm0 3h4q.15 0 .25-.1t.1-.25q0-.15-.1-.25t-.25-.1h-4q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1Zm-3.65 2.5V5.35v13.3-.8Z" })); }); IconMaterialDocumentScannerW100.displayName = 'AmauiIconMaterialDocumentScannerW100'; export default IconMaterialDocumentScannerW100;