lucide-solid
Version:
A Lucide icon library package for Solid applications.
21 lines (19 loc) • 627 B
JSX
/**
* @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-start.tsx
import Icon from "../Icon";
var iconNode = [
["path", { d: "M21 5H3", key: "1fi0y6" }],
["path", { d: "M15 12H3", key: "6jk70r" }],
["path", { d: "M17 19H3", key: "z6ezky" }]
];
var TextAlignStart = (props) => <Icon {...props} iconNode={iconNode} name="text-align-start" />;
var text_align_start_default = TextAlignStart;
export {
text_align_start_default as default
};
//# sourceMappingURL=text-align-start.jsx.map