@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
22 lines (19 loc) • 676 B
JavaScript
/**
* @license @lucide/lab v0.1.2 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const pram = [
["path", { d: "M18.7 4.4 14.5 10", key: "1ajdds" }],
[
"path",
{ d: "M13 10V2a8.1 8.1 0 0 1 8 8v1c0 1.7-1.3 3-3 3H6c-1.7 0-3-1.3-3-3v-1h18", key: "167806" }
],
["path", { d: "m8.2 18.4 3.3-4.4", key: "1p3ib0" }],
["circle", { cx: "7", cy: "20", r: "2", key: "1xhi4t" }],
["path", { d: "M15.8 18.4 5.6 4.8A1.94 1.94 0 0 0 2 6", key: "76926k" }],
["circle", { cx: "17", cy: "20", r: "2", key: "b76hac" }]
];
export { pram as default };
//# sourceMappingURL=pram.js.map