@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 679 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBarcodeW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BarcodeW100",
short_name: "Barcode",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M3.2 6.9h1.6v11.2H3.2Zm4.8 0h.8v11.2H8Zm-2.4 0h1.6v11.2H5.6Zm12.8 0h2.4v11.2h-2.4Zm-8 0H12v11.2h-1.6Zm5.6 0h.8v11.2H16Zm-3.2 0h2.4v11.2h-2.4Z"
}));
});
IconMaterialBarcodeW100.displayName = 'AmauiIconMaterialBarcodeW100';
export default IconMaterialBarcodeW100;