17 lines
535 B
JavaScript
17 lines
535 B
JavaScript
|
|
/**
|
||
|
|
* @license lucide-react v0.300.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 PenSquare = createLucideIcon("PenSquare", [
|
||
|
|
["path", { d: "M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7", key: "1qinfi" }],
|
||
|
|
["path", { d: "M18.5 2.5a2.12 2.12 0 0 1 3 3L12 15l-4 1 1-4Z", key: "w2jsv5" }]
|
||
|
|
]);
|
||
|
|
|
||
|
|
export { PenSquare as default };
|
||
|
|
//# sourceMappingURL=pen-square.js.map
|