UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

25 lines (21 loc) 650 B
/** * @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: "text-align-center", size: 24, node: [ ["path", { d: "M21 5H3", key: "1fi0y6" }], ["path", { d: "M17 12H7", key: "16if0g" }], ["path", { d: "M19 19H5", key: "vjpgq2" }] ], aliases: ["align-center"] }; __iconData.node; const TextAlignCenter = createLucideIcon(__iconData); export { __iconData, TextAlignCenter as default }; //# sourceMappingURL=text-align-center.mjs.map