UNPKG

@astraicons/react

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

24 lines 1.35 kB
import * as React from "react"; import { forwardRef } from "react"; const BarcodeIcon = ({ title, titleId, ...props }, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", ref: ref, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "M20.25 9.3V7A3.25 3.25 0 0 0 17 3.75l-3.2-.001a.75.75 0 0 1 .001-1.5h3.2A4.75 4.75 0 0 1 21.751 7l-.001 2.3a.75.75 0 0 1-1.5 0M20.249 16.82V13.8a.75.75 0 0 1 1.5 0v3.02a4.93 4.93 0 0 1-4.932 4.93l-3.02-.001a.75.75 0 0 1 0-1.5h3.02a3.43 3.43 0 0 0 3.432-3.43M3.75 9.296v-2.3A3.25 3.25 0 0 1 7 3.747h2.3a.75.75 0 0 0 .001-1.5h-2.3a4.75 4.75 0 0 0-4.75 4.749l-.001 2.3a.75.75 0 0 0 1.5 0M3.749 13.796l-.001 3.2a3.25 3.25 0 0 0 3.25 3.251h3.2a.75.75 0 0 1 0 1.5H6.996a4.75 4.75 0 0 1-4.749-4.75v-3.201a.75.75 0 0 1 1.5 0" }), /*#__PURE__*/React.createElement("path", { d: "M6.496 16.996h-1v-10h1zM7.498 16.996h-1v-10h1zM14.498 16.996h-1v-10h1zM10.5 16.996h-1v-10h1z" }), /*#__PURE__*/React.createElement("path", { d: "M11.498 16.996h-1v-10h1zM18.498 16.996h-1v-10h1zM17.497 16.996h-1v-10h1z" })); const ForwardRef = forwardRef(BarcodeIcon); export default ForwardRef;