18 lines
566 B
JavaScript
18 lines
566 B
JavaScript
/**
|
|
* @license lucide-react v0.309.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 FilePen = createLucideIcon("FilePen", [
|
|
["path", { d: "M4 13.5V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2h-5.5", key: "1bg6eb" }],
|
|
["path", { d: "M14 2v6h6", key: "1kof46" }],
|
|
["path", { d: "M10.4 12.6a2 2 0 0 1 3 3L8 21l-4 1 1-4Z", key: "hnx206" }]
|
|
]);
|
|
|
|
export { FilePen as default };
|
|
//# sourceMappingURL=file-pen.js.map
|