@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
16 lines • 468 B
JavaScript
/**
* WordPress dependencies
*/
import { SVG, Path } from '@wordpress/primitives';
import { jsx as _jsx } from "react/jsx-runtime";
const chartBar = /*#__PURE__*/_jsx(SVG, {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
children: /*#__PURE__*/_jsx(Path, {
fillRule: "evenodd",
d: "M11.25 5h1.5v15h-1.5V5zM6 10h1.5v10H6V10zm12 4h-1.5v6H18v-6z",
clipRule: "evenodd"
})
});
export default chartBar;
//# sourceMappingURL=chart-bar.js.map