lucide-react
Version:
A Lucide icon library package for React applications.
30 lines (26 loc) • 823 B
JavaScript
/**
* @license lucide-react 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.
*/
import createLucideIcon from '../createLucideIcon.mjs';
const __iconData = {
name: "iv-bag",
size: 24,
node: [
["path", { d: "M12 18v2a2 2 0 002 2h6", key: "1pl0l9" }],
["path", { d: "M6 11c.72.5 1.44 1 3 1 3 0 3-2 6-2 1.56 0 2.28.5 3 1", key: "h3dcr" }],
[
"path",
{
d: "M9.293 3c.453 0 .887-.18 1.207-.5s.754-.5 1.207-.5h.586c.453 0 .887.18 1.207.5s.754.5 1.207.5H16a2 2 0 012 2v11a2 2 0 01-2 2H8a2 2 0 01-2-2V5a2 2 0 012-2z",
key: "nsf2p2"
}
]
]
};
__iconData.node;
const IvBag = createLucideIcon(__iconData);
export { __iconData, IvBag as default };
//# sourceMappingURL=iv-bag.mjs.map