mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-27 05:51:56 +07:00
22 lines
544 B
JavaScript
22 lines
544 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 Paperclip = createLucideIcon("paperclip", [
|
|
[
|
|
"path",
|
|
{
|
|
d: "m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551",
|
|
key: "1miecu"
|
|
}
|
|
]
|
|
]);
|
|
|
|
export { Paperclip as default };
|
|
//# sourceMappingURL=paperclip.js.map
|