@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 2.04 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BarcodeSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BarcodeSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#BarcodeSIcon__a)" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M.7.628C.943.386 1.27.25 1.613.25h4.305a.75.75 0 0 1 0 1.5H1.823v4.096a.75.75 0 0 1-1.5 0V1.54c0-.342.136-.67.378-.911M9.476 1a.75.75 0 0 1 .75-.75h4.307a1.29 1.29 0 0 1 1.289 1.289v4.307a.75.75 0 0 1-1.5 0V1.75h-4.096a.75.75 0 0 1-.75-.75M3.803 3.71a.75.75 0 0 1 .75.75v7.08a.75.75 0 0 1-1.5 0V4.46a.75.75 0 0 1 .75-.75m2.1 0a.75.75 0 0 1 .75.75V9.61a.75.75 0 0 1-1.5 0V4.46a.75.75 0 0 1 .75-.75m2.1 0a.75.75 0 0 1 .75.75V9.61a.75.75 0 0 1-1.5 0V4.46a.75.75 0 0 1 .75-.75m2.1 0a.75.75 0 0 1 .75.75V9.61a.75.75 0 0 1-1.5 0V4.46a.75.75 0 0 1 .75-.75m2.1 0a.75.75 0 0 1 .75.75v7.08a.75.75 0 0 1-1.5 0V4.46a.75.75 0 0 1 .75-.75M1.072 9.404a.75.75 0 0 1 .75.75v4.096h4.094a.75.75 0 0 1 0 1.5H1.611a1.29 1.29 0 0 1-1.289-1.288v-4.308a.75.75 0 0 1 .75-.75m13.998 0a.75.75 0 0 1 .75.75v4.308a1.29 1.29 0 0 1-1.289 1.288h-4.307a.75.75 0 1 1 0-1.5h4.096v-4.096a.75.75 0 0 1 .75-.75m-9.168 1.065a.75.75 0 0 1 .75.75v.32a.75.75 0 0 1-1.5 0v-.32a.75.75 0 0 1 .75-.75m2.1 0a.75.75 0 0 1 .75.75v.32a.75.75 0 0 1-1.5 0v-.32a.75.75 0 0 1 .75-.75m2.1 0a.75.75 0 0 1 .75.75v.32a.75.75 0 0 1-1.5 0v-.32a.75.75 0 0 1 .75-.75", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "BarcodeSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.BarcodeSIcon.displayName = 'BarcodeSIcon';