UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.84 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var BarcodeSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#BarcodeSIcon__a)" }, React.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.createElement("defs", null, React.createElement("clipPath", { id: "BarcodeSIcon__a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); BarcodeSIcon.displayName = 'BarcodeSIcon';