@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 706 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBarcodeScanner = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BarcodeScanner",
short_name: "BarcodeScanner",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M1 3h5v2H3v3H1Zm17 0h5v5h-2V5h-3Zm3 16v-3h2v5h-5v-2ZM3 16v3h3v2H1v-5ZM7 6h1v12H7ZM4 6h2v12H4Zm6 0h2v12h-2Zm7 0h1v12h-1Zm2 0h1v12h-1Zm-6 0h3v12h-3Z"
}));
});
IconMaterialBarcodeScanner.displayName = 'AmauiIconMaterialBarcodeScanner';
export default IconMaterialBarcodeScanner;