lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
30 lines (27 loc) • 791 B
JavaScript
/**
* @license lucide-static v0.536.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const MapMinus = `
<svg
class="lucide lucide-map-minus"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="m11 19-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V14" />
<path d="M15 5.764V14" />
<path d="M21 18h-6" />
<path d="M9 3.236v15" />
</svg>
`;
export { MapMinus as default };
//# sourceMappingURL=map-minus.js.map