16 lines
400 B
JavaScript
16 lines
400 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 Sigma = createLucideIcon("Sigma", [
|
||
|
|
["path", { d: "M18 7V4H6l6 8-6 8h12v-3", key: "zis8ev" }]
|
||
|
|
]);
|
||
|
|
|
||
|
|
export { Sigma as default };
|
||
|
|
//# sourceMappingURL=sigma.js.map
|