init
This commit is contained in:
29
mc_test/node_modules/lucide-react/dist/esm/icons/ampersands.js
generated
vendored
Executable file
29
mc_test/node_modules/lucide-react/dist/esm/icons/ampersands.js
generated
vendored
Executable file
@ -0,0 +1,29 @@
|
||||
/**
|
||||
* @license lucide-react v0.545.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 __iconNode = [
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M10 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5",
|
||||
key: "12lh1k"
|
||||
}
|
||||
],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M22 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5",
|
||||
key: "173c68"
|
||||
}
|
||||
]
|
||||
];
|
||||
const Ampersands = createLucideIcon("ampersands", __iconNode);
|
||||
|
||||
export { __iconNode, Ampersands as default };
|
||||
//# sourceMappingURL=ampersands.js.map
|
||||
Reference in New Issue
Block a user