@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
20 lines (17 loc) • 543 B
JavaScript
/**
* @license @lucide/lab v0.1.2 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const triangleStripes = [
[
"path",
{ d: "M13.75 4a2 2 0 0 0-3.5 0L2.2 18A2 2.1 0 0 0 4 21h16a2 2 0 0 0 1.75-3Z", key: "12co1r" }
],
["path", { d: "M7.5 9h9", key: "upbddf" }],
["path", { d: "M5.5 13h13", key: "c1b3zl" }],
["path", { d: "M3 17h18", key: "3xqu03" }]
];
export { triangleStripes as default };
//# sourceMappingURL=triangle-stripes.js.map