22 lines
491 B
Plaintext
22 lines
491 B
Plaintext
/**
|
|
* @license lucide-react v0.395.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
|