buid node modules
This commit is contained in:
22
frontend/node_modules/@heroicons/react/20/solid/esm/ViewColumnsIcon.js
generated
vendored
Normal file
22
frontend/node_modules/@heroicons/react/20/solid/esm/ViewColumnsIcon.js
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
import * as React from "react";
|
||||
function ViewColumnsIcon({
|
||||
title,
|
||||
titleId,
|
||||
...props
|
||||
}, svgRef) {
|
||||
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
||||
xmlns: "http://www.w3.org/2000/svg",
|
||||
viewBox: "0 0 20 20",
|
||||
fill: "currentColor",
|
||||
"aria-hidden": "true",
|
||||
"data-slot": "icon",
|
||||
ref: svgRef,
|
||||
"aria-labelledby": titleId
|
||||
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
||||
id: titleId
|
||||
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
||||
d: "M14 17h2.75A2.25 2.25 0 0 0 19 14.75v-9.5A2.25 2.25 0 0 0 16.75 3H14v14ZM12.5 3h-5v14h5V3ZM3.25 3H6v14H3.25A2.25 2.25 0 0 1 1 14.75v-9.5A2.25 2.25 0 0 1 3.25 3Z"
|
||||
}));
|
||||
}
|
||||
const ForwardRef = /*#__PURE__*/ React.forwardRef(ViewColumnsIcon);
|
||||
export default ForwardRef;
|
||||
Reference in New Issue
Block a user