UNPKG

lucide-static

Version:

Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.

34 lines (31 loc) 851 B
/** * @license lucide-static v1.46.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const VectorSquare = ` <svg class="lucide lucide-vector-square" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" > <path d="M17.055 4.533a24 24 0 00-10.11 0" /> <path d="M19.467 17.055a24 24 0 000-10.11" /> <path d="M4.533 6.945a24 24 0 000 10.11" /> <path d="M6.945 19.467a24 24 0 0010.11 0" /> <circle cx="19" cy="19" r="2" /> <circle cx="19" cy="5" r="2" /> <circle cx="5" cy="19" r="2" /> <circle cx="5" cy="5" r="2" /> </svg> `; export { VectorSquare as default }; //# sourceMappingURL=vector-square.mjs.map