@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.3 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const BarcodeScanner24 = (_a) => {
var { fill, size = '1.5rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M3 2a1 1 0 0 0-1 1v4.5a1 1 0 0 0 2 0V4h3.5a1 1 0 0 0 0-2H3Zm1 14.5a1 1 0 1 0-2 0V21a1 1 0 0 0 1 1h4.5a1 1 0 1 0 0-2H4v-3.5Zm17-1a1 1 0 0 1 1 1V21a1 1 0 0 1-1 1h-4.5a1 1 0 1 1 0-2H20v-3.5a1 1 0 0 1 1-1ZM16.5 2a1 1 0 1 0 0 2H20v3.5a1 1 0 1 0 2 0V3a1 1 0 0 0-1-1h-4.5Zm-8 6v8h-2V8h2Zm8 8V8h-2v8h2Zm-6-8h2v8h-2V8Zm-.75 0h-.5v8h.5V8Zm7.5 0h.5v8h-.5V8Zm-3.5 0h-.5v8h.5V8Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "24", height: "24", fill: "#fff" })))));
};
exports.default = BarcodeScanner24;