dikplhd/public/assets/libs/lucide/esm/icons/scaling.js

20 lines
364 B
JavaScript

/**
* lucide v0.244.0 - ISC
*/
import defaultAttributes from '../defaultAttributes.js';
const Scaling = [
"svg",
defaultAttributes,
[
["path", { d: "M21 3 9 15" }],
["path", { d: "M12 3H3v18h18v-9" }],
["path", { d: "M16 3h5v5" }],
["path", { d: "M14 15H9v-5" }]
]
];
export { Scaling as default };
//# sourceMappingURL=scaling.js.map