/**
* @license lucide-solid v0.488.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/framer.tsx
import Icon from "../Icon";
var iconNode = [
  ["path", { d: "M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7", key: "1a2nng" }]
];
var Framer = (props) => <Icon {...props} iconNode={iconNode} name="framer" />;
var framer_default = Framer;
export {
  framer_default as default
};
//# sourceMappingURL=framer.jsx.map
