mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-27 05:51:56 +07:00
26 lines
834 B
JavaScript
26 lines
834 B
JavaScript
/**
|
|
* @license lucide-vue-next v0.562.0 - ISC
|
|
*
|
|
* This source code is licensed under the ISC license.
|
|
* See the LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.js';
|
|
|
|
const LayersPlus = createLucideIcon("layers-plus", [
|
|
[
|
|
"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 .83.18 2 2 0 0 0 .83-.18l8.58-3.9a1 1 0 0 0 0-1.831z",
|
|
key: "zzgyd3"
|
|
}
|
|
],
|
|
["path", { d: "M16 17h6", key: "1ook5g" }],
|
|
["path", { d: "M19 14v6", key: "1ckrd5" }],
|
|
["path", { d: "M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 .825.178", key: "1ia9y3" }],
|
|
["path", { d: "M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l2.116-.962", key: "jksky3" }]
|
|
]);
|
|
|
|
export { LayersPlus as default };
|
|
//# sourceMappingURL=layers-plus.js.map
|