lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
34 lines (31 loc) • 772 B
JavaScript
/**
* @license lucide-static v1.34.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const RulerDimensionLine = `
<svg
class="lucide lucide-ruler-dimension-line"
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 15v-3" />
<path d="M14 15v-3" />
<path d="M18 15v-3" />
<path d="M2 8V4" />
<path d="M22 6H2" />
<path d="M22 8V4" />
<path d="M6 15v-3" />
<rect x="2" y="12" width="20" height="8" rx="2" />
</svg>
`;
export { RulerDimensionLine as default };
//# sourceMappingURL=ruler-dimension-line.mjs.map