lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
32 lines (29 loc) • 908 B
JavaScript
/**
* @license lucide-static v1.46.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const TrianglesCenterlineDashedHorizontal = `
<svg
class="lucide lucide-triangles-centerline-dashed-horizontal"
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="M10 12H8" />
<path d="M16 12h-2" />
<path d="M22 12h-2" />
<path d="M4 12H2" />
<path d="M7.298 20.288A1 1 0 008 22h8a1 1 0 00.703-1.712l-3.991-3.99a1 1 0 00-1.424-.001z" />
<path d="M7.298 3.712A1 1 0 018 2h8a1 1 0 01.703 1.712l-3.991 3.99a1 1 0 01-1.424.001z" />
</svg>
`;
export { TrianglesCenterlineDashedHorizontal as default };
//# sourceMappingURL=triangles-centerline-dashed-horizontal.mjs.map