UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications.

21 lines (19 loc) 634 B
/** * @license lucide-solid v0.562.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ // src/icons/text-align-center.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "M21 5H3", key: "1fi0y6" }], ["path", { d: "M17 12H7", key: "16if0g" }], ["path", { d: "M19 19H5", key: "vjpgq2" }] ]; var TextAlignCenter = (props) => <Icon {...props} iconNode={iconNode} name="text-align-center" />; var text_align_center_default = TextAlignCenter; export { text_align_center_default as default }; //# sourceMappingURL=text-align-center.jsx.map