20 lines
360 B
JavaScript
20 lines
360 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const BarChart3 = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["path", { d: "M3 3v18h18" }],
|
|
["path", { d: "M18 17V9" }],
|
|
["path", { d: "M13 17V5" }],
|
|
["path", { d: "M8 17v-3" }]
|
|
]
|
|
];
|
|
|
|
export { BarChart3 as default };
|
|
//# sourceMappingURL=bar-chart-3.js.map
|