@astraicons/react
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
79 lines • 1.66 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const Category2Icon = ({
title,
titleId,
...props
}, ref) => /*#__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: ref,
"aria-labelledby": titleId
}, props), title ? /*#__PURE__*/React.createElement("title", {
id: titleId
}, title) : null, /*#__PURE__*/React.createElement("rect", {
width: 4.596,
height: 4.596,
x: 3,
y: 3,
opacity: 0.4,
rx: 1.723
}), /*#__PURE__*/React.createElement("rect", {
width: 4.596,
height: 4.596,
x: 3,
y: 9.684,
rx: 1.723
}), /*#__PURE__*/React.createElement("rect", {
width: 4.596,
height: 4.596,
x: 3,
y: 16.195,
opacity: 0.4,
rx: 1.723
}), /*#__PURE__*/React.createElement("rect", {
width: 4.596,
height: 4.596,
x: 9.895,
y: 9.684,
opacity: 0.4,
rx: 1.723
}), /*#__PURE__*/React.createElement("rect", {
width: 4.596,
height: 4.596,
x: 9.895,
y: 16.195,
rx: 1.723
}), /*#__PURE__*/React.createElement("rect", {
width: 4.596,
height: 4.596,
x: 16.404,
y: 9.684,
rx: 1.723
}), /*#__PURE__*/React.createElement("rect", {
width: 4.596,
height: 4.596,
x: 16.404,
y: 16.195,
opacity: 0.4,
rx: 1.723
}), /*#__PURE__*/React.createElement("rect", {
width: 4.596,
height: 4.596,
x: 9.895,
y: 3,
rx: 1.723
}), /*#__PURE__*/React.createElement("rect", {
width: 4.596,
height: 4.596,
x: 16.404,
y: 3,
opacity: 0.4,
rx: 1.723
}));
const ForwardRef = forwardRef(Category2Icon);
export default ForwardRef;