Theme Assets
This commit is contained in:
24
assets/vendor/lucide/esm/icons/star.js
vendored
Normal file
24
assets/vendor/lucide/esm/icons/star.js
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @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 Star = [
|
||||
"svg",
|
||||
defaultAttributes,
|
||||
[
|
||||
[
|
||||
"polygon",
|
||||
{
|
||||
points: "12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"
|
||||
}
|
||||
]
|
||||
]
|
||||
];
|
||||
|
||||
export { Star as default };
|
||||
//# sourceMappingURL=star.js.map
|
||||
Reference in New Issue
Block a user