@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 2.12 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialQrCodeScannerW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "QrCodeScannerW100Filled",
short_name: "QrCodeScanner",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M145.96-678q-5.96 0-9.96-4.03-4-4.02-4-9.97v-106q0-12.75 8.63-21.38Q149.25-828 162-828h106q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H160v108q0 5.95-4.04 9.97-4.03 4.03-10 4.03ZM162-132q-12.75 0-21.37-8.63Q132-149.25 132-162v-106q0-5.95 4.04-9.98 4.03-4.02 10-4.02 5.96 0 9.96 4.02 4 4.03 4 9.98v108h108q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H162Zm530 0q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h108v-108q0-5.95 4.04-9.98 4.03-4.02 10-4.02 5.96 0 9.96 4.02 4 4.03 4 9.98v106q0 12.75-8.62 21.37Q810.75-132 798-132H692Zm121.96-546q-5.96 0-9.96-4.03-4-4.02-4-9.97v-108H692q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h106q12.75 0 21.38 8.62Q828-810.75 828-798v106q0 5.95-4.04 9.97-4.03 4.03-10 4.03ZM671-244v-45h45v45h-45Zm0-90v-45h45v45h-45Zm-45 45v-45h45v45h-45Zm-45 45v-45h45v45h-45Zm-45-45v-45h45v45h-45Zm90-90v-45h45v45h-45Zm-45 45v-45h45v45h-45Zm-45-45v-45h45v45h-45Zm29.77-157q-12.77 0-21.27-8.64t-8.5-21.41v-120.18q0-12.77 8.64-21.27t21.41-8.5h120.18q12.77 0 21.27 8.64t8.5 21.41v120.18q0 12.77-8.64 21.27t-21.41 8.5H565.77Zm-292 292q-12.77 0-21.27-8.64t-8.5-21.41v-120.18q0-12.77 8.64-21.27t21.41-8.5h120.18q12.77 0 21.27 8.64t8.5 21.41v120.18q0 12.77-8.64 21.27t-21.41 8.5H273.77Zm0-292q-12.77 0-21.27-8.64t-8.5-21.41v-120.18q0-12.77 8.64-21.27t21.41-8.5h120.18q12.77 0 21.27 8.64t8.5 21.41v120.18q0 12.77-8.64 21.27t-21.41 8.5H273.77ZM272-272h124v-124H272v124Zm0-292h124v-124H272v124Zm292 0h124v-124H564v124Z"
}));
});
IconMaterialQrCodeScannerW100Filled.displayName = 'OnesyIconMaterialQrCodeScannerW100Filled';
export default IconMaterialQrCodeScannerW100Filled;