lucide-react
Version:
A Lucide icon library package for React applications.
25 lines (21 loc) • 652 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: "text-align-start",
size: 24,
node: [
["path", { d: "M21 5H3", key: "1fi0y6" }],
["path", { d: "M15 12H3", key: "6jk70r" }],
["path", { d: "M17 19H3", key: "z6ezky" }]
],
aliases: ["text", "align-left"]
};
__iconData.node;
const TextAlignStart = createLucideIcon(__iconData);
export { __iconData, TextAlignStart as default };
//# sourceMappingURL=text-align-start.mjs.map