@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.82 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@amaui/ui-react");
const IconMaterialBarcodeReaderW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BarcodeReaderW100', short_name: 'BarcodeReader', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M6 19q-.85 0-1.35-.663-.5-.662-.3-1.462L6.275 9.65q-.8-.2-1.387-.938Q4.3 7.975 4.3 7q0-1.125.788-1.913Q5.875 4.3 7 4.3h6.7q.85 0 1.275.712.425.713.05 1.463l-1.2 2.4q-.2.375-.55.6-.35.225-.775.225H9.775l-.4 1.525q.3.025.513.237.212.213.212.513v1.2q0 .325-.212.537-.213.213-.538.213h-.7l-1 3.85q-.15.55-.613.888Q6.575 19 6 19Zm0-.7q.35 0 .6-.2t.35-.525L9.05 9.7H6.975l-1.95 7.35q-.125.475.175.863.3.387.8.387ZM7 9h5.5q.225 0 .425-.125.2-.125.3-.325l1.2-2.4q.2-.4-.038-.775Q14.15 5 13.7 5H7q-.825 0-1.412.588Q5 6.175 5 7t.588 1.412Q6.175 9 7 9Zm13.3-5.625-2.275 1q-.15.075-.3.012-.15-.062-.225-.212-.075-.15-.012-.3.062-.15.212-.225l2.275-1q.15-.075.3-.013.15.063.225.213.075.15.013.3-.063.15-.213.225Zm-2.575 7q-.15-.075-.225-.238-.075-.162 0-.312t.238-.213q.162-.062.312.013l2.25 1.05q.15.075.2.212.05.138-.025.288-.075.15-.212.2-.138.05-.288 0ZM20.75 7.4h-2.5q-.175 0-.288-.113-.112-.112-.112-.287t.112-.288q.113-.112.288-.112h2.5q.175 0 .288.112.112.113.112.288t-.112.287q-.113.113-.288.113ZM9.85 7ZM8 9.7Z" }) })));
});
IconMaterialBarcodeReaderW100.displayName = 'AmauiIconMaterialBarcodeReaderW100';
exports.default = IconMaterialBarcodeReaderW100;