@pdfme/schemas
Version:
TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!
16 lines • 1.48 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextVerticalAlignBottomIcon = exports.TextVerticalAlignMiddleIcon = exports.TextVerticalAlignTopIcon = exports.TextAlignJustifyIcon = exports.TextAlignRightIcon = exports.TextAlignCenterIcon = exports.TextAlignLeftIcon = exports.TextUnderlineIcon = exports.TextStrikethroughIcon = void 0;
const lucide_1 = require("lucide");
const utils_js_1 = require("../../utils.js");
exports.TextStrikethroughIcon = (0, utils_js_1.createSvgStr)(lucide_1.Strikethrough);
exports.TextUnderlineIcon = (0, utils_js_1.createSvgStr)(lucide_1.Underline);
exports.TextAlignLeftIcon = (0, utils_js_1.createSvgStr)(lucide_1.AlignLeft);
exports.TextAlignCenterIcon = (0, utils_js_1.createSvgStr)(lucide_1.AlignCenter);
exports.TextAlignRightIcon = (0, utils_js_1.createSvgStr)(lucide_1.AlignRight);
exports.TextAlignJustifyIcon = (0, utils_js_1.createSvgStr)(lucide_1.AlignJustify);
exports.TextVerticalAlignTopIcon = (0, utils_js_1.createSvgStr)(lucide_1.ArrowUpToLine);
// svg icons are material icons from https://www.xicons.org
exports.TextVerticalAlignMiddleIcon = `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24"><path d="M8 19h3v4h2v-4h3l-4-4l-4 4zm8-14h-3V1h-2v4H8l4 4l4-4zM4 11v2h16v-2H4z" fill="currentColor"></path></svg>`;
exports.TextVerticalAlignBottomIcon = (0, utils_js_1.createSvgStr)(lucide_1.ArrowDownToLine);
//# sourceMappingURL=index.js.map