lucide-react
Version:
A Lucide icon library package for React applications
22 lines (18 loc) • 491 B
JavaScript
/**
* @license lucide-react v0.367.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 Octagon = createLucideIcon("Octagon", [
[
"polygon",
{
points: "7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2",
key: "h1p8hx"
}
]
]);
export { Octagon as default };
//# sourceMappingURL=octagon.js.map