UNPKG

2.02 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var Barcode = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M8.43839542,2.5 L9.32664756,2.5 L9.32664756,15.2294922 L8.43839542,15.2294922 L8.43839542,2.5 Z M6.21776506,2.5 L7.55014328,2.5 L7.55014328,15.2294922 L6.21776506,15.2294922 L6.21776506,2.5 Z M5.32951289,2.5 L5.77363897,2.5 L5.77363897,15.2294922 L5.32951289,15.2294922 L5.32951289,2.5 Z M2.22063039,2.5 L2.66475645,2.5 L2.66475645,15.2294922 L2.22063039,15.2294922 L2.22063039,2.5 Z M3.10888253,2.5 L4.44126075,2.5 L4.44126075,15.2294922 L3.10888253,15.2294922 L3.10888253,2.5 Z M15.5587392,2.5 L16.8911175,2.5 L16.8911175,15.2294922 L15.5587392,15.2294922 L15.5587392,2.5 Z M12.8939828,2.5 L14.226361,2.5 L14.226361,15.2294922 L12.8939828,15.2294922 L12.8939828,2.5 Z M14.6704871,2.5 L15.1146132,2.5 L15.1146132,15.2294922 L14.6704871,15.2294922 L14.6704871,2.5 Z M12.8939828,16.1376953 L17.7793696,16.1376953 L17.7793696,17.5 L12.8939828,17.5 L12.8939828,16.1376953 Z M0,2.5 L1.33237822,2.5 L1.33237822,17.5 L0,17.5 L0,2.5 Z M10.6733524,16.1376953 L12.0057307,16.1376953 L12.0057307,17.5 L10.6733524,17.5 L10.6733524,16.1376953 Z M17.3352436,2.5 L17.7793696,2.5 L17.7793696,15.2294922 L17.3352436,15.2294922 L17.3352436,2.5 Z M18.6676218,2.5 L20,2.5 L20,17.5 L18.6676218,17.5 L18.6676218,2.5 Z M11.5616046,2.5 L12.4498567,2.5 L12.4498567,15.2294922 L11.5616046,15.2294922 L11.5616046,2.5 Z M2.22063039,16.1376953 L3.55300861,16.1376953 L3.55300861,17.5 L2.22063039,17.5 L2.22063039,16.1376953 Z M4.44126075,16.1376953 L9.77077364,16.1376953 L9.77077364,17.5 L4.44126075,17.5 L4.44126075,16.1376953 Z M10.2292264,2.5 L10.6733524,2.5 L10.6733524,15.2294922 L10.2292264,15.2294922 L10.2292264,2.5 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file