UNPKG

@astraicons/react

Version:

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

28 lines 986 B
import * as React from "react"; function BagIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "M2.065 10.748C1.37 6.742 6.437 4.368 9.264 7.32c1.576 1.646 4.253 1.674 5.83.028 2.758-2.88 7.607-.395 6.82 3.494l-1.305 6.456C20.056 20.032 17.63 22 14.81 22H9.154c-2.969 0-5.506-2.116-6.007-5.01z" }), /*#__PURE__*/React.createElement("path", { d: "M16 7V6a4 4 0 1 0-8 0" }), /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M16 12v-1M8 12v-1" })); } const ForwardRef = React.forwardRef(BagIcon); export default ForwardRef;