@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
29 lines (27 loc) • 1.28 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const TableColumns = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 32 32",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ React.createElement("g", {
clipPath: "url(#clip0_502_50553)"
}, /*#__PURE__*/ React.createElement("path", {
d: "M6.83333 25.25C5.26836 25.25 4 23.9794 4 22.4166V8.24996C4 6.68499 5.26836 5.41663 6.83333 5.41663H23.8333C25.3961 5.41663 26.6667 6.68499 26.6667 8.24996V22.4166C26.6667 23.9794 25.3961 25.25 23.8333 25.25H6.83333ZM6.83333 11.0833V22.4166H23.8333V11.0833H6.83333Z"
}), /*#__PURE__*/ React.createElement("path", {
opacity: 0.4,
d: "M16.7501 11.0834V22.4167H13.9167V11.0834H16.7501Z"
})), /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("clipPath", {
id: "clip0_502_50553"
}, /*#__PURE__*/ React.createElement("rect", {
width: 22.6667,
height: 22.6667,
fill: "white",
transform: "translate(4 4)"
})))));
const ForwardRef = /*#__PURE__*/ forwardRef(TableColumns);
export default ForwardRef;