7 lines
283 B
Plaintext
7 lines
283 B
Plaintext
"use client";
|
|
|
|
import createSvgIcon from './utils/createSvgIcon';
|
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
export default createSvgIcon( /*#__PURE__*/_jsx("path", {
|
|
d: "M4 9h4v11H4zm0-5h4v4H4zm6 3h4v4h-4zm6 3h4v4h-4zm0 5h4v5h-4zm-6-3h4v8h-4z"
|
|
}), 'StackedBarChartTwoTone'); |