UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications.

21 lines (19 loc) 641 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-justify.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "M3 5h18", key: "1u36vt" }], ["path", { d: "M3 12h18", key: "1i2n21" }], ["path", { d: "M3 19h18", key: "awlh7x" }] ]; var TextAlignJustify = (props) => <Icon {...props} iconNode={iconNode} name="text-align-justify" />; var text_align_justify_default = TextAlignJustify; export { text_align_justify_default as default }; //# sourceMappingURL=text-align-justify.jsx.map