/**
* @license lucide-solid 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.
*/

// src/icons/paperclip.tsx
import Icon from "../Icon";
var iconNode = [
  [
    "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"
    }
  ]
];
var Paperclip = (props) => <Icon {...props} iconNode={iconNode} name="paperclip" />;
var paperclip_default = Paperclip;
export {
  paperclip_default as default
};
//# sourceMappingURL=paperclip.jsx.map
