22 lines
539 B
JavaScript
22 lines
539 B
JavaScript
/**
|
|
* @license lucide v0.331.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import defaultAttributes from '../defaultAttributes.js';
|
|
|
|
const Package2 = [
|
|
"svg",
|
|
defaultAttributes,
|
|
[
|
|
["path", { d: "M3 9h18v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9Z" }],
|
|
["path", { d: "m3 9 2.45-4.9A2 2 0 0 1 7.24 3h9.52a2 2 0 0 1 1.8 1.1L21 9" }],
|
|
["path", { d: "M12 3v6" }]
|
|
]
|
|
];
|
|
|
|
export { Package2 as default };
|
|
//# sourceMappingURL=package-2.js.map
|