Files
youtube-homepage/node_modules/lucide-react/dist/esm/icons/signpost.js
2024-10-19 22:45:27 +01:00

24 lines
679 B
JavaScript

/**
* @license lucide-react v0.427.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.js';
const Signpost = createLucideIcon("Signpost", [
["path", { d: "M12 13v8", key: "1l5pq0" }],
["path", { d: "M12 3v3", key: "1n5kay" }],
[
"path",
{
d: "M18 6a2 2 0 0 1 1.414.586l2.293 2.207a1 1 0 0 1 0 1.414l-2.27 2.184a2 2 0 0 1-1.742.586L6 13a2 2 0 0 1-1.414-.586l-2.293-2.207a1 1 0 0 1 0-1.414l2.293-2.207A2 2 0 0 1 6 6z",
key: "rb0lus"
}
]
]);
export { Signpost as default };
//# sourceMappingURL=signpost.js.map