lucide-react
Version:
A Lucide icon library package for React applications
16 lines (12 loc) • 400 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 Sigma = createLucideIcon("Sigma", [
["path", { d: "M18 7V4H6l6 8-6 8h12v-3", key: "zis8ev" }]
]);
export { Sigma as default };
//# sourceMappingURL=sigma.js.map