/**
* @license lucide-solid v0.487.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/align-right.tsx
import Icon from "../Icon";
var iconNode = [
  ["path", { d: "M21 12H9", key: "dn1m92" }],
  ["path", { d: "M21 18H7", key: "1ygte8" }],
  ["path", { d: "M21 6H3", key: "1jwq7v" }]
];
var AlignRight = (props) => <Icon {...props} iconNode={iconNode} name="align-right" />;
var align_right_default = AlignRight;
export {
  align_right_default as default
};
//# sourceMappingURL=align-right.jsx.map
