iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const BarcodeDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 48v160H32V48z", opacity: ".2" }),
React.createElement("path", { d: "M232 48v40a8 8 0 01-16 0V56h-32a8 8 0 010-16h40a8 8 0 018 8zM72 200H40v-32a8 8 0 00-16 0v40a8 8 0 008 8h40a8 8 0 000-16zm152-40a8 8 0 00-8 8v32h-32a8 8 0 000 16h40a8 8 0 008-8v-40a8 8 0 00-8-8zM32 96a8 8 0 008-8V56h32a8 8 0 000-16H32a8 8 0 00-8 8v40a8 8 0 008 8zm48-16a8 8 0 00-8 8v80a8 8 0 0016 0V88a8 8 0 00-8-8zm104 88V88a8 8 0 00-16 0v80a8 8 0 0016 0zm-40-88a8 8 0 00-8 8v80a8 8 0 0016 0V88a8 8 0 00-8-8zm-32 0a8 8 0 00-8 8v80a8 8 0 0016 0V88a8 8 0 00-8-8z" }));
exports.default = BarcodeDuotone;