18 lines
373 B
JavaScript
18 lines
373 B
JavaScript
/**
|
|
* lucide v0.244.0 - ISC
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const ChevronUpSquare = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2" }],
|
|
["polyline", { points: "8,14 12,10 16,14" }]
|
|
]
|
|
];
|
|
|
|
export { ChevronUpSquare as default };
|
|
//# sourceMappingURL=chevron-up-square.js.map
|