UNPKG

@frontify/fondue

Version:
11 lines (10 loc) 675 B
import { jsx as t } from "react/jsx-runtime"; import { AlignmentToolbarButton as n } from "../AlignmentToolbarbutton.es.js"; import e from "../../../../../foundation/Icon/Generated/IconTextAlignmentLeft16.es.js"; import { ButtonWrapper as i, IconStylingWrapper as l } from "../../helper.es.js"; import { getTooltip as m } from "../../../helpers/getTooltip.es.js"; const a = ({ id: o, editorId: r }) => /* @__PURE__ */ t(i, { id: o, children: /* @__PURE__ */ t(n, { editorId: r, value: "left", tooltip: m("Align left"), children: /* @__PURE__ */ t(l, { icon: /* @__PURE__ */ t(e, {}) }) }) }); export { a as AlignLeftButton }; //# sourceMappingURL=AlignLeftButton.es.js.map