Theme Assets
This commit is contained in:
36
assets/vendor/lucide/esm/icons/layers-3.js
vendored
Normal file
36
assets/vendor/lucide/esm/icons/layers-3.js
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
/**
|
||||
* @license lucide v0.424.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import defaultAttributes from '../defaultAttributes.js';
|
||||
|
||||
const Layers3 = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z"
|
||||
}
|
||||
],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "m6.08 9.5-3.5 1.6a1 1 0 0 0 0 1.81l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9a1 1 0 0 0 0-1.83l-3.5-1.59"
|
||||
}
|
||||
],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "m6.08 14.5-3.5 1.6a1 1 0 0 0 0 1.81l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9a1 1 0 0 0 0-1.83l-3.5-1.59"
|
||||
}
|
||||
]
|
||||
]
|
||||
];
|
||||
|
||||
export { Layers3 as default };
|
||||
//# sourceMappingURL=layers-3.js.map
|
||||
Reference in New Issue
Block a user