feat : first commit
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @license lucide v1.17.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
const Road = [
|
||||
["path", { d: "M12 17v4" }],
|
||||
["path", { d: "M12 5V3" }],
|
||||
["path", { d: "M12 9v3" }],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M2.077 18.449A2 2 0 0 0 4 21h16a2 2 0 0 0 1.924-2.55l-4-14A2 2 0 0 0 16 3H8a2 2 0 0 0-1.924 1.45z"
|
||||
}
|
||||
]
|
||||
];
|
||||
|
||||
export { Road as default };
|
||||
//# sourceMappingURL=road.mjs.map
|
||||
Reference in New Issue
Block a user