diff --git a/Apps/Apps.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Apps/Apps.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/Apps/Apps.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Apps/Examples/Examples/FioriThemeManager/IconLibraryExample.swift b/Apps/Examples/Examples/FioriThemeManager/IconLibraryExample.swift index 344077c86..7b15049c7 100644 --- a/Apps/Examples/Examples/FioriThemeManager/IconLibraryExample.swift +++ b/Apps/Examples/Examples/FioriThemeManager/IconLibraryExample.swift @@ -5,306 +5,1212 @@ import SwiftUI struct FioriIconSet { var name: String var icons: [String: Image] - static let items: [FioriIconSet] = [FioriIconSet(name: "actions", icons: ["accept": FioriIcon.actions.accept, - "actionSettingsFill": FioriIcon.actions.actionSettingsFill, - "actionSettings": FioriIcon.actions.actionSettings, - "action": FioriIcon.actions.action, - "activate": FioriIcon.actions.activate, - "activities2": FioriIcon.actions.activities2, - "addActivity": FioriIcon.actions.addActivity, - "addCoursebook": FioriIcon.actions.addCoursebook, - "addFavorite": FioriIcon.actions.addFavorite, - "addFilter": FioriIcon.actions.addFilter, - "addFolder": FioriIcon.actions.addFolder, - "addPhoto": FioriIcon.actions.addPhoto, - "add": FioriIcon.actions.add, - "alphabeticalOrder": FioriIcon.actions.alphabeticalOrder, - "backToTop": FioriIcon.actions.backToTop, - "begin": FioriIcon.actions.begin, - "blur": FioriIcon.actions.blur, - "bookmarkFill": FioriIcon.actions.bookmarkFill, - "bookmark": FioriIcon.actions.bookmark, - "browseFolder": FioriIcon.actions.browseFolder, - "call": FioriIcon.actions.call, - "cancelMaintenance": FioriIcon.actions.cancelMaintenance, - "cancelShare": FioriIcon.actions.cancelShare, - "cause": FioriIcon.actions.cause, - "clearFilter": FioriIcon.actions.clearFilter, - "comment": FioriIcon.actions.comment, - "complete": FioriIcon.actions.complete, - "copy": FioriIcon.actions.copy, - "createForm": FioriIcon.actions.createForm, - "create": FioriIcon.actions.create, - "customize": FioriIcon.actions.customize, - "decline": FioriIcon.actions.decline, - "deleteFill": FioriIcon.actions.deleteFill, - "delete": FioriIcon.actions.delete, - "detailView": FioriIcon.actions.detailView, - "down": FioriIcon.actions.down, - "download": FioriIcon.actions.download, - "duplicate": FioriIcon.actions.duplicate, - "editOutside": FioriIcon.actions.editOutside, - "edit": FioriIcon.actions.edit, - "emailRead": FioriIcon.actions.emailRead, - "email": FioriIcon.actions.email, - "favorite": FioriIcon.actions.favorite, - "feed": FioriIcon.actions.feed, - "filterFill": FioriIcon.actions.filterFill, - "filter": FioriIcon.actions.filter, - "flag": FioriIcon.actions.flag, - "generalLeaveRequest": FioriIcon.actions.generalLeaveRequest, - "generateShortcut": FioriIcon.actions.generateShortcut, - "hide": FioriIcon.actions.hide, - "hint": FioriIcon.actions.hint, - "homeFill": FioriIcon.actions.homeFill, - "home": FioriIcon.actions.home, - "inboxFill": FioriIcon.actions.inboxFill, - "inbox": FioriIcon.actions.inbox, - "inspection": FioriIcon.actions.inspection, - "journeyArrive": FioriIcon.actions.journeyArrive, - "less": FioriIcon.actions.less, - "locked": FioriIcon.actions.locked, - "menuFill": FioriIcon.actions.menuFill, - "menu": FioriIcon.actions.menu, - "microphone": FioriIcon.actions.microphone, - "navigationDownArrow": FioriIcon.actions.navigationDownArrow, - "navigationUpArrow": FioriIcon.actions.navigationUpArrow, - "notification2Fill": FioriIcon.actions.notification2Fill, - "notification2": FioriIcon.actions.notification2, - "overflow": FioriIcon.actions.overflow, - "paging": FioriIcon.actions.paging, - "paperPlane": FioriIcon.actions.paperPlane, - "pushpinOn": FioriIcon.actions.pushpinOn, - "receipt": FioriIcon.actions.receipt, - "redo": FioriIcon.actions.redo, - "response": FioriIcon.actions.response, - "searchFill": FioriIcon.actions.searchFill, - "search": FioriIcon.actions.search, - "share2": FioriIcon.actions.share2, - "share": FioriIcon.actions.share, - "show": FioriIcon.actions.show, - "simulate": FioriIcon.actions.simulate, - "slimArrowDown": FioriIcon.actions.slimArrowDown, - "slimArrowLeft": FioriIcon.actions.slimArrowLeft, - "slimArrowRight": FioriIcon.actions.slimArrowRight, - "slimArrowUp": FioriIcon.actions.slimArrowUp, - "sortAscending": FioriIcon.actions.sortAscending, - "sortDescending": FioriIcon.actions.sortDescending, - "sort": FioriIcon.actions.sort, - "sortingRanking": FioriIcon.actions.sortingRanking, - "sync": FioriIcon.actions.sync, - "sysCancel": FioriIcon.actions.sysCancel, - "sysEnterFill": FioriIcon.actions.sysEnterFill, - "sysEnter": FioriIcon.actions.sysEnter, - "sysHelpFill": FioriIcon.actions.sysHelpFill, - "sysHelp": FioriIcon.actions.sysHelp, - "systemExitFill": FioriIcon.actions.systemExitFill, - "systemExit": FioriIcon.actions.systemExit, - "unfavorite": FioriIcon.actions.unfavorite, - "wrench": FioriIcon.actions.wrench, - "zoomIn": FioriIcon.actions.zoomIn, - "zoomOut": FioriIcon.actions.zoomOut]), - FioriIconSet(name: "arrows", icons: ["arrowBottom": FioriIcon.arrows.arrowBottom, - "arrowDown": FioriIcon.arrows.arrowDown, - "arrowLeft": FioriIcon.arrows.arrowLeft, - "arrowRight": FioriIcon.arrows.arrowRight, - "arrowTop": FioriIcon.arrows.arrowTop, - "closeCommandField": FioriIcon.arrows.closeCommandField, - "compareArrows": FioriIcon.arrows.compareArrows, - "initiative": FioriIcon.arrows.initiative, - "sourceCode": FioriIcon.arrows.sourceCode]), - FioriIconSet(name: "calendars", icons: ["accelerated": FioriIcon.calendars.accelerated, - "appointment2": FioriIcon.calendars.appointment2, - "appointment": FioriIcon.calendars.appointment, - "calendarFill": FioriIcon.calendars.calendarFill, - "calendar": FioriIcon.calendars.calendar, - "checkAvailability": FioriIcon.calendars.checkAvailability, - "dateTime": FioriIcon.calendars.dateTime]), - FioriIconSet(name: "callout", icons: ["discussion": FioriIcon.callout.discussion]), - FioriIconSet(name: "charts", icons: ["areaChart": FioriIcon.charts.areaChart, - "bubbleChart": FioriIcon.charts.bubbleChart, - "businessObjectsExperienceFill": FioriIcon.charts.businessObjectsExperienceFill, - "businessObjectsExperience": FioriIcon.charts.businessObjectsExperience, - "chartAxis": FioriIcon.charts.chartAxis, - "chartTreeMap": FioriIcon.charts.chartTreeMap, - "checklistFill": FioriIcon.charts.checklistFill, - "checklistItemFill": FioriIcon.charts.checklistItemFill, - "checklistItem": FioriIcon.charts.checklistItem, - "checklist": FioriIcon.charts.checklist, - "chevronPhaseFill": FioriIcon.charts.chevronPhaseFill, - "chevronPhase": FioriIcon.charts.chevronPhase, - "choroplethChart": FioriIcon.charts.choroplethChart, - "circleTaskFill": FioriIcon.charts.circleTaskFill, - "circleTask": FioriIcon.charts.circleTask, - "columnChartDualAxis": FioriIcon.charts.columnChartDualAxis, - "horizontalBarChart": FioriIcon.charts.horizontalBarChart, - "orgChartFill": FioriIcon.charts.orgChartFill, - "orgChart": FioriIcon.charts.orgChart, - "pieChart": FioriIcon.charts.pieChart, - "programTrianglesFill": FioriIcon.charts.programTrianglesFill, - "programTriangles": FioriIcon.charts.programTriangles, - "toolsOpportunityFill": FioriIcon.charts.toolsOpportunityFill, - "toolsOpportunity": FioriIcon.charts.toolsOpportunity, - "tree": FioriIcon.charts.tree, - "lineChart": FioriIcon.charts.lineChart]), - FioriIconSet(name: "clipboards", icons: ["activities": FioriIcon.clipboards.activities, - "activityAssignedToGoal": FioriIcon.clipboards.activityAssignedToGoal, - "activityIndividual": FioriIcon.clipboards.activityIndividual, - "activityItems": FioriIcon.clipboards.activityItems, - "clinicalFastTracker": FioriIcon.clipboards.clinicalFastTracker, - "taskFill": FioriIcon.clipboards.taskFill, - "task": FioriIcon.clipboards.task]), - FioriIconSet(name: "device", icons: ["fobWatchFill": FioriIcon.device.fobWatchFill, - "fobWatch": FioriIcon.device.fobWatch, - "machine": FioriIcon.device.machine, - "megaphone": FioriIcon.device.megaphone]), - FioriIconSet(name: "documents", icons: ["attachmentAudio": FioriIcon.documents.attachmentAudio, - "attachmentEpub": FioriIcon.documents.attachmentEpub, - "attachmentHtml": FioriIcon.documents.attachmentHtml, - "attachmentPhoto": FioriIcon.documents.attachmentPhoto, - "attachment": FioriIcon.documents.attachment, - "attachmentText": FioriIcon.documents.attachmentText, - "attachmentVideo": FioriIcon.documents.attachmentVideo, - "attachmentZip": FioriIcon.documents.attachmentZip, - "barcode": FioriIcon.documents.barcode, - "clinicalOrder": FioriIcon.documents.clinicalOrder, - "customerFinancialFactSheet": FioriIcon.documents.customerFinancialFactSheet, - "docAttachment": FioriIcon.documents.docAttachment, - "document": FioriIcon.documents.document, - "documentText": FioriIcon.documents.documentText, - "documents": FioriIcon.documents.documents, - "expenseReport": FioriIcon.documents.expenseReport, - "pdfAttachment": FioriIcon.documents.pdfAttachment, - "salesDocument": FioriIcon.documents.salesDocument, - "salesOrderItem": FioriIcon.documents.salesOrderItem]), - FioriIconSet(name: "folder", icons: ["batchPayments": FioriIcon.folder.batchPayments, - "folderBlank": FioriIcon.folder.folderBlank, - "folderFill": FioriIcon.folder.folderFill, - "folder": FioriIcon.folder.folder]), - FioriIconSet(name: "form", icons: ["approvals": FioriIcon.form.approvals]), - FioriIconSet(name: "medical", icons: ["accidentalLeave": FioriIcon.medical.accidentalLeave, - "bed": FioriIcon.medical.bed, - "electrocardiogram": FioriIcon.medical.electrocardiogram]), - FioriIconSet(name: "money", icons: ["capitalProjects": FioriIcon.money.capitalProjects, - "commissionCheck": FioriIcon.money.commissionCheck, - "lead": FioriIcon.money.lead, - "loan": FioriIcon.money.loan, - "moneyBills": FioriIcon.money.moneyBills, - "monitorPayments": FioriIcon.money.monitorPayments, - "travelExpenseReportFill": FioriIcon.money.travelExpenseReportFill, - "travelExpenseReport": FioriIcon.money.travelExpenseReport, - "paidLeave": FioriIcon.money.paidLeave]), - FioriIconSet(name: "objects", icons: ["acUnit": FioriIcon.objects.acUnit, - "addressBook": FioriIcon.objects.addressBook, - "addresses": FioriIcon.objects.addresses, - "arobase": FioriIcon.objects.arobase, - "background": FioriIcon.objects.background, - "badge": FioriIcon.objects.badge, - "bbydActiveSales": FioriIcon.objects.bbydActiveSales, - "bbydDashboard": FioriIcon.objects.bbydDashboard, - "bellFill": FioriIcon.objects.bellFill, - "bell": FioriIcon.objects.bell, - "blankTag2": FioriIcon.objects.blankTag2, - "blankTag": FioriIcon.objects.blankTag, - "border": FioriIcon.objects.border, - "building": FioriIcon.objects.building, - "bulletTextFill": FioriIcon.objects.bulletTextFill, - "bulletText": FioriIcon.objects.bulletText, - "businessByDesign": FioriIcon.objects.businessByDesign, - "businessCardFill": FioriIcon.objects.businessCardFill, - "businessCard": FioriIcon.objects.businessCard, - "businessObjectsExplorer": FioriIcon.objects.businessObjectsExplorer, - "businessObjectsMobileFill": FioriIcon.objects.businessObjectsMobileFill, - "businessObjectsMobile": FioriIcon.objects.businessObjectsMobile, - "camera": FioriIcon.objects.camera, - "cardFill": FioriIcon.objects.cardFill, - "card": FioriIcon.objects.card, - "cloud": FioriIcon.objects.cloud, - "co": FioriIcon.objects.co, - "competitorFill": FioriIcon.objects.competitorFill, - "competitor": FioriIcon.objects.competitor, - "contacts": FioriIcon.objects.contacts, - "creditCard": FioriIcon.objects.creditCard, - "crmSales": FioriIcon.objects.crmSales, - "eCare": FioriIcon.objects.eCare, - "educationFill": FioriIcon.objects.educationFill, - "education": FioriIcon.objects.education, - "explorer": FioriIcon.objects.explorer, - "factory": FioriIcon.objects.factory, - "header": FioriIcon.objects.header, - "headset": FioriIcon.objects.headset, - "map3Fill": FioriIcon.objects.map3Fill, - "map3": FioriIcon.objects.map3, - "mapFill": FioriIcon.objects.mapFill, - "map": FioriIcon.objects.map, - "number": FioriIcon.objects.number, - "picture": FioriIcon.objects.picture, - "productFill": FioriIcon.objects.productFill, - "product": FioriIcon.objects.product, - "qrCode": FioriIcon.objects.qrCode, - "screenSplitOne": FioriIcon.objects.screenSplitOne, - "screenSplitThree": FioriIcon.objects.screenSplitThree, - "screenSplitTwo": FioriIcon.objects.screenSplitTwo, - "studyLeaveFill": FioriIcon.objects.studyLeaveFill, - "studyLeave": FioriIcon.objects.studyLeave, - "suitcaseFill": FioriIcon.objects.suitcaseFill, - "suitcase": FioriIcon.objects.suitcase, - "targetGroupFill": FioriIcon.objects.targetGroupFill, - "targetGroup": FioriIcon.objects.targetGroup, - "umbrella": FioriIcon.objects.umbrella, - "world": FioriIcon.objects.world]), - FioriIconSet(name: "people", icons: ["account": FioriIcon.people.account, - "addContact": FioriIcon.people.addContact, - "addEmployee": FioriIcon.people.addEmployee, - "citizenConnect": FioriIcon.people.citizenConnect, - "collaborateFill": FioriIcon.people.collaborateFill, - "collaborate": FioriIcon.people.collaborate, - "companyViewFill": FioriIcon.people.companyViewFill, - "companyView": FioriIcon.people.companyView, - "customerBriefing": FioriIcon.people.customerBriefing, - "customerFill": FioriIcon.people.customerFill, - "customer": FioriIcon.people.customer, - "employeeApprovals": FioriIcon.people.employeeApprovals, - "employeeLookup": FioriIcon.people.employeeLookup, - "employeePane": FioriIcon.people.employeePane, - "employeeRejections": FioriIcon.people.employeeRejections, - "employee": FioriIcon.people.employee, - "group": FioriIcon.people.group, - "leads": FioriIcon.people.leads, - "learningAssistant": FioriIcon.people.learningAssistant, - "personPlaceholderFill": FioriIcon.people.personPlaceholderFill, - "personPlaceholder": FioriIcon.people.personPlaceholder]), - FioriIconSet(name: "places", icons: ["retailStore": FioriIcon.places.retailStore]), - FioriIconSet(name: "shopping", icons: ["basketFill": FioriIcon.shopping.basketFill, - "basket": FioriIcon.shopping.basket, - "cart2": FioriIcon.shopping.cart2, - "cart3": FioriIcon.shopping.cart3, - "cart4": FioriIcon.shopping.cart4, - "cartApproval": FioriIcon.shopping.cartApproval, - "cartFill": FioriIcon.shopping.cartFill, - "cart": FioriIcon.shopping.cart]), - FioriIconSet(name: "status", icons: ["appearOffline": FioriIcon.status.appearOffline, - "busy": FioriIcon.status.busy, - "error": FioriIcon.status.error, - "history": FioriIcon.status.history, - "informationFill": FioriIcon.status.informationFill, - "loader0": FioriIcon.status.loader0, - "loader1": FioriIcon.status.loader1, - "loader3": FioriIcon.status.loader3, - "messageWarning": FioriIcon.status.messageWarning, - "notification": FioriIcon.status.notification, - "warning": FioriIcon.status.warning]), - FioriIconSet(name: "time", icons: ["createEntryTime": FioriIcon.time.createEntryTime, - "past": FioriIcon.time.past]), - FioriIconSet(name: "transport", icons: ["busPublicTransport": FioriIcon.transport.busPublicTransport, - "carRentalFill": FioriIcon.transport.carRentalFill, - "carRental": FioriIcon.transport.carRental, - "cargoTrain": FioriIcon.transport.cargoTrain, - "flightFill": FioriIcon.transport.flightFill, - "flight": FioriIcon.transport.flight, - "passengerTrain": FioriIcon.transport.passengerTrain, - "shippingStatus": FioriIcon.transport.shippingStatus]), - FioriIconSet(name: "travel", icons: ["meal": FioriIcon.travel.meal])] + static let items: [FioriIconSet] = [ + FioriIconSet(name: "actions", icons: [ + "accept": FioriIcon.actions.accept, + "actionSettingsFill": FioriIcon.actions.actionSettingsFill, + "actionSettings": FioriIcon.actions.actionSettings, + "action": FioriIcon.actions.action, + "activate": FioriIcon.actions.activate, + "activities": FioriIcon.actions.activities, + "addActivity": FioriIcon.actions.addActivity, + "addCoursebook": FioriIcon.actions.addCoursebook, + "addDocument": FioriIcon.actions.addDocument, + "addEmployee": FioriIcon.actions.addEmployee, + "addEquipment": FioriIcon.actions.addEquipment, + "addFavorite": FioriIcon.actions.addFavorite, + "addFilter": FioriIcon.actions.addFilter, + "addFolder": FioriIcon.actions.addFolder, + "addPhoto": FioriIcon.actions.addPhoto, + "addProcess": FioriIcon.actions.addProcess, + "addProduct": FioriIcon.actions.addProduct, + "add": FioriIcon.actions.add, + "alphabeticalOrder": FioriIcon.actions.alphabeticalOrder, + "attachment": FioriIcon.actions.attachment, + "backToTop": FioriIcon.actions.backToTop, + "begin": FioriIcon.actions.begin, + "blur": FioriIcon.actions.blur, + "boldText": FioriIcon.actions.boldText, + "bookmark": FioriIcon.actions.bookmark, + "bulletTextFill": FioriIcon.actions.bulletTextFill, + "bulletText": FioriIcon.actions.bulletText, + "call": FioriIcon.actions.call, + "camera": FioriIcon.actions.camera, + "cancelMaintenance": FioriIcon.actions.cancelMaintenance, + "cancelShare": FioriIcon.actions.cancelShare, + "cancel": FioriIcon.actions.cancel, + "cause": FioriIcon.actions.cause, + "chainLink": FioriIcon.actions.chainLink, + "clearFilter": FioriIcon.actions.clearFilter, + "collapseGroup": FioriIcon.actions.collapseGroup, + "collapse": FioriIcon.actions.collapse, + "comment": FioriIcon.actions.comment, + "compare2": FioriIcon.actions.compare2, + "complete": FioriIcon.actions.complete, + "copy": FioriIcon.actions.copy, + "createEntryTime": FioriIcon.actions.createEntryTime, + "createForm": FioriIcon.actions.createForm, + "createLeaveRequest": FioriIcon.actions.createLeaveRequest, + "createSession": FioriIcon.actions.createSession, + "create": FioriIcon.actions.create, + "crop": FioriIcon.actions.crop, + "cursorArrow": FioriIcon.actions.cursorArrow, + "customize": FioriIcon.actions.customize, + "decline": FioriIcon.actions.decline, + "decreaseLineHeight": FioriIcon.actions.decreaseLineHeight, + "deleteFill": FioriIcon.actions.deleteFill, + "delete": FioriIcon.actions.delete, + "detailView": FioriIcon.actions.detailView, + "developerSettings": FioriIcon.actions.developerSettings, + "disconnected": FioriIcon.actions.disconnected, + "displayMore": FioriIcon.actions.displayMore, + "display": FioriIcon.actions.display, + "down": FioriIcon.actions.down, + "downloadFromCloud": FioriIcon.actions.downloadFromCloud, + "download": FioriIcon.actions.download, + "drawRectangle": FioriIcon.actions.drawRectangle, + "drillDown": FioriIcon.actions.drillDown, + "drillUp": FioriIcon.actions.drillUp, + "dropDownList": FioriIcon.actions.dropDownList, + "dropdown": FioriIcon.actions.dropdown, + "duplicate": FioriIcon.actions.duplicate, + "editOutside": FioriIcon.actions.editOutside, + "edit": FioriIcon.actions.edit, + "emailRead": FioriIcon.actions.emailRead, + "email": FioriIcon.actions.email, + "enterMore": FioriIcon.actions.enterMore, + "eraser": FioriIcon.actions.eraser, + "exitFullScreen": FioriIcon.actions.exitFullScreen, + "expandGroup": FioriIcon.actions.expandGroup, + "expand": FioriIcon.actions.expand, + "favoriteList": FioriIcon.actions.favoriteList, + "favorite": FioriIcon.actions.favorite, + "faxMachine": FioriIcon.actions.faxMachine, + "feed": FioriIcon.actions.feed, + "filterFill": FioriIcon.actions.filterFill, + "filter": FioriIcon.actions.filter, + "flag": FioriIcon.actions.flag, + "fullScreen": FioriIcon.actions.fullScreen, + "fx": FioriIcon.actions.fx, + "generalLeaveRequest": FioriIcon.actions.generalLeaveRequest, + "generateShortcut": FioriIcon.actions.generateShortcut, + "group2": FioriIcon.actions.group2, + "heading1": FioriIcon.actions.heading1, + "heading2": FioriIcon.actions.heading2, + "heading3": FioriIcon.actions.heading3, + "hide": FioriIcon.actions.hide, + "hint": FioriIcon.actions.hint, + "homeFill": FioriIcon.actions.homeFill, + "homeShare": FioriIcon.actions.homeShare, + "home": FioriIcon.actions.home, + "horizontalGrip": FioriIcon.actions.horizontalGrip, + "imageViewer": FioriIcon.actions.imageViewer, + "inboxFill": FioriIcon.actions.inboxFill, + "inbox": FioriIcon.actions.inbox, + "incomingCall": FioriIcon.actions.incomingCall, + "increaseLineHeight": FioriIcon.actions.increaseLineHeight, + "indent": FioriIcon.actions.indent, + "inspectDown": FioriIcon.actions.inspectDown, + "inspect": FioriIcon.actions.inspect, + "inspection": FioriIcon.actions.inspection, + "italicText": FioriIcon.actions.italicText, + "journeyArrive": FioriIcon.actions.journeyArrive, + "journeyChange": FioriIcon.actions.journeyChange, + "journeyDepart": FioriIcon.actions.journeyDepart, + "keyUserSettings": FioriIcon.actions.keyUserSettings, + "keyboardAndMouse": FioriIcon.actions.keyboardAndMouse, + "legend": FioriIcon.actions.legend, + "less": FioriIcon.actions.less, + "list": FioriIcon.actions.list, + "locateMe": FioriIcon.actions.locateMe, + "locked": FioriIcon.actions.locked, + "log": FioriIcon.actions.log, + "mediaForward": FioriIcon.actions.mediaForward, + "mediaPause": FioriIcon.actions.mediaPause, + "mediaPlay": FioriIcon.actions.mediaPlay, + "mediaReverse": FioriIcon.actions.mediaReverse, + "mediaRewind": FioriIcon.actions.mediaRewind, + "menuFill": FioriIcon.actions.menuFill, + "menu": FioriIcon.actions.menu, + "menu2": FioriIcon.actions.menu2, + "microphone": FioriIcon.actions.microphone, + "minimize": FioriIcon.actions.minimize, + "move": FioriIcon.actions.move, + "multiSelect": FioriIcon.actions.multiSelect, + "multiselectAll": FioriIcon.actions.multiselectAll, + "multiselectNone": FioriIcon.actions.multiselectNone, + "myView": FioriIcon.actions.myView, + "navBack": FioriIcon.actions.navBack, + "navigationDownArrow": FioriIcon.actions.navigationDownArrow, + "navigationLeftArrow": FioriIcon.actions.navigationLeftArrow, + "navigationRightArrow": FioriIcon.actions.navigationRightArrow, + "navigationUpArrow": FioriIcon.actions.navigationUpArrow, + "negative": FioriIcon.actions.negative, + "notes": FioriIcon.actions.notes, + "notification2": FioriIcon.actions.notification2, + "numberedText": FioriIcon.actions.numberedText, + "openCommandField": FioriIcon.actions.openCommandField, + "outbox": FioriIcon.actions.outbox, + "outdent": FioriIcon.actions.outdent, + "outgoingCall": FioriIcon.actions.outgoingCall, + "overflow": FioriIcon.actions.overflow, + "paging": FioriIcon.actions.paging, + "paperPlane": FioriIcon.actions.paperPlane, + "paste": FioriIcon.actions.paste, + "pause": FioriIcon.actions.pause, + "paymentApproval": FioriIcon.actions.paymentApproval, + "pdfReader": FioriIcon.actions.pdfReader, + "phone": FioriIcon.actions.phone, + "pixelate": FioriIcon.actions.pixelate, + "play": FioriIcon.actions.play, + "popupWindow": FioriIcon.actions.popupWindow, + "positive": FioriIcon.actions.positive, + "post": FioriIcon.actions.post, + "print": FioriIcon.actions.print, + "process": FioriIcon.actions.process, + "projector": FioriIcon.actions.projector, + "pullDown": FioriIcon.actions.pullDown, + "pushpinOff": FioriIcon.actions.pushpinOff, + "pushpinOn": FioriIcon.actions.pushpinOn, + "receipt": FioriIcon.actions.receipt, + "record": FioriIcon.actions.record, + "redo": FioriIcon.actions.redo, + "refresh": FioriIcon.actions.refresh, + "repost": FioriIcon.actions.repost, + "request": FioriIcon.actions.request, + "reset": FioriIcon.actions.reset, + "resizeCorner": FioriIcon.actions.resizeCorner, + "resizeHorizontal": FioriIcon.actions.resizeHorizontal, + "resize": FioriIcon.actions.resize, + "resizeVertical": FioriIcon.actions.resizeVertical, + "response": FioriIcon.actions.response, + "restart": FioriIcon.actions.restart, + "save": FioriIcon.actions.save, + "scissors": FioriIcon.actions.scissors, + "search": FioriIcon.actions.search, + "settings": FioriIcon.actions.settings, + "share2": FioriIcon.actions.share2, + "share": FioriIcon.actions.share, + "shield": FioriIcon.actions.shield, + "shortcut": FioriIcon.actions.shortcut, + "show": FioriIcon.actions.show, + "signature": FioriIcon.actions.signature, + "simulate": FioriIcon.actions.simulate, + "slimArrowDown": FioriIcon.actions.slimArrowDown, + "slimArrowLeft": FioriIcon.actions.slimArrowLeft, + "slimArrowRight": FioriIcon.actions.slimArrowRight, + "slimArrowUp": FioriIcon.actions.slimArrowUp, + "sortAscending": FioriIcon.actions.sortAscending, + "sortDescending": FioriIcon.actions.sortDescending, + "sort": FioriIcon.actions.sort, + "sortingRanking": FioriIcon.actions.sortingRanking, + "soundLoud": FioriIcon.actions.soundLoud, + "soundOff": FioriIcon.actions.soundOff, + "sound": FioriIcon.actions.sound, + "step": FioriIcon.actions.step, + "stop": FioriIcon.actions.stop, + "switchClasses": FioriIcon.actions.switchClasses, + "switchViews": FioriIcon.actions.switchViews, + "synchronize": FioriIcon.actions.synchronize, + "syntax": FioriIcon.actions.syntax, + "syringe": FioriIcon.actions.syringe, + "sysAdd": FioriIcon.actions.sysAdd, + "sysBack2": FioriIcon.actions.sysBack2, + "sysBack": FioriIcon.actions.sysBack, + "sysCancel2": FioriIcon.actions.sysCancel2, + "sysCancel": FioriIcon.actions.sysCancel, + "sysEnter2": FioriIcon.actions.sysEnter2, + "sysEnterFill": FioriIcon.actions.sysEnterFill, + "sysEnter": FioriIcon.actions.sysEnter, + "sysFindNext": FioriIcon.actions.sysFindNext, + "sysFind": FioriIcon.actions.sysFind, + "sysFirstPage": FioriIcon.actions.sysFirstPage, + "sysHelp2": FioriIcon.actions.sysHelp2, + "sysHelpFill": FioriIcon.actions.sysHelpFill, + "sysHelp": FioriIcon.actions.sysHelp, + "sysLastPage": FioriIcon.actions.sysLastPage, + "sysMinus": FioriIcon.actions.sysMinus, + "sysNextPage": FioriIcon.actions.sysNextPage, + "sysPrevPage": FioriIcon.actions.sysPrevPage, + "systemExit2": FioriIcon.actions.systemExit2, + "systemExit": FioriIcon.actions.systemExit, + "tag": FioriIcon.actions.tag, + "tags": FioriIcon.actions.tags, + "textAlignCenter": FioriIcon.actions.textAlignCenter, + "textAlignJustified": FioriIcon.actions.textAlignJustified, + "textAlignLeft": FioriIcon.actions.textAlignLeft, + "textAlignRight": FioriIcon.actions.textAlignRight, + "textFormatting": FioriIcon.actions.textFormatting, + "thumbDown": FioriIcon.actions.thumbDown, + "thumbUp": FioriIcon.actions.thumbUp, + "toasterDown": FioriIcon.actions.toasterDown, + "toasterUp": FioriIcon.actions.toasterUp, + "touch": FioriIcon.actions.touch, + "trendDown": FioriIcon.actions.trendDown, + "trendUp": FioriIcon.actions.trendUp, + "uiNotifications": FioriIcon.actions.uiNotifications, + "underlineText": FioriIcon.actions.underlineText, + "undo": FioriIcon.actions.undo, + "unfavorite": FioriIcon.actions.unfavorite, + "unlocked": FioriIcon.actions.unlocked, + "up": FioriIcon.actions.up, + "upload": FioriIcon.actions.upload, + "uploadToCloud": FioriIcon.actions.uploadToCloud, + "userEdit": FioriIcon.actions.userEdit, + "userSettings": FioriIcon.actions.userSettings, + "validate": FioriIcon.actions.validate, + "valueHelp": FioriIcon.actions.valueHelp, + "verticalGrip": FioriIcon.actions.verticalGrip, + "video": FioriIcon.actions.video, + "visits": FioriIcon.actions.visits, + "webCam": FioriIcon.actions.webCam, + "workflowTasks": FioriIcon.actions.workflowTasks, + "wrench": FioriIcon.actions.wrench, + "writeNewDocument": FioriIcon.actions.writeNewDocument, + "writeNew": FioriIcon.actions.writeNew, + "zoomIn": FioriIcon.actions.zoomIn, + "zoomOut": FioriIcon.actions.zoomOut, + ]), + FioriIconSet(name: "arrows", icons: [ + "arrowBottom": FioriIcon.arrows.arrowBottom, + "arrowDown": FioriIcon.arrows.arrowDown, + "arrowLeft": FioriIcon.arrows.arrowLeft, + "arrowRight": FioriIcon.arrows.arrowRight, + "arrowTop": FioriIcon.arrows.arrowTop, + "backToTop": FioriIcon.arrows.backToTop, + "begin": FioriIcon.arrows.begin, + "cause": FioriIcon.arrows.cause, + "chartAxis": FioriIcon.arrows.chartAxis, + "closeCommandField": FioriIcon.arrows.closeCommandField, + "collapseAll": FioriIcon.arrows.collapseAll, + "collapseGroup": FioriIcon.arrows.collapseGroup, + "combine": FioriIcon.arrows.combine, + "down": FioriIcon.arrows.down, + "downloadFromCloud": FioriIcon.arrows.downloadFromCloud, + "download": FioriIcon.arrows.download, + "drillDown": FioriIcon.arrows.drillDown, + "drillUp": FioriIcon.arrows.drillUp, + "dropDownList": FioriIcon.arrows.dropDownList, + "dropdown": FioriIcon.arrows.dropdown, + "duplicate": FioriIcon.arrows.duplicate, + "editOutside": FioriIcon.arrows.editOutside, + "enterMore": FioriIcon.arrows.enterMore, + "expandAll": FioriIcon.arrows.expandAll, + "expandGroup": FioriIcon.arrows.expandGroup, + "feederArrow": FioriIcon.arrows.feederArrow, + "forward": FioriIcon.arrows.forward, + "fullScreen": FioriIcon.arrows.fullScreen, + "inboxFill": FioriIcon.arrows.inboxFill, + "inbox": FioriIcon.arrows.inbox, + "initiative": FioriIcon.arrows.initiative, + "inspect": FioriIcon.arrows.inspect, + "journeyArrive": FioriIcon.arrows.journeyArrive, + "journeyChange": FioriIcon.arrows.journeyChange, + "journeyDepart": FioriIcon.arrows.journeyDepart, + "locateMe": FioriIcon.arrows.locateMe, + "mediaForward": FioriIcon.arrows.mediaForward, + "mediaPause": FioriIcon.arrows.mediaPause, + "mediaPlay": FioriIcon.arrows.mediaPlay, + "mediaReverse": FioriIcon.arrows.mediaReverse, + "mediaRewind": FioriIcon.arrows.mediaRewind, + "move": FioriIcon.arrows.move, + "navBack": FioriIcon.arrows.navBack, + "navigationDownArrow": FioriIcon.arrows.navigationDownArrow, + "navigationLeftArrow": FioriIcon.arrows.navigationLeftArrow, + "navigationRightArrow": FioriIcon.arrows.navigationRightArrow, + "navigationUpArrow": FioriIcon.arrows.navigationUpArrow, + "openCommandField": FioriIcon.arrows.openCommandField, + "play": FioriIcon.arrows.play, + "process": FioriIcon.arrows.process, + "pullDown": FioriIcon.arrows.pullDown, + "redo": FioriIcon.arrows.redo, + "refresh": FioriIcon.arrows.refresh, + "repost": FioriIcon.arrows.repost, + "reset": FioriIcon.arrows.reset, + "resizeHorizontal": FioriIcon.arrows.resizeHorizontal, + "resize": FioriIcon.arrows.resize, + "resizeVertical": FioriIcon.arrows.resizeVertical, + "response": FioriIcon.arrows.response, + "restart": FioriIcon.arrows.restart, + "share": FioriIcon.arrows.share, + "shortcut": FioriIcon.arrows.shortcut, + "slimArrowDown": FioriIcon.arrows.slimArrowDown, + "slimArrowLeft": FioriIcon.arrows.slimArrowLeft, + "slimArrowRight": FioriIcon.arrows.slimArrowRight, + "slimArrowUp": FioriIcon.arrows.slimArrowUp, + "sortAscending": FioriIcon.arrows.sortAscending, + "sortDescending": FioriIcon.arrows.sortDescending, + "sort": FioriIcon.arrows.sort, + "sortingRanking": FioriIcon.arrows.sortingRanking, + "sourceCode": FioriIcon.arrows.sourceCode, + "split": FioriIcon.arrows.split, + "step": FioriIcon.arrows.step, + "synchronize": FioriIcon.arrows.synchronize, + "sysBack2": FioriIcon.arrows.sysBack2, + "sysBack": FioriIcon.arrows.sysBack, + "systemExit2": FioriIcon.arrows.systemExit2, + "systemExit": FioriIcon.arrows.systemExit, + "trendDown": FioriIcon.arrows.trendDown, + "trendUp": FioriIcon.arrows.trendUp, + "undo": FioriIcon.arrows.undo, + "up": FioriIcon.arrows.up, + "upload": FioriIcon.arrows.upload, + "uploadToCloud": FioriIcon.arrows.uploadToCloud, + "visits": FioriIcon.arrows.visits, + ]), + FioriIconSet(name: "calendars", icons: [ + "accelerated": FioriIcon.calendars.accelerated, + "addCalendar": FioriIcon.calendars.addCalendar, + "appointment2": FioriIcon.calendars.appointment2, + "appointment": FioriIcon.calendars.appointment, + "calendarFill": FioriIcon.calendars.calendarFill, + "calendar": FioriIcon.calendars.calendar, + "checkAvailability": FioriIcon.calendars.checkAvailability, + "dateTime": FioriIcon.calendars.dateTime, + "ganttBars": FioriIcon.calendars.ganttBars, + "measurementDocument": FioriIcon.calendars.measurementDocument, + "notes": FioriIcon.calendars.notes, + "perDiem": FioriIcon.calendars.perDiem, + "selectAppointments": FioriIcon.calendars.selectAppointments, + "timeOff": FioriIcon.calendars.timeOff, + "workflowTasks": FioriIcon.calendars.workflowTasks, + ]), + FioriIconSet(name: "callout", icons: [ + "comment": FioriIcon.callout.comment, + "discussion2": FioriIcon.callout.discussion2, + "discussion": FioriIcon.callout.discussion, + "feedback": FioriIcon.callout.feedback, + "helloWorld": FioriIcon.callout.helloWorld, + "messagePopup": FioriIcon.callout.messagePopup, + "notification2": FioriIcon.callout.notification2, + "post": FioriIcon.callout.post, + "salesNotification": FioriIcon.callout.salesNotification, + "tagCloudChart": FioriIcon.callout.tagCloudChart, + "thingType": FioriIcon.callout.thingType, + "travelRequest": FioriIcon.callout.travelRequest, + "uiNotifications": FioriIcon.callout.uiNotifications, + ]), + FioriIconSet(name: "charts", icons: [ + "alongStackedChart": FioriIcon.charts.alongStackedChart, + "areaChart": FioriIcon.charts.areaChart, + "barChart": FioriIcon.charts.barChart, + "bubbleChart": FioriIcon.charts.bubbleChart, + "businessObjectsExperienceFill": FioriIcon.charts.businessObjectsExperienceFill, + "businessObjectsExperience": FioriIcon.charts.businessObjectsExperience, + "chartAxis": FioriIcon.charts.chartAxis, + "chartTableView": FioriIcon.charts.chartTableView, + "chartTreeMap": FioriIcon.charts.chartTreeMap, + "checklist2": FioriIcon.charts.checklist2, + "checklistItem2": FioriIcon.charts.checklistItem2, + "checklistItem": FioriIcon.charts.checklistItem, + "checklist": FioriIcon.charts.checklist, + "chevronPhase2": FioriIcon.charts.chevronPhase2, + "chevronPhase": FioriIcon.charts.chevronPhase, + "choroplethChart": FioriIcon.charts.choroplethChart, + "circleTask2": FioriIcon.charts.circleTask2, + "circleTaskFill": FioriIcon.charts.circleTaskFill, + "circleTask": FioriIcon.charts.circleTask, + "columnChartDualAxis": FioriIcon.charts.columnChartDualAxis, + "crossedLineChart": FioriIcon.charts.crossedLineChart, + "donutChart": FioriIcon.charts.donutChart, + "filterAnalytics": FioriIcon.charts.filterAnalytics, + "fullStackedChart": FioriIcon.charts.fullStackedChart, + "fullStackedColumnChart": FioriIcon.charts.fullStackedColumnChart, + "ganttBars": FioriIcon.charts.ganttBars, + "geographicBubbleChart": FioriIcon.charts.geographicBubbleChart, + "heatmapChart": FioriIcon.charts.heatmapChart, + "horizontalBarChart2": FioriIcon.charts.horizontalBarChart2, + "horizontalBarChart": FioriIcon.charts.horizontalBarChart, + "horizontalBulletChart": FioriIcon.charts.horizontalBulletChart, + "horizontalCombinationChart": FioriIcon.charts.horizontalCombinationChart, + "horizontalStackedChart": FioriIcon.charts.horizontalStackedChart, + "horizontalWaterfallChart": FioriIcon.charts.horizontalWaterfallChart, + "legend": FioriIcon.charts.legend, + "lineChartDualAxis": FioriIcon.charts.lineChartDualAxis, + "lineChart": FioriIcon.charts.lineChart, + "lineChartTimeAxis": FioriIcon.charts.lineChartTimeAxis, + "lineCharts": FioriIcon.charts.lineCharts, + "masterTaskTriangle2": FioriIcon.charts.masterTaskTriangle2, + "masterTaskTriangle": FioriIcon.charts.masterTaskTriangle, + "mirroredTaskCircle2": FioriIcon.charts.mirroredTaskCircle2, + "mirroredTaskCircle": FioriIcon.charts.mirroredTaskCircle, + "multipleBarChart": FioriIcon.charts.multipleBarChart, + "multipleLineChart": FioriIcon.charts.multipleLineChart, + "multiplePieChart": FioriIcon.charts.multiplePieChart, + "multipleRadarChart": FioriIcon.charts.multipleRadarChart, + "orgChartFill": FioriIcon.charts.orgChartFill, + "orgChart": FioriIcon.charts.orgChart, + "overviewChart": FioriIcon.charts.overviewChart, + "pieChart": FioriIcon.charts.pieChart, + "pipelineAnalysis": FioriIcon.charts.pipelineAnalysis, + "programTriangles2": FioriIcon.charts.programTriangles2, + "programTrianglesFill": FioriIcon.charts.programTrianglesFill, + "programTriangles": FioriIcon.charts.programTriangles, + "projectDefinitionTriangle2": FioriIcon.charts.projectDefinitionTriangle2, + "projectDefinitionTriangle": FioriIcon.charts.projectDefinitionTriangle, + "provision": FioriIcon.charts.provision, + "radarChart": FioriIcon.charts.radarChart, + "rhombusMilestone2": FioriIcon.charts.rhombusMilestone2, + "rhombusMilestone": FioriIcon.charts.rhombusMilestone, + "scatterChart": FioriIcon.charts.scatterChart, + "tableChart": FioriIcon.charts.tableChart, + "tableView": FioriIcon.charts.tableView, + "tagCloudChart": FioriIcon.charts.tagCloudChart, + "temperature": FioriIcon.charts.temperature, + "toolsOpportunityFill": FioriIcon.charts.toolsOpportunityFill, + "toolsOpportunity": FioriIcon.charts.toolsOpportunity, + "tree": FioriIcon.charts.tree, + "tripReport": FioriIcon.charts.tripReport, + "upstackedChart": FioriIcon.charts.upstackedChart, + "verticalBarChart2": FioriIcon.charts.verticalBarChart2, + "verticalBarChart": FioriIcon.charts.verticalBarChart, + "verticalBulletChart": FioriIcon.charts.verticalBulletChart, + "verticalStackedChart": FioriIcon.charts.verticalStackedChart, + "verticalWaterfallChart": FioriIcon.charts.verticalWaterfallChart, + ]), + FioriIconSet(name: "clipboards", icons: [ + "activity2": FioriIcon.clipboards.activity2, + "activityAssignedToGoal": FioriIcon.clipboards.activityAssignedToGoal, + "activityIndividual": FioriIcon.clipboards.activityIndividual, + "activityItems": FioriIcon.clipboards.activityItems, + "addActivity2": FioriIcon.clipboards.addActivity2, + "clinicalTaskTracker": FioriIcon.clipboards.clinicalTaskTracker, + "crmServiceManager": FioriIcon.clipboards.crmServiceManager, + "paste": FioriIcon.clipboards.paste, + "taskFill": FioriIcon.clipboards.taskFill, + "task": FioriIcon.clipboards.task, + "workflowTasks": FioriIcon.clipboards.workflowTasks, + ]), + FioriIconSet(name: "devices", icons: [ + "desktopMobile": FioriIcon.devices.desktopMobile, + "dishwasher": FioriIcon.devices.dishwasher, + "faxMachine": FioriIcon.devices.faxMachine, + "fobWatch": FioriIcon.devices.fobWatch, + "fridge": FioriIcon.devices.fridge, + "ipad2": FioriIcon.devices.ipad2, + "ipad": FioriIcon.devices.ipad, + "iphone2": FioriIcon.devices.iphone2, + "iphone": FioriIcon.devices.iphone, + "itHost": FioriIcon.devices.itHost, + "itInstance": FioriIcon.devices.itInstance, + "itSystem": FioriIcon.devices.itSystem, + "laptop": FioriIcon.devices.laptop, + "machine": FioriIcon.devices.machine, + "marketingCampaign": FioriIcon.devices.marketingCampaign, + "microphone": FioriIcon.devices.microphone, + "phone": FioriIcon.devices.phone, + "popupWindow": FioriIcon.devices.popupWindow, + "print": FioriIcon.devices.print, + "projector": FioriIcon.devices.projector, + "responsive": FioriIcon.devices.responsive, + "simulate": FioriIcon.devices.simulate, + "sysMonitor": FioriIcon.devices.sysMonitor, + "video": FioriIcon.devices.video, + "washingMachine": FioriIcon.devices.washingMachine, + "webCam": FioriIcon.devices.webCam, + ]), + FioriIconSet(name: "documents", icons: [ + "accountingDocumentVerification": FioriIcon.documents.accountingDocumentVerification, + "addDocument": FioriIcon.documents.addDocument, + "attachmentAudio": FioriIcon.documents.attachmentAudio, + "attachmentEPub": FioriIcon.documents.attachmentEPub, + "attachmentHtml": FioriIcon.documents.attachmentHtml, + "attachmentPhoto": FioriIcon.documents.attachmentPhoto, + "attachmentTextFile": FioriIcon.documents.attachmentTextFile, + "attachmentVideo": FioriIcon.documents.attachmentVideo, + "attachmentZipFile": FioriIcon.documents.attachmentZipFile, + "barCode": FioriIcon.documents.barCode, + "clinicalOrder": FioriIcon.documents.clinicalOrder, + "courseProgram": FioriIcon.documents.courseProgram, + "createEntryTime": FioriIcon.documents.createEntryTime, + "create": FioriIcon.documents.create, + "customerFinancialFactSheet": FioriIcon.documents.customerFinancialFactSheet, + "docAttachment2": FioriIcon.documents.docAttachment2, + "docAttachment": FioriIcon.documents.docAttachment, + "document": FioriIcon.documents.document, + "documentText": FioriIcon.documents.documentText, + "documents": FioriIcon.documents.documents, + "excelAttachment": FioriIcon.documents.excelAttachment, + "expenseReport": FioriIcon.documents.expenseReport, + "inspection": FioriIcon.documents.inspection, + "insuranceCar": FioriIcon.documents.insuranceCar, + "insuranceHouse": FioriIcon.documents.insuranceHouse, + "insuranceLife": FioriIcon.documents.insuranceLife, + "measurementDocument": FioriIcon.documents.measurementDocument, + "mySalesOrder": FioriIcon.documents.mySalesOrder, + "newspaper": FioriIcon.documents.newspaper, + "orderStatus": FioriIcon.documents.orderStatus, + "pdfAttachment": FioriIcon.documents.pdfAttachment, + "pdfReader": FioriIcon.documents.pdfReader, + "permission": FioriIcon.documents.permission, + "pptAttachment": FioriIcon.documents.pptAttachment, + "pushpinOn": FioriIcon.documents.pushpinOn, + "request": FioriIcon.documents.request, + "salesDocument": FioriIcon.documents.salesDocument, + "salesOrderItem": FioriIcon.documents.salesOrderItem, + "salesOrder": FioriIcon.documents.salesOrder, + "salesQuote": FioriIcon.documents.salesQuote, + "sysFirstPage": FioriIcon.documents.sysFirstPage, + "sysLastPage": FioriIcon.documents.sysLastPage, + "sysNextPage": FioriIcon.documents.sysNextPage, + "sysPrevPage": FioriIcon.documents.sysPrevPage, + "timesheet": FioriIcon.documents.timesheet, + "vdsFile": FioriIcon.documents.vdsFile, + "writeNewDocument": FioriIcon.documents.writeNewDocument, + ]), + FioriIconSet(name: "folder", icons: [ + "batchPayments": FioriIcon.folder.batchPayments, + "curriculum": FioriIcon.folder.curriculum, + "fallback": FioriIcon.folder.fallback, + "folder2": FioriIcon.folder.folder2, + "folderBlank": FioriIcon.folder.folderBlank, + "folderFill": FioriIcon.folder.folderFill, + "folderFull": FioriIcon.folder.folderFull, + "folder": FioriIcon.folder.folder, + "openFolder": FioriIcon.folder.openFolder, + "workHistory": FioriIcon.folder.workHistory, + ]), + FioriIconSet(name: "form", icons: [ + "approvals": FioriIcon.form.approvals, + "createForm": FioriIcon.form.createForm, + "customerOrderEntry": FioriIcon.form.customerOrderEntry, + "detailView": FioriIcon.form.detailView, + "form": FioriIcon.form.form, + "receipt": FioriIcon.form.receipt, + "survey": FioriIcon.form.survey, + ]), + FioriIconSet(name: "medical", icons: [ + "accidentalLeave": FioriIcon.medical.accidentalLeave, + "bed": FioriIcon.medical.bed, + "clinicalOrder": FioriIcon.medical.clinicalOrder, + "clinicalTaskTracker": FioriIcon.medical.clinicalTaskTracker, + "doctor": FioriIcon.medical.doctor, + "electrocardiogram": FioriIcon.medical.electrocardiogram, + "electronicMedicalRecord": FioriIcon.medical.electronicMedicalRecord, + "endoscopy": FioriIcon.medical.endoscopy, + "mriScan": FioriIcon.medical.mriScan, + "nurse": FioriIcon.medical.nurse, + "nutritionActivity": FioriIcon.medical.nutritionActivity, + "pharmacy": FioriIcon.medical.pharmacy, + "physicalActivity": FioriIcon.medical.physicalActivity, + "sonography": FioriIcon.medical.sonography, + "stethoscope": FioriIcon.medical.stethoscope, + "syringe": FioriIcon.medical.syringe, + "temperature": FioriIcon.medical.temperature, + "woundsDoc": FioriIcon.medical.woundsDoc, + "xRay": FioriIcon.medical.xRay, + ]), + FioriIconSet(name: "money", icons: [ + "batchPayments": FioriIcon.money.batchPayments, + "capitalProjects": FioriIcon.money.capitalProjects, + "collectionsInsight": FioriIcon.money.collectionsInsight, + "collectionsManagement": FioriIcon.money.collectionsManagement, + "commissionCheck": FioriIcon.money.commissionCheck, + "currency": FioriIcon.money.currency, + "customerFinancialFactSheet": FioriIcon.money.customerFinancialFactSheet, + "expenseReport": FioriIcon.money.expenseReport, + "leadOutdated": FioriIcon.money.leadOutdated, + "lead": FioriIcon.money.lead, + "loan": FioriIcon.money.loan, + "moneyBills": FioriIcon.money.moneyBills, + "monitorPayments": FioriIcon.money.monitorPayments, + "paidLeave": FioriIcon.money.paidLeave, + "paymentApproval": FioriIcon.money.paymentApproval, + "perDiem": FioriIcon.money.perDiem, + "receipt": FioriIcon.money.receipt, + "salesDocument": FioriIcon.money.salesDocument, + "salesNotification": FioriIcon.money.salesNotification, + "salesOrderItem": FioriIcon.money.salesOrderItem, + "salesOrder": FioriIcon.money.salesOrder, + "salesQuote": FioriIcon.money.salesQuote, + "simplePayment": FioriIcon.money.simplePayment, + "timeOvertime": FioriIcon.money.timeOvertime, + "travelExpenseReportFill": FioriIcon.money.travelExpenseReportFill, + "travelExpenseReport": FioriIcon.money.travelExpenseReport, + "travelExpense": FioriIcon.money.travelExpense, + "unpaidLeave": FioriIcon.money.unpaidLeave, + "waiver": FioriIcon.money.waiver, + "wallet": FioriIcon.money.wallet, + ]), + FioriIconSet(name: "objects", icons: [ + "addCoursebook": FioriIcon.objects.addCoursebook, + "addPhoto": FioriIcon.objects.addPhoto, + "addProcess": FioriIcon.objects.addProcess, + "addProduct": FioriIcon.objects.addProduct, + "addressBook": FioriIcon.objects.addressBook, + "addresses": FioriIcon.objects.addresses, + "arobase": FioriIcon.objects.arobase, + "background": FioriIcon.objects.background, + "badge": FioriIcon.objects.badge, + "barCode": FioriIcon.objects.barCode, + "bbydActiveSales": FioriIcon.objects.bbydActiveSales, + "bbydDashboard": FioriIcon.objects.bbydDashboard, + "bed": FioriIcon.objects.bed, + "bell2": FioriIcon.objects.bell2, + "bell": FioriIcon.objects.bell, + "blankTag2": FioriIcon.objects.blankTag2, + "blankTag": FioriIcon.objects.blankTag, + "boStrategyManagement": FioriIcon.objects.boStrategyManagement, + "border": FioriIcon.objects.border, + "brokenLink": FioriIcon.objects.brokenLink, + "building": FioriIcon.objects.building, + "burglary": FioriIcon.objects.burglary, + "businessByDesign": FioriIcon.objects.businessByDesign, + "businessCardFill": FioriIcon.objects.businessCardFill, + "businessCard": FioriIcon.objects.businessCard, + "businessObjectsExplorer": FioriIcon.objects.businessObjectsExplorer, + "businessObjectsMobileFill": FioriIcon.objects.businessObjectsMobileFill, + "businessObjectsMobile": FioriIcon.objects.businessObjectsMobile, + "businessOne": FioriIcon.objects.businessOne, + "camera": FioriIcon.objects.camera, + "capitalProjects": FioriIcon.objects.capitalProjects, + "card": FioriIcon.objects.card, + "chalkboard": FioriIcon.objects.chalkboard, + "checklist2": FioriIcon.objects.checklist2, + "checklistItem2": FioriIcon.objects.checklistItem2, + "checklistItem": FioriIcon.objects.checklistItem, + "checklist": FioriIcon.objects.checklist, + "chevronPhase2": FioriIcon.objects.chevronPhase2, + "chevronPhase": FioriIcon.objects.chevronPhase, + "circleTask2": FioriIcon.objects.circleTask2, + "circleTaskFill": FioriIcon.objects.circleTaskFill, + "circleTask": FioriIcon.objects.circleTask, + "cloudCheck": FioriIcon.objects.cloudCheck, + "cloud": FioriIcon.objects.cloud, + "co": FioriIcon.objects.co, + "collectionsManagement": FioriIcon.objects.collectionsManagement, + "collision": FioriIcon.objects.collision, + "colorFill": FioriIcon.objects.colorFill, + "compare2": FioriIcon.objects.compare2, + "compare": FioriIcon.objects.compare, + "competitorFill": FioriIcon.objects.competitorFill, + "competitor": FioriIcon.objects.competitor, + "contacts": FioriIcon.objects.contacts, + "courseBook": FioriIcon.objects.courseBook, + "creditCard": FioriIcon.objects.creditCard, + "crmSales": FioriIcon.objects.crmSales, + "cursorArrow": FioriIcon.objects.cursorArrow, + "customerView": FioriIcon.objects.customerView, + "database": FioriIcon.objects.database, + "dimension": FioriIcon.objects.dimension, + "dishwasher": FioriIcon.objects.dishwasher, + "drawRectangle": FioriIcon.objects.drawRectangle, + "eCare": FioriIcon.objects.eCare, + "eLearning": FioriIcon.objects.eLearning, + "eamWorkOrder": FioriIcon.objects.eamWorkOrder, + "educationFill": FioriIcon.objects.educationFill, + "education": FioriIcon.objects.education, + "electronicMedicalRecord": FioriIcon.objects.electronicMedicalRecord, + "email": FioriIcon.objects.email, + "enablement": FioriIcon.objects.enablement, + "endUserExperienceMonitoring": FioriIcon.objects.endUserExperienceMonitoring, + "endoscopy": FioriIcon.objects.endoscopy, + "energySavingLightbulb": FioriIcon.objects.energySavingLightbulb, + "example": FioriIcon.objects.example, + "explorer": FioriIcon.objects.explorer, + "factory": FioriIcon.objects.factory, + "filterAnalytics": FioriIcon.objects.filterAnalytics, + "filterFacets": FioriIcon.objects.filterFacets, + "filterFields": FioriIcon.objects.filterFields, + "fobWatchFill": FioriIcon.objects.fobWatchFill, + "fobWatch": FioriIcon.objects.fobWatch, + "fridge": FioriIcon.objects.fridge, + "functionalLocation": FioriIcon.objects.functionalLocation, + "ganttBars": FioriIcon.objects.ganttBars, + "globe": FioriIcon.objects.globe, + "goal": FioriIcon.objects.goal, + "goalseek": FioriIcon.objects.goalseek, + "grid": FioriIcon.objects.grid, + "header": FioriIcon.objects.header, + "headset": FioriIcon.objects.headset, + "heatingCooling": FioriIcon.objects.heatingCooling, + "helloWorld": FioriIcon.objects.helloWorld, + "horizontalGrip": FioriIcon.objects.horizontalGrip, + "imageViewer": FioriIcon.objects.imageViewer, + "initiative": FioriIcon.objects.initiative, + "internetBrowser": FioriIcon.objects.internetBrowser, + "ipad2": FioriIcon.objects.ipad2, + "ipad": FioriIcon.objects.ipad, + "iphone2": FioriIcon.objects.iphone2, + "iphone": FioriIcon.objects.iphone, + "itHost": FioriIcon.objects.itHost, + "itInstance": FioriIcon.objects.itInstance, + "itSystem": FioriIcon.objects.itSystem, + "jam": FioriIcon.objects.jam, + "key": FioriIcon.objects.key, + "keyboardAndMouse": FioriIcon.objects.keyboardAndMouse, + "kpiCorporatePerformance": FioriIcon.objects.kpiCorporatePerformance, + "lab": FioriIcon.objects.lab, + "laptop": FioriIcon.objects.laptop, + "lateness": FioriIcon.objects.lateness, + "legend": FioriIcon.objects.legend, + "letter": FioriIcon.objects.letter, + "lightbulb": FioriIcon.objects.lightbulb, + "loan": FioriIcon.objects.loan, + "locked": FioriIcon.objects.locked, + "machine": FioriIcon.objects.machine, + "managerInsight": FioriIcon.objects.managerInsight, + "map2": FioriIcon.objects.map2, + "map3Fill": FioriIcon.objects.map3Fill, + "map3": FioriIcon.objects.map3, + "mapFill": FioriIcon.objects.mapFill, + "map": FioriIcon.objects.map, + "marketingCampaign": FioriIcon.objects.marketingCampaign, + "masterTaskTriangle2": FioriIcon.objects.masterTaskTriangle2, + "masterTaskTriangle": FioriIcon.objects.masterTaskTriangle, + "meal": FioriIcon.objects.meal, + "measure": FioriIcon.objects.measure, + "measurementDocument": FioriIcon.objects.measurementDocument, + "measuringPoint": FioriIcon.objects.measuringPoint, + "microphone": FioriIcon.objects.microphone, + "mileage": FioriIcon.objects.mileage, + "minimize": FioriIcon.objects.minimize, + "mirroredTaskCircle2": FioriIcon.objects.mirroredTaskCircle2, + "mirroredTaskCircle": FioriIcon.objects.mirroredTaskCircle, + "myView": FioriIcon.objects.myView, + "netweaverBusinessClient": FioriIcon.objects.netweaverBusinessClient, + "newspaper": FioriIcon.objects.newspaper, + "numberSign": FioriIcon.objects.numberSign, + "nutritionActivity": FioriIcon.objects.nutritionActivity, + "officialService": FioriIcon.objects.officialService, + "offsiteWork": FioriIcon.objects.offsiteWork, + "opportunity": FioriIcon.objects.opportunity, + "overlay": FioriIcon.objects.overlay, + "palette": FioriIcon.objects.palette, + "paperPlane": FioriIcon.objects.paperPlane, + "performance": FioriIcon.objects.performance, + "phone": FioriIcon.objects.phone, + "photoVoltaic": FioriIcon.objects.photoVoltaic, + "picture": FioriIcon.objects.picture, + "pipelineAnalysis": FioriIcon.objects.pipelineAnalysis, + "pool": FioriIcon.objects.pool, + "primaryKey": FioriIcon.objects.primaryKey, + "print": FioriIcon.objects.print, + "productFill": FioriIcon.objects.productFill, + "product": FioriIcon.objects.product, + "programTriangles2": FioriIcon.objects.programTriangles2, + "programTrianglesFill": FioriIcon.objects.programTrianglesFill, + "programTriangles": FioriIcon.objects.programTriangles, + "projectDefinitionTriangle2": FioriIcon.objects.projectDefinitionTriangle2, + "projectDefinitionTriangle": FioriIcon.objects.projectDefinitionTriangle, + "projector": FioriIcon.objects.projector, + "pushpinOff": FioriIcon.objects.pushpinOff, + "puzzle": FioriIcon.objects.puzzle, + "qrCode": FioriIcon.objects.qrCode, + "rhombusMilestone2": FioriIcon.objects.rhombusMilestone2, + "rhombusMilestone": FioriIcon.objects.rhombusMilestone, + "s4hana": FioriIcon.objects.s4hana, + "sapBox": FioriIcon.objects.sapBox, + "sapLogoShape": FioriIcon.objects.sapLogoShape, + "sapUi5": FioriIcon.objects.sapUi5, + "save": FioriIcon.objects.save, + "scissors": FioriIcon.objects.scissors, + "screenSplitOne": FioriIcon.objects.screenSplitOne, + "screenSplitThree": FioriIcon.objects.screenSplitThree, + "screenSplitTwo": FioriIcon.objects.screenSplitTwo, + "shelf": FioriIcon.objects.shelf, + "shield": FioriIcon.objects.shield, + "simulate": FioriIcon.objects.simulate, + "soccer": FioriIcon.objects.soccer, + "soundLoud": FioriIcon.objects.soundLoud, + "soundOff": FioriIcon.objects.soundOff, + "sound": FioriIcon.objects.sound, + "studyLeaveFill": FioriIcon.objects.studyLeaveFill, + "studyLeave": FioriIcon.objects.studyLeave, + "suitcaseFill": FioriIcon.objects.suitcaseFill, + "suitcase": FioriIcon.objects.suitcase, + "sysMonitor": FioriIcon.objects.sysMonitor, + "tableChart": FioriIcon.objects.tableChart, + "tableColumn": FioriIcon.objects.tableColumn, + "tableRow": FioriIcon.objects.tableRow, + "tableView": FioriIcon.objects.tableView, + "tag": FioriIcon.objects.tag, + "tags": FioriIcon.objects.tags, + "targetGroupFill": FioriIcon.objects.targetGroupFill, + "targetGroup": FioriIcon.objects.targetGroup, + "technicalObject": FioriIcon.objects.technicalObject, + "temperature": FioriIcon.objects.temperature, + "theater": FioriIcon.objects.theater, + "toasterDown": FioriIcon.objects.toasterDown, + "toasterTop": FioriIcon.objects.toasterTop, + "toasterUp": FioriIcon.objects.toasterUp, + "toolsOpportunityFill": FioriIcon.objects.toolsOpportunityFill, + "toolsOpportunity": FioriIcon.objects.toolsOpportunity, + "touch": FioriIcon.objects.touch, + "tree": FioriIcon.objects.tree, + "twoKeys": FioriIcon.objects.twoKeys, + "umbrella": FioriIcon.objects.umbrella, + "unlocked": FioriIcon.objects.unlocked, + "unwired": FioriIcon.objects.unwired, + "verticalGrip": FioriIcon.objects.verticalGrip, + "video": FioriIcon.objects.video, + "wallet": FioriIcon.objects.wallet, + "washingMachine": FioriIcon.objects.washingMachine, + "weatherProofing": FioriIcon.objects.weatherProofing, + "webCam": FioriIcon.objects.webCam, + "widgets": FioriIcon.objects.widgets, + "windowsDoors": FioriIcon.objects.windowsDoors, + "world": FioriIcon.objects.world, + ]), + FioriIconSet(name: "people", icons: [ + "accessibility": FioriIcon.people.accessibility, + "account": FioriIcon.people.account, + "activityIndividual": FioriIcon.people.activityIndividual, + "addContact": FioriIcon.people.addContact, + "addEmployee": FioriIcon.people.addEmployee, + "biometricFace": FioriIcon.people.biometricFace, + "biometricThumb": FioriIcon.people.biometricThumb, + "businessCardFill": FioriIcon.people.businessCardFill, + "businessCard": FioriIcon.people.businessCard, + "citizenConnect": FioriIcon.people.citizenConnect, + "collaborateFill": FioriIcon.people.collaborateFill, + "collaborate": FioriIcon.people.collaborate, + "companyViewFill": FioriIcon.people.companyViewFill, + "companyView": FioriIcon.people.companyView, + "customerAndContacts": FioriIcon.people.customerAndContacts, + "customerAndSupplier": FioriIcon.people.customerAndSupplier, + "customerBriefing": FioriIcon.people.customerBriefing, + "customerFill": FioriIcon.people.customerFill, + "customerHistory": FioriIcon.people.customerHistory, + "customer": FioriIcon.people.customer, + "decision": FioriIcon.people.decision, + "doctor": FioriIcon.people.doctor, + "employeeApprovals": FioriIcon.people.employeeApprovals, + "employeeLookup": FioriIcon.people.employeeLookup, + "employeePane": FioriIcon.people.employeePane, + "employeeRejections": FioriIcon.people.employeeRejections, + "employee": FioriIcon.people.employee, + "familyCare": FioriIcon.people.familyCare, + "familyProtection": FioriIcon.people.familyProtection, + "female": FioriIcon.people.female, + "genderMaleAndFemale": FioriIcon.people.genderMaleAndFemale, + "group": FioriIcon.people.group, + "hrApproval": FioriIcon.people.hrApproval, + "ideaWall": FioriIcon.people.ideaWall, + "kpiManagingMyArea": FioriIcon.people.kpiManagingMyArea, + "leads": FioriIcon.people.leads, + "learningAssistant": FioriIcon.people.learningAssistant, + "male": FioriIcon.people.male, + "manager": FioriIcon.people.manager, + "meetingRoom": FioriIcon.people.meetingRoom, + "monitorPayments": FioriIcon.people.monitorPayments, + "mySalesOrder": FioriIcon.people.mySalesOrder, + "myView": FioriIcon.people.myView, + "nonBinary": FioriIcon.people.nonBinary, + "nurse": FioriIcon.people.nurse, + "opportunities": FioriIcon.people.opportunities, + "peopleConnected": FioriIcon.people.peopleConnected, + "personPlaceholderFill": FioriIcon.people.personPlaceholderFill, + "personPlaceholder": FioriIcon.people.personPlaceholder, + "personnelView": FioriIcon.people.personnelView, + "physicalActivity": FioriIcon.people.physicalActivity, + "private": FioriIcon.people.privateIcon, + "role": FioriIcon.people.role, + "supplier": FioriIcon.people.supplier, + "switchClasses": FioriIcon.people.switchClasses, + "userEdit": FioriIcon.people.userEdit, + "userSettings": FioriIcon.people.userSettings, + "visits": FioriIcon.people.visits, + "woundsDoc": FioriIcon.people.woundsDoc, + ]), + FioriIconSet(name: "places", icons: [ + "building": FioriIcon.places.building, + "capitalProjects": FioriIcon.places.capitalProjects, + "cloud": FioriIcon.places.cloud, + "createLeaveRequest": FioriIcon.places.createLeaveRequest, + "doctor": FioriIcon.places.doctor, + "factory": FioriIcon.places.factory, + "generalLeaveRequest": FioriIcon.places.generalLeaveRequest, + "globe": FioriIcon.places.globe, + "homeFill": FioriIcon.places.homeFill, + "homeShare": FioriIcon.places.homeShare, + "home": FioriIcon.places.home, + "jam": FioriIcon.places.jam, + "locateMe": FioriIcon.places.locateMe, + "map2": FioriIcon.places.map2, + "map3Fill": FioriIcon.places.map3Fill, + "map3": FioriIcon.places.map3, + "mapFill": FioriIcon.places.mapFill, + "map": FioriIcon.places.map, + "meal": FioriIcon.places.meal, + "mileage": FioriIcon.places.mileage, + "officialService": FioriIcon.places.officialService, + "offsiteWork": FioriIcon.places.offsiteWork, + "pool": FioriIcon.places.pool, + "retailStore": FioriIcon.places.retailStore, + "theater": FioriIcon.places.theater, + "world": FioriIcon.places.world, + ]), + FioriIconSet(name: "shopping", icons: [ + "basketFill": FioriIcon.shopping.basketFill, + "basket": FioriIcon.shopping.basket, + "cart2": FioriIcon.shopping.cart2, + "cart3": FioriIcon.shopping.cart3, + "cart4": FioriIcon.shopping.cart4, + "cart5": FioriIcon.shopping.cart5, + "cartApproval": FioriIcon.shopping.cartApproval, + "cartFull": FioriIcon.shopping.cartFull, + "cart": FioriIcon.shopping.cart, + "retailStoreManager": FioriIcon.shopping.retailStoreManager, + "retailStore": FioriIcon.shopping.retailStore, + ]), + FioriIconSet(name: "status", icons: [ + "accidentalLeave": FioriIcon.status.accidentalLeave, + "alert": FioriIcon.status.alert, + "appearOffline": FioriIcon.status.appearOffline, + "away": FioriIcon.status.away, + "badge": FioriIcon.status.badge, + "bookmark": FioriIcon.status.bookmark, + "brokenLink": FioriIcon.status.brokenLink, + "busy": FioriIcon.status.busy, + "cancelMaintenance": FioriIcon.status.cancelMaintenance, + "cancelShare": FioriIcon.status.cancelShare, + "cancel": FioriIcon.status.cancel, + "connected": FioriIcon.status.connected, + "decision": FioriIcon.status.decision, + "disconnected": FioriIcon.status.disconnected, + "employeeApprovals": FioriIcon.status.employeeApprovals, + "employeeRejections": FioriIcon.status.employeeRejections, + "error": FioriIcon.status.error, + "flag": FioriIcon.status.flag, + "goal": FioriIcon.status.goal, + "goalseek": FioriIcon.status.goalseek, + "highPriority": FioriIcon.status.highPriority, + "history": FioriIcon.status.history, + "hrApproval": FioriIcon.status.hrApproval, + "inProgress": FioriIcon.status.inProgress, + "incident": FioriIcon.status.incident, + "information": FioriIcon.status.information, + "lab": FioriIcon.status.lab, + "lateness": FioriIcon.status.lateness, + "leadOutdated": FioriIcon.status.leadOutdated, + "lead": FioriIcon.status.lead, + "locked": FioriIcon.status.locked, + "messageError": FioriIcon.status.messageError, + "messageInformation": FioriIcon.status.messageInformation, + "messagePopup": FioriIcon.status.messagePopup, + "messageSuccess": FioriIcon.status.messageSuccess, + "messageWarning": FioriIcon.status.messageWarning, + "notificationFill": FioriIcon.status.notificationFill, + "notification": FioriIcon.status.notification, + "permission": FioriIcon.status.permission, + "private": FioriIcon.status.privateIcon, + "qualityIssue": FioriIcon.status.qualityIssue, + "questionMark": FioriIcon.status.questionMark, + "role": FioriIcon.status.role, + "statusCompleted": FioriIcon.status.statusCompleted, + "statusCritical": FioriIcon.status.statusCritical, + "statusError": FioriIcon.status.statusError, + "statusInProcess": FioriIcon.status.statusInProcess, + "statusInactive": FioriIcon.status.statusInactive, + "statusNegative": FioriIcon.status.statusNegative, + "statusPositive": FioriIcon.status.statusPositive, + "sysCancel": FioriIcon.status.sysCancel, + "sysEnter2": FioriIcon.status.sysEnter2, + "sysEnterFill": FioriIcon.status.sysEnterFill, + "sysEnter": FioriIcon.status.sysEnter, + "sysHelp2": FioriIcon.status.sysHelp2, + "sysHelpFill": FioriIcon.status.sysHelpFill, + "sysHelp": FioriIcon.status.sysHelp, + "targetGroupFill": FioriIcon.status.targetGroupFill, + "targetGroup": FioriIcon.status.targetGroup, + "temperature": FioriIcon.status.temperature, + "toBeReviewed": FioriIcon.status.toBeReviewed, + "travelRequest": FioriIcon.status.travelRequest, + "tripReport": FioriIcon.status.tripReport, + "unlocked": FioriIcon.status.unlocked, + "validate": FioriIcon.status.validate, + "warning": FioriIcon.status.warning, + "warning2": FioriIcon.status.warning2, + ]), + FioriIconSet(name: "tables", icons: [ + "chartTableView": FioriIcon.tables.chartTableView, + "checklist2": FioriIcon.tables.checklist2, + "checklistItem2": FioriIcon.tables.checklistItem2, + "checklistItem": FioriIcon.tables.checklistItem, + "checklist": FioriIcon.tables.checklist, + "chevronPhase2": FioriIcon.tables.chevronPhase2, + "chevronPhase": FioriIcon.tables.chevronPhase, + "circleTask2": FioriIcon.tables.circleTask2, + "circleTaskFill": FioriIcon.tables.circleTaskFill, + "circleTask": FioriIcon.tables.circleTask, + "clearAll": FioriIcon.tables.clearAll, + "detailLess": FioriIcon.tables.detailLess, + "detailMore": FioriIcon.tables.detailMore, + "masterTaskTriangle2": FioriIcon.tables.masterTaskTriangle2, + "masterTaskTriangle": FioriIcon.tables.masterTaskTriangle, + "mirroredTaskCircle2": FioriIcon.tables.mirroredTaskCircle2, + "mirroredTaskCircle": FioriIcon.tables.mirroredTaskCircle, + "programTriangles2": FioriIcon.tables.programTriangles2, + "programTrianglesFill": FioriIcon.tables.programTrianglesFill, + "programTriangles": FioriIcon.tables.programTriangles, + "projectDefinitionTriangle2": FioriIcon.tables.projectDefinitionTriangle2, + "projectDefinitionTriangle": FioriIcon.tables.projectDefinitionTriangle, + "provision": FioriIcon.tables.provision, + "rhombusMilestone2": FioriIcon.tables.rhombusMilestone2, + "rhombusMilestone": FioriIcon.tables.rhombusMilestone, + "sum": FioriIcon.tables.sum, + "tableChart": FioriIcon.tables.tableChart, + "tableColumn": FioriIcon.tables.tableColumn, + "tableRow": FioriIcon.tables.tableRow, + "tableView": FioriIcon.tables.tableView, + "triState": FioriIcon.tables.triState, + ]), + FioriIconSet(name: "text", icons: [ + "boldText": FioriIcon.text.boldText, + "bulletTextFill": FioriIcon.text.bulletTextFill, + "bulletText": FioriIcon.text.bulletText, + "cursorArrow": FioriIcon.text.cursorArrow, + "decreaseLineHeight": FioriIcon.text.decreaseLineHeight, + "detailLess": FioriIcon.text.detailLess, + "detailMore": FioriIcon.text.detailMore, + "fx": FioriIcon.text.fx, + "heading1": FioriIcon.text.heading1, + "heading2": FioriIcon.text.heading2, + "heading3": FioriIcon.text.heading3, + "hint": FioriIcon.text.hint, + "increaseLineHeight": FioriIcon.text.increaseLineHeight, + "indent": FioriIcon.text.indent, + "italicText": FioriIcon.text.italicText, + "numberedText": FioriIcon.text.numberedText, + "outdent": FioriIcon.text.outdent, + "strikethrough": FioriIcon.text.strikethrough, + "syntax": FioriIcon.text.syntax, + "textAlignCenter": FioriIcon.text.textAlignCenter, + "textAlignJustified": FioriIcon.text.textAlignJustified, + "textAlignLeft": FioriIcon.text.textAlignLeft, + "textAlignRight": FioriIcon.text.textAlignRight, + "textColor": FioriIcon.text.textColor, + "textFormatting": FioriIcon.text.textFormatting, + "text": FioriIcon.text.text, + "translate": FioriIcon.text.translate, + "underlineText": FioriIcon.text.underlineText, + ]), + FioriIconSet(name: "things", icons: [ + "basketFill": FioriIcon.things.basketFill, + "basket": FioriIcon.things.basket, + "bed": FioriIcon.things.bed, + "calendarFill": FioriIcon.things.calendarFill, + "calendar": FioriIcon.things.calendar, + "camera": FioriIcon.things.camera, + "cart": FioriIcon.things.cart, + "cloud": FioriIcon.things.cloud, + "compare2": FioriIcon.things.compare2, + "competitorFill": FioriIcon.things.competitorFill, + "competitor": FioriIcon.things.competitor, + "courseBook": FioriIcon.things.courseBook, + "database": FioriIcon.things.database, + "dishwasher": FioriIcon.things.dishwasher, + "display": FioriIcon.things.display, + "eCare": FioriIcon.things.eCare, + "educationFill": FioriIcon.things.educationFill, + "education": FioriIcon.things.education, + "energySavingLightbulb": FioriIcon.things.energySavingLightbulb, + "eraser": FioriIcon.things.eraser, + "explorer": FioriIcon.things.explorer, + "fridge": FioriIcon.things.fridge, + "ipad2": FioriIcon.things.ipad2, + "ipad": FioriIcon.things.ipad, + "iphone2": FioriIcon.things.iphone2, + "iphone": FioriIcon.things.iphone, + "jam": FioriIcon.things.jam, + "key": FioriIcon.things.key, + "lab": FioriIcon.things.lab, + "laptop": FioriIcon.things.laptop, + "machine": FioriIcon.things.machine, + "marketingCampaign": FioriIcon.things.marketingCampaign, + "meal": FioriIcon.things.meal, + "microphone": FioriIcon.things.microphone, + "mileage": FioriIcon.things.mileage, + "nutritionActivity": FioriIcon.things.nutritionActivity, + "palette": FioriIcon.things.palette, + "paperPlane": FioriIcon.things.paperPlane, + "pharmacy": FioriIcon.things.pharmacy, + "phone": FioriIcon.things.phone, + "picture": FioriIcon.things.picture, + "post": FioriIcon.things.post, + "projector": FioriIcon.things.projector, + "puzzle": FioriIcon.things.puzzle, + "sapUi5": FioriIcon.things.sapUi5, + "simulate": FioriIcon.things.simulate, + "soccer": FioriIcon.things.soccer, + "stethoscope": FioriIcon.things.stethoscope, + "studyLeaveFill": FioriIcon.things.studyLeaveFill, + "studyLeave": FioriIcon.things.studyLeave, + "suitcaseFill": FioriIcon.things.suitcaseFill, + "suitcase": FioriIcon.things.suitcase, + "sysFind": FioriIcon.things.sysFind, + "sysMonitor": FioriIcon.things.sysMonitor, + "tags": FioriIcon.things.tags, + "temperature": FioriIcon.things.temperature, + "umbrella": FioriIcon.things.umbrella, + "video": FioriIcon.things.video, + "wallet": FioriIcon.things.wallet, + "washingMachine": FioriIcon.things.washingMachine, + "webCam": FioriIcon.things.webCam, + "wrench": FioriIcon.things.wrench, + ]), + FioriIconSet(name: "time", icons: [ + "createEntryTime": FioriIcon.time.createEntryTime, + "customerHistory": FioriIcon.time.customerHistory, + "fobWatchFill": FioriIcon.time.fobWatchFill, + "fobWatch": FioriIcon.time.fobWatch, + "future": FioriIcon.time.future, + "history": FioriIcon.time.history, + "instance": FioriIcon.time.instance, + "lateness": FioriIcon.time.lateness, + "lineChartTimeAxis": FioriIcon.time.lineChartTimeAxis, + "past": FioriIcon.time.past, + "pending": FioriIcon.time.pending, + "present": FioriIcon.time.present, + "timeAccount": FioriIcon.time.timeAccount, + "timeEntryRequest": FioriIcon.time.timeEntryRequest, + "timeOvertime": FioriIcon.time.timeOvertime, + "timesheet": FioriIcon.time.timesheet, + ]), + FioriIconSet(name: "transport", icons: [ + "busPublicTransport": FioriIcon.transport.busPublicTransport, + "carRentalFill": FioriIcon.transport.carRentalFill, + "carRental": FioriIcon.transport.carRental, + "cargoTrain": FioriIcon.transport.cargoTrain, + "collision": FioriIcon.transport.collision, + "flight": FioriIcon.transport.flight, + "inventory": FioriIcon.transport.inventory, + "passengerTrain": FioriIcon.transport.passengerTrain, + "shippingStatus": FioriIcon.transport.shippingStatus, + "subwayTrain": FioriIcon.transport.subwayTrain, + "taxi": FioriIcon.transport.taxi, + "travelExpenseReportFill": FioriIcon.transport.travelExpenseReportFill, + "travelExpenseReport": FioriIcon.transport.travelExpenseReport, + "travelExpense": FioriIcon.transport.travelExpense, + "travelItinerary": FioriIcon.transport.travelItinerary, + "travelRequest": FioriIcon.transport.travelRequest, + "tripReport": FioriIcon.transport.tripReport, + "vehicleRepair": FioriIcon.transport.vehicleRepair, + ]), + FioriIconSet(name: "travel", icons: [ + "bed": FioriIcon.travel.bed, + "busPublicTransport": FioriIcon.travel.busPublicTransport, + "carRentalFill": FioriIcon.travel.carRentalFill, + "carRental": FioriIcon.travel.carRental, + "cargoTrain": FioriIcon.travel.cargoTrain, + "doctor": FioriIcon.travel.doctor, + "flight": FioriIcon.travel.flight, + "homeFill": FioriIcon.travel.homeFill, + "home": FioriIcon.travel.home, + "meal": FioriIcon.travel.meal, + "passengerTrain": FioriIcon.travel.passengerTrain, + "physicalActivity": FioriIcon.travel.physicalActivity, + "shippingStatus": FioriIcon.travel.shippingStatus, + "subwayTrain": FioriIcon.travel.subwayTrain, + "suitcaseFill": FioriIcon.travel.suitcaseFill, + "suitcase": FioriIcon.travel.suitcase, + "taxi": FioriIcon.travel.taxi, + "travelExpense": FioriIcon.travel.travelExpense, + "travelItinerary": FioriIcon.travel.travelItinerary, + "world": FioriIcon.travel.world, + ]), + ] } struct FioriIconSetRow: View { diff --git a/Sources/FioriThemeManager/FioriIcons/FioriIcon.swift b/Sources/FioriThemeManager/FioriIcons/FioriIcon.swift index 193aa879c..40d9f63b3 100644 --- a/Sources/FioriThemeManager/FioriIcons/FioriIcon.swift +++ b/Sources/FioriThemeManager/FioriIcons/FioriIcon.swift @@ -3,7 +3,6 @@ import Foundation /// Public list of icons available for reference by the Developer. public enum FioriIcon { - /// Images representing actions public enum actions { /// public static let accept: Image = .init("fiori.accept", bundle: Bundle.accessor) @@ -16,12 +15,18 @@ public enum FioriIcon { /// public static let activate: Image = .init("fiori.activate", bundle: Bundle.accessor) /// - public static let activities2: Image = .init("fiori.activities.2", bundle: Bundle.accessor) + public static let activities: Image = .init("fiori.activities", bundle: Bundle.accessor) /// public static let addActivity: Image = .init("fiori.add.activity", bundle: Bundle.accessor) /// public static let addCoursebook: Image = .init("fiori.add.coursebook", bundle: Bundle.accessor) /// + public static let addDocument: Image = .init("fiori.add.document", bundle: Bundle.accessor) + /// + public static let addEmployee: Image = .init("fiori.add.employee", bundle: Bundle.accessor) + /// + public static let addEquipment: Image = .init("fiori.add.equipment", bundle: Bundle.accessor) + /// public static let addFavorite: Image = .init("fiori.add.favorite", bundle: Bundle.accessor) /// public static let addFilter: Image = .init("fiori.add.filter", bundle: Bundle.accessor) @@ -30,56 +35,108 @@ public enum FioriIcon { /// public static let addPhoto: Image = .init("fiori.add.photo", bundle: Bundle.accessor) /// + public static let addProcess: Image = .init("fiori.add.process", bundle: Bundle.accessor) + /// + public static let addProduct: Image = .init("fiori.add.product", bundle: Bundle.accessor) + /// public static let add: Image = .init("fiori.add", bundle: Bundle.accessor) /// public static let alphabeticalOrder: Image = .init("fiori.alphabetical.order", bundle: Bundle.accessor) /// + public static let attachment: Image = .init("fiori.attachment", bundle: Bundle.accessor) + /// public static let backToTop: Image = .init("fiori.back.to.top", bundle: Bundle.accessor) /// public static let begin: Image = .init("fiori.begin", bundle: Bundle.accessor) /// public static let blur: Image = .init("fiori.blur", bundle: Bundle.accessor) /// - public static let bookmarkFill: Image = .init("fiori.bookmark.fill", bundle: Bundle.accessor) + public static let boldText: Image = .init("fiori.bold.text", bundle: Bundle.accessor) /// public static let bookmark: Image = .init("fiori.bookmark", bundle: Bundle.accessor) /// - public static let browseFolder: Image = .init("fiori.browse.folder", bundle: Bundle.accessor) + public static let bulletTextFill: Image = .init("fiori.bullet.text.fill", bundle: Bundle.accessor) + /// + public static let bulletText: Image = .init("fiori.bullet.text", bundle: Bundle.accessor) /// public static let call: Image = .init("fiori.call", bundle: Bundle.accessor) /// + public static let camera: Image = .init("fiori.camera", bundle: Bundle.accessor) + /// public static let cancelMaintenance: Image = .init("fiori.cancel.maintenance", bundle: Bundle.accessor) /// public static let cancelShare: Image = .init("fiori.cancel.share", bundle: Bundle.accessor) /// + public static let cancel: Image = .init("fiori.cancel", bundle: Bundle.accessor) + /// public static let cause: Image = .init("fiori.cause", bundle: Bundle.accessor) /// + public static let chainLink: Image = .init("fiori.chain.link", bundle: Bundle.accessor) + /// public static let clearFilter: Image = .init("fiori.clear.filter", bundle: Bundle.accessor) /// + public static let collapseGroup: Image = .init("fiori.collapse.group", bundle: Bundle.accessor) + /// + public static let collapse: Image = .init("fiori.collapse", bundle: Bundle.accessor) + /// public static let comment: Image = .init("fiori.comment", bundle: Bundle.accessor) /// + public static let compare2: Image = .init("fiori.compare.2", bundle: Bundle.accessor) + /// public static let complete: Image = .init("fiori.complete", bundle: Bundle.accessor) /// public static let copy: Image = .init("fiori.copy", bundle: Bundle.accessor) /// + public static let createEntryTime: Image = .init("fiori.create.entry.time", bundle: Bundle.accessor) + /// public static let createForm: Image = .init("fiori.create.form", bundle: Bundle.accessor) /// + public static let createLeaveRequest: Image = .init("fiori.create.leave.request", bundle: Bundle.accessor) + /// + public static let createSession: Image = .init("fiori.create.session", bundle: Bundle.accessor) + /// public static let create: Image = .init("fiori.create", bundle: Bundle.accessor) /// + public static let crop: Image = .init("fiori.crop", bundle: Bundle.accessor) + /// + public static let cursorArrow: Image = .init("fiori.cursor.arrow", bundle: Bundle.accessor) + /// public static let customize: Image = .init("fiori.customize", bundle: Bundle.accessor) /// public static let decline: Image = .init("fiori.decline", bundle: Bundle.accessor) /// + public static let decreaseLineHeight: Image = .init("fiori.decrease.line.height", bundle: Bundle.accessor) + /// public static let deleteFill: Image = .init("fiori.delete.fill", bundle: Bundle.accessor) /// public static let delete: Image = .init("fiori.delete", bundle: Bundle.accessor) /// public static let detailView: Image = .init("fiori.detail.view", bundle: Bundle.accessor) /// + public static let developerSettings: Image = .init("fiori.developer.settings", bundle: Bundle.accessor) + /// + public static let disconnected: Image = .init("fiori.disconnected", bundle: Bundle.accessor) + /// + public static let displayMore: Image = .init("fiori.display.more", bundle: Bundle.accessor) + /// + public static let display: Image = .init("fiori.display", bundle: Bundle.accessor) + /// public static let down: Image = .init("fiori.down", bundle: Bundle.accessor) /// + public static let downloadFromCloud: Image = .init("fiori.download.from.cloud", bundle: Bundle.accessor) + /// public static let download: Image = .init("fiori.download", bundle: Bundle.accessor) /// + public static let drawRectangle: Image = .init("fiori.draw.rectangle", bundle: Bundle.accessor) + /// + public static let drillDown: Image = .init("fiori.drill.down", bundle: Bundle.accessor) + /// + public static let drillUp: Image = .init("fiori.drill.up", bundle: Bundle.accessor) + /// + public static let dropDownList: Image = .init("fiori.drop.down.list", bundle: Bundle.accessor) + /// + public static let dropdown: Image = .init("fiori.dropdown", bundle: Bundle.accessor) + /// public static let duplicate: Image = .init("fiori.duplicate", bundle: Bundle.accessor) /// public static let editOutside: Image = .init("fiori.edit.outside", bundle: Bundle.accessor) @@ -90,8 +147,22 @@ public enum FioriIcon { /// public static let email: Image = .init("fiori.email", bundle: Bundle.accessor) /// + public static let enterMore: Image = .init("fiori.enter.more", bundle: Bundle.accessor) + /// + public static let eraser: Image = .init("fiori.eraser", bundle: Bundle.accessor) + /// + public static let exitFullScreen: Image = .init("fiori.exit.full.screen", bundle: Bundle.accessor) + /// + public static let expandGroup: Image = .init("fiori.expand.group", bundle: Bundle.accessor) + /// + public static let expand: Image = .init("fiori.expand", bundle: Bundle.accessor) + /// + public static let favoriteList: Image = .init("fiori.favorite.list", bundle: Bundle.accessor) + /// public static let favorite: Image = .init("fiori.favorite", bundle: Bundle.accessor) /// + public static let faxMachine: Image = .init("fiori.fax.machine", bundle: Bundle.accessor) + /// public static let feed: Image = .init("fiori.feed", bundle: Bundle.accessor) /// public static let filterFill: Image = .init("fiori.filter.fill", bundle: Bundle.accessor) @@ -100,68 +171,216 @@ public enum FioriIcon { /// public static let flag: Image = .init("fiori.flag", bundle: Bundle.accessor) /// + public static let fullScreen: Image = .init("fiori.full.screen", bundle: Bundle.accessor) + /// + public static let fx: Image = .init("fiori.fx", bundle: Bundle.accessor) + /// public static let generalLeaveRequest: Image = .init("fiori.general.leave.request", bundle: Bundle.accessor) /// public static let generateShortcut: Image = .init("fiori.generate.shortcut", bundle: Bundle.accessor) /// + public static let group2: Image = .init("fiori.group.2", bundle: Bundle.accessor) + /// + public static let heading1: Image = .init("fiori.heading1", bundle: Bundle.accessor) + /// + public static let heading2: Image = .init("fiori.heading2", bundle: Bundle.accessor) + /// + public static let heading3: Image = .init("fiori.heading3", bundle: Bundle.accessor) + /// public static let hide: Image = .init("fiori.hide", bundle: Bundle.accessor) /// public static let hint: Image = .init("fiori.hint", bundle: Bundle.accessor) /// public static let homeFill: Image = .init("fiori.home.fill", bundle: Bundle.accessor) /// + public static let homeShare: Image = .init("fiori.home.share", bundle: Bundle.accessor) + /// public static let home: Image = .init("fiori.home", bundle: Bundle.accessor) /// + public static let horizontalGrip: Image = .init("fiori.horizontal.grip", bundle: Bundle.accessor) + /// + public static let imageViewer: Image = .init("fiori.image.viewer", bundle: Bundle.accessor) + /// public static let inboxFill: Image = .init("fiori.inbox.fill", bundle: Bundle.accessor) /// public static let inbox: Image = .init("fiori.inbox", bundle: Bundle.accessor) /// + public static let incomingCall: Image = .init("fiori.incoming.call", bundle: Bundle.accessor) + /// + public static let increaseLineHeight: Image = .init("fiori.increase.line.height", bundle: Bundle.accessor) + /// + public static let indent: Image = .init("fiori.indent", bundle: Bundle.accessor) + /// + public static let inspectDown: Image = .init("fiori.inspect.down", bundle: Bundle.accessor) + /// + public static let inspect: Image = .init("fiori.inspect", bundle: Bundle.accessor) + /// public static let inspection: Image = .init("fiori.inspection", bundle: Bundle.accessor) /// + public static let italicText: Image = .init("fiori.italic.text", bundle: Bundle.accessor) + /// public static let journeyArrive: Image = .init("fiori.journey.arrive", bundle: Bundle.accessor) /// + public static let journeyChange: Image = .init("fiori.journey.change", bundle: Bundle.accessor) + /// + public static let journeyDepart: Image = .init("fiori.journey.depart", bundle: Bundle.accessor) + /// + public static let keyUserSettings: Image = .init("fiori.key.user.settings", bundle: Bundle.accessor) + /// + public static let keyboardAndMouse: Image = .init("fiori.keyboard.and.mouse", bundle: Bundle.accessor) + /// + public static let legend: Image = .init("fiori.legend", bundle: Bundle.accessor) + /// public static let less: Image = .init("fiori.less", bundle: Bundle.accessor) /// + public static let list: Image = .init("fiori.list", bundle: Bundle.accessor) + /// + public static let locateMe: Image = .init("fiori.locate.me", bundle: Bundle.accessor) + /// public static let locked: Image = .init("fiori.locked", bundle: Bundle.accessor) /// + public static let log: Image = .init("fiori.log", bundle: Bundle.accessor) + /// + public static let mediaForward: Image = .init("fiori.media.forward", bundle: Bundle.accessor) + /// + public static let mediaPause: Image = .init("fiori.media.pause", bundle: Bundle.accessor) + /// + public static let mediaPlay: Image = .init("fiori.media.play", bundle: Bundle.accessor) + /// + public static let mediaReverse: Image = .init("fiori.media.reverse", bundle: Bundle.accessor) + /// + public static let mediaRewind: Image = .init("fiori.media.rewind", bundle: Bundle.accessor) + /// public static let menuFill: Image = .init("fiori.menu.fill", bundle: Bundle.accessor) /// public static let menu: Image = .init("fiori.menu", bundle: Bundle.accessor) /// + public static let menu2: Image = .init("fiori.menu2", bundle: Bundle.accessor) + /// public static let microphone: Image = .init("fiori.microphone", bundle: Bundle.accessor) /// + public static let minimize: Image = .init("fiori.minimize", bundle: Bundle.accessor) + /// + public static let move: Image = .init("fiori.move", bundle: Bundle.accessor) + /// + public static let multiSelect: Image = .init("fiori.multi.select", bundle: Bundle.accessor) + /// + public static let multiselectAll: Image = .init("fiori.multiselect.all", bundle: Bundle.accessor) + /// + public static let multiselectNone: Image = .init("fiori.multiselect.none", bundle: Bundle.accessor) + /// + public static let myView: Image = .init("fiori.my.view", bundle: Bundle.accessor) + /// + public static let navBack: Image = .init("fiori.nav.back", bundle: Bundle.accessor) + /// public static let navigationDownArrow: Image = .init("fiori.navigation.down.arrow", bundle: Bundle.accessor) /// + public static let navigationLeftArrow: Image = .init("fiori.navigation.left.arrow", bundle: Bundle.accessor) + /// + public static let navigationRightArrow: Image = .init("fiori.navigation.right.arrow", bundle: Bundle.accessor) + /// public static let navigationUpArrow: Image = .init("fiori.navigation.up.arrow", bundle: Bundle.accessor) /// - public static let notification2Fill: Image = .init("fiori.notification.2.fill", bundle: Bundle.accessor) + public static let negative: Image = .init("fiori.negative", bundle: Bundle.accessor) + /// + public static let notes: Image = .init("fiori.notes", bundle: Bundle.accessor) /// public static let notification2: Image = .init("fiori.notification.2", bundle: Bundle.accessor) /// + public static let numberedText: Image = .init("fiori.numbered.text", bundle: Bundle.accessor) + /// + public static let openCommandField: Image = .init("fiori.open.command.field", bundle: Bundle.accessor) + /// + public static let outbox: Image = .init("fiori.outbox", bundle: Bundle.accessor) + /// + public static let outdent: Image = .init("fiori.outdent", bundle: Bundle.accessor) + /// + public static let outgoingCall: Image = .init("fiori.outgoing.call", bundle: Bundle.accessor) + /// public static let overflow: Image = .init("fiori.overflow", bundle: Bundle.accessor) /// public static let paging: Image = .init("fiori.paging", bundle: Bundle.accessor) /// public static let paperPlane: Image = .init("fiori.paper.plane", bundle: Bundle.accessor) /// + public static let paste: Image = .init("fiori.paste", bundle: Bundle.accessor) + /// + public static let pause: Image = .init("fiori.pause", bundle: Bundle.accessor) + /// + public static let paymentApproval: Image = .init("fiori.payment.approval", bundle: Bundle.accessor) + /// + public static let pdfReader: Image = .init("fiori.pdf.reader", bundle: Bundle.accessor) + /// + public static let phone: Image = .init("fiori.phone", bundle: Bundle.accessor) + /// + public static let pixelate: Image = .init("fiori.pixelate", bundle: Bundle.accessor) + /// + public static let play: Image = .init("fiori.play", bundle: Bundle.accessor) + /// + public static let popupWindow: Image = .init("fiori.popup.window", bundle: Bundle.accessor) + /// + public static let positive: Image = .init("fiori.positive", bundle: Bundle.accessor) + /// + public static let post: Image = .init("fiori.post", bundle: Bundle.accessor) + /// + public static let print: Image = .init("fiori.print", bundle: Bundle.accessor) + /// + public static let process: Image = .init("fiori.process", bundle: Bundle.accessor) + /// + public static let projector: Image = .init("fiori.projector", bundle: Bundle.accessor) + /// + public static let pullDown: Image = .init("fiori.pull.down", bundle: Bundle.accessor) + /// + public static let pushpinOff: Image = .init("fiori.pushpin.off", bundle: Bundle.accessor) + /// public static let pushpinOn: Image = .init("fiori.pushpin.on", bundle: Bundle.accessor) /// public static let receipt: Image = .init("fiori.receipt", bundle: Bundle.accessor) /// + public static let record: Image = .init("fiori.record", bundle: Bundle.accessor) + /// public static let redo: Image = .init("fiori.redo", bundle: Bundle.accessor) /// + public static let refresh: Image = .init("fiori.refresh", bundle: Bundle.accessor) + /// + public static let repost: Image = .init("fiori.repost", bundle: Bundle.accessor) + /// + public static let request: Image = .init("fiori.request", bundle: Bundle.accessor) + /// + public static let reset: Image = .init("fiori.reset", bundle: Bundle.accessor) + /// + public static let resizeCorner: Image = .init("fiori.resize.corner", bundle: Bundle.accessor) + /// + public static let resizeHorizontal: Image = .init("fiori.resize.horizontal", bundle: Bundle.accessor) + /// + public static let resize: Image = .init("fiori.resize", bundle: Bundle.accessor) + /// + public static let resizeVertical: Image = .init("fiori.resize.vertical", bundle: Bundle.accessor) + /// public static let response: Image = .init("fiori.response", bundle: Bundle.accessor) /// - public static let searchFill: Image = .init("fiori.search.fill", bundle: Bundle.accessor) + public static let restart: Image = .init("fiori.restart", bundle: Bundle.accessor) + /// + public static let save: Image = .init("fiori.save", bundle: Bundle.accessor) + /// + public static let scissors: Image = .init("fiori.scissors", bundle: Bundle.accessor) /// public static let search: Image = .init("fiori.search", bundle: Bundle.accessor) /// + public static let settings: Image = .init("fiori.settings", bundle: Bundle.accessor) + /// public static let share2: Image = .init("fiori.share.2", bundle: Bundle.accessor) /// public static let share: Image = .init("fiori.share", bundle: Bundle.accessor) /// + public static let shield: Image = .init("fiori.shield", bundle: Bundle.accessor) + /// + public static let shortcut: Image = .init("fiori.shortcut", bundle: Bundle.accessor) + /// public static let show: Image = .init("fiori.show", bundle: Bundle.accessor) /// + public static let signature: Image = .init("fiori.signature", bundle: Bundle.accessor) + /// public static let simulate: Image = .init("fiori.simulate", bundle: Bundle.accessor) /// public static let slimArrowDown: Image = .init("fiori.slim.arrow.down", bundle: Bundle.accessor) @@ -180,321 +399,1782 @@ public enum FioriIcon { /// public static let sortingRanking: Image = .init("fiori.sorting.ranking", bundle: Bundle.accessor) /// - public static let sync: Image = .init("fiori.sync", bundle: Bundle.accessor) + public static let soundLoud: Image = .init("fiori.sound.loud", bundle: Bundle.accessor) /// - public static let sysCancel: Image = .init("fiori.sys.cancel", bundle: Bundle.accessor) + public static let soundOff: Image = .init("fiori.sound.off", bundle: Bundle.accessor) /// - public static let sysEnterFill: Image = .init("fiori.sys.enter.fill", bundle: Bundle.accessor) + public static let sound: Image = .init("fiori.sound", bundle: Bundle.accessor) /// - public static let sysEnter: Image = .init("fiori.sys.enter", bundle: Bundle.accessor) + public static let step: Image = .init("fiori.step", bundle: Bundle.accessor) /// - public static let sysHelpFill: Image = .init("fiori.sys.help.fill", bundle: Bundle.accessor) + public static let stop: Image = .init("fiori.stop", bundle: Bundle.accessor) /// - public static let sysHelp: Image = .init("fiori.sys.help", bundle: Bundle.accessor) + public static let switchClasses: Image = .init("fiori.switch.classes", bundle: Bundle.accessor) /// - public static let systemExitFill: Image = .init("fiori.system.exit.fill", bundle: Bundle.accessor) + public static let switchViews: Image = .init("fiori.switch.views", bundle: Bundle.accessor) /// - public static let systemExit: Image = .init("fiori.system.exit", bundle: Bundle.accessor) + public static let synchronize: Image = .init("fiori.synchronize", bundle: Bundle.accessor) /// - public static let unfavorite: Image = .init("fiori.unfavorite", bundle: Bundle.accessor) + public static let syntax: Image = .init("fiori.syntax", bundle: Bundle.accessor) /// - public static let wrench: Image = .init("fiori.wrench", bundle: Bundle.accessor) + public static let syringe: Image = .init("fiori.syringe", bundle: Bundle.accessor) /// - public static let zoomIn: Image = .init("fiori.zoom.in", bundle: Bundle.accessor) + public static let sysAdd: Image = .init("fiori.sys.add", bundle: Bundle.accessor) /// - public static let zoomOut: Image = .init("fiori.zoom.out", bundle: Bundle.accessor) - } - - /// Images representing arrows - public enum arrows { + public static let sysBack2: Image = .init("fiori.sys.back.2", bundle: Bundle.accessor) /// - public static let arrowBottom: Image = .init("fiori.arrow.bottom", bundle: Bundle.accessor) + public static let sysBack: Image = .init("fiori.sys.back", bundle: Bundle.accessor) /// - public static let arrowDown: Image = .init("fiori.arrow.down", bundle: Bundle.accessor) + public static let sysCancel2: Image = .init("fiori.sys.cancel.2", bundle: Bundle.accessor) /// - public static let arrowLeft: Image = .init("fiori.arrow.left", bundle: Bundle.accessor) + public static let sysCancel: Image = .init("fiori.sys.cancel", bundle: Bundle.accessor) /// - public static let arrowRight: Image = .init("fiori.arrow.right", bundle: Bundle.accessor) + public static let sysEnter2: Image = .init("fiori.sys.enter.2", bundle: Bundle.accessor) /// - public static let arrowTop: Image = .init("fiori.arrow.top", bundle: Bundle.accessor) + public static let sysEnterFill: Image = .init("fiori.sys.enter.fill", bundle: Bundle.accessor) /// - public static let closeCommandField: Image = .init("fiori.close.command.field", bundle: Bundle.accessor) + public static let sysEnter: Image = .init("fiori.sys.enter", bundle: Bundle.accessor) /// - public static let compareArrows: Image = .init("fiori.compare.arrows", bundle: Bundle.accessor) + public static let sysFindNext: Image = .init("fiori.sys.find.next", bundle: Bundle.accessor) /// - public static let initiative: Image = .init("fiori.initiative", bundle: Bundle.accessor) + public static let sysFind: Image = .init("fiori.sys.find", bundle: Bundle.accessor) /// - public static let sourceCode: Image = .init("fiori.source.code", bundle: Bundle.accessor) - } - - /// Images representing calendars - public enum calendars { + public static let sysFirstPage: Image = .init("fiori.sys.first.page", bundle: Bundle.accessor) /// - public static let accelerated: Image = .init("fiori.accelerated", bundle: Bundle.accessor) + public static let sysHelp2: Image = .init("fiori.sys.help.2", bundle: Bundle.accessor) /// - public static let appointment2: Image = .init("fiori.appointment.2", bundle: Bundle.accessor) + public static let sysHelpFill: Image = .init("fiori.sys.help.fill", bundle: Bundle.accessor) /// - public static let appointment: Image = .init("fiori.appointment", bundle: Bundle.accessor) + public static let sysHelp: Image = .init("fiori.sys.help", bundle: Bundle.accessor) /// - public static let calendarFill: Image = .init("fiori.calendar.fill", bundle: Bundle.accessor) + public static let sysLastPage: Image = .init("fiori.sys.last.page", bundle: Bundle.accessor) /// - public static let calendar: Image = .init("fiori.calendar", bundle: Bundle.accessor) + public static let sysMinus: Image = .init("fiori.sys.minus", bundle: Bundle.accessor) /// - public static let checkAvailability: Image = .init("fiori.check.availability", bundle: Bundle.accessor) + public static let sysNextPage: Image = .init("fiori.sys.next.page", bundle: Bundle.accessor) /// - public static let dateTime: Image = .init("fiori.date.time", bundle: Bundle.accessor) - } - - /// Images representing callout - public enum callout { + public static let sysPrevPage: Image = .init("fiori.sys.prev.page", bundle: Bundle.accessor) /// - public static let discussion: Image = .init("fiori.discussion", bundle: Bundle.accessor) - } - - /// Images representing charts - public enum charts { + public static let systemExit2: Image = .init("fiori.system.exit.2", bundle: Bundle.accessor) /// - public static let areaChart: Image = .init("fiori.area.chart", bundle: Bundle.accessor) + public static let systemExit: Image = .init("fiori.system.exit", bundle: Bundle.accessor) /// - public static let bubbleChart: Image = .init("fiori.bubble.chart", bundle: Bundle.accessor) + public static let tag: Image = .init("fiori.tag", bundle: Bundle.accessor) /// - public static let businessObjectsExperienceFill: Image = .init("fiori.business.objects.experience.fill", bundle: Bundle.accessor) + public static let tags: Image = .init("fiori.tags", bundle: Bundle.accessor) /// - public static let businessObjectsExperience: Image = .init("fiori.business.objects.experience", bundle: Bundle.accessor) + public static let textAlignCenter: Image = .init("fiori.text.align.center", bundle: Bundle.accessor) /// - public static let chartAxis: Image = .init("fiori.chart.axis", bundle: Bundle.accessor) + public static let textAlignJustified: Image = .init("fiori.text.align.justified", bundle: Bundle.accessor) /// - public static let chartTreeMap: Image = .init("fiori.chart.tree.map", bundle: Bundle.accessor) + public static let textAlignLeft: Image = .init("fiori.text.align.left", bundle: Bundle.accessor) /// - public static let checklistFill: Image = .init("fiori.checklist.fill", bundle: Bundle.accessor) + public static let textAlignRight: Image = .init("fiori.text.align.right", bundle: Bundle.accessor) /// - public static let checklistItemFill: Image = .init("fiori.checklist.item.fill", bundle: Bundle.accessor) + public static let textFormatting: Image = .init("fiori.text.formatting", bundle: Bundle.accessor) /// - public static let checklistItem: Image = .init("fiori.checklist.item", bundle: Bundle.accessor) + public static let thumbDown: Image = .init("fiori.thumb.down", bundle: Bundle.accessor) /// - public static let checklist: Image = .init("fiori.checklist", bundle: Bundle.accessor) + public static let thumbUp: Image = .init("fiori.thumb.up", bundle: Bundle.accessor) /// - public static let chevronPhaseFill: Image = .init("fiori.chevron.phase.fill", bundle: Bundle.accessor) + public static let toasterDown: Image = .init("fiori.toaster.down", bundle: Bundle.accessor) /// - public static let chevronPhase: Image = .init("fiori.chevron.phase", bundle: Bundle.accessor) + public static let toasterUp: Image = .init("fiori.toaster.up", bundle: Bundle.accessor) /// - public static let choroplethChart: Image = .init("fiori.choropleth.chart", bundle: Bundle.accessor) + public static let touch: Image = .init("fiori.touch", bundle: Bundle.accessor) /// - public static let circleTaskFill: Image = .init("fiori.circle.task.fill", bundle: Bundle.accessor) + public static let trendDown: Image = .init("fiori.trend.down", bundle: Bundle.accessor) /// - public static let circleTask: Image = .init("fiori.circle.task", bundle: Bundle.accessor) + public static let trendUp: Image = .init("fiori.trend.up", bundle: Bundle.accessor) /// - public static let columnChartDualAxis: Image = .init("fiori.column.chart.dual.axis", bundle: Bundle.accessor) + public static let uiNotifications: Image = .init("fiori.ui.notifications", bundle: Bundle.accessor) /// - public static let horizontalBarChart: Image = .init("fiori.horizontal.bar.chart", bundle: Bundle.accessor) + public static let underlineText: Image = .init("fiori.underline.text", bundle: Bundle.accessor) /// - public static let orgChartFill: Image = .init("fiori.org.chart.fill", bundle: Bundle.accessor) + public static let undo: Image = .init("fiori.undo", bundle: Bundle.accessor) /// - public static let orgChart: Image = .init("fiori.org.chart", bundle: Bundle.accessor) + public static let unfavorite: Image = .init("fiori.unfavorite", bundle: Bundle.accessor) /// - public static let pieChart: Image = .init("fiori.pie.chart", bundle: Bundle.accessor) + public static let unlocked: Image = .init("fiori.unlocked", bundle: Bundle.accessor) /// - public static let programTrianglesFill: Image = .init("fiori.program.triangles.fill", bundle: Bundle.accessor) + public static let up: Image = .init("fiori.up", bundle: Bundle.accessor) /// - public static let programTriangles: Image = .init("fiori.program.triangles", bundle: Bundle.accessor) + public static let upload: Image = .init("fiori.upload", bundle: Bundle.accessor) /// - public static let toolsOpportunityFill: Image = .init("fiori.tools.opportunity.fill", bundle: Bundle.accessor) + public static let uploadToCloud: Image = .init("fiori.upload.to.cloud", bundle: Bundle.accessor) /// - public static let toolsOpportunity: Image = .init("fiori.tools.opportunity", bundle: Bundle.accessor) + public static let userEdit: Image = .init("fiori.user.edit", bundle: Bundle.accessor) /// - public static let tree: Image = .init("fiori.tree", bundle: Bundle.accessor) + public static let userSettings: Image = .init("fiori.user.settings", bundle: Bundle.accessor) /// - public static let lineChart: Image = .init("fiori.line.chart", bundle: Bundle.accessor) - } - - /// Images representing clipboards - public enum clipboards { + public static let validate: Image = .init("fiori.validate", bundle: Bundle.accessor) /// - public static let activities: Image = .init("fiori.activities", bundle: Bundle.accessor) + public static let valueHelp: Image = .init("fiori.value.help", bundle: Bundle.accessor) /// - public static let activityAssignedToGoal: Image = .init("fiori.activity.assigned.to.goal", bundle: Bundle.accessor) + public static let verticalGrip: Image = .init("fiori.vertical.grip", bundle: Bundle.accessor) /// - public static let activityIndividual: Image = .init("fiori.activity.individual", bundle: Bundle.accessor) + public static let video: Image = .init("fiori.video", bundle: Bundle.accessor) /// - public static let activityItems: Image = .init("fiori.activity.items", bundle: Bundle.accessor) + public static let visits: Image = .init("fiori.visits", bundle: Bundle.accessor) /// - public static let clinicalFastTracker: Image = .init("fiori.clinical.fast.tracker", bundle: Bundle.accessor) + public static let webCam: Image = .init("fiori.web.cam", bundle: Bundle.accessor) /// - public static let taskFill: Image = .init("fiori.task.fill", bundle: Bundle.accessor) + public static let workflowTasks: Image = .init("fiori.workflow.tasks", bundle: Bundle.accessor) /// - public static let task: Image = .init("fiori.task", bundle: Bundle.accessor) - } - - /// Images representing device - public enum device { + public static let wrench: Image = .init("fiori.wrench", bundle: Bundle.accessor) /// - public static let fobWatchFill: Image = .init("fiori.fob.watch.fill", bundle: Bundle.accessor) + public static let writeNewDocument: Image = .init("fiori.write.new.document", bundle: Bundle.accessor) /// - public static let fobWatch: Image = .init("fiori.fob.watch", bundle: Bundle.accessor) + public static let writeNew: Image = .init("fiori.write.new", bundle: Bundle.accessor) /// - public static let machine: Image = .init("fiori.machine", bundle: Bundle.accessor) + public static let zoomIn: Image = .init("fiori.zoom.in", bundle: Bundle.accessor) /// - public static let megaphone: Image = .init("fiori.megaphone", bundle: Bundle.accessor) + public static let zoomOut: Image = .init("fiori.zoom.out", bundle: Bundle.accessor) } - - /// Images representing documents - public enum documents { + + public enum arrows { /// - public static let attachmentAudio: Image = .init("fiori.attachment.audio", bundle: Bundle.accessor) + public static let arrowBottom: Image = .init("fiori.arrow.bottom", bundle: Bundle.accessor) /// - public static let attachmentEpub: Image = .init("fiori.attachment.epub", bundle: Bundle.accessor) + public static let arrowDown: Image = .init("fiori.arrow.down", bundle: Bundle.accessor) /// - public static let attachmentHtml: Image = .init("fiori.attachment.html", bundle: Bundle.accessor) + public static let arrowLeft: Image = .init("fiori.arrow.left", bundle: Bundle.accessor) /// - public static let attachmentPhoto: Image = .init("fiori.attachment.photo", bundle: Bundle.accessor) + public static let arrowRight: Image = .init("fiori.arrow.right", bundle: Bundle.accessor) /// - public static let attachment: Image = .init("fiori.attachment", bundle: Bundle.accessor) + public static let arrowTop: Image = .init("fiori.arrow.top", bundle: Bundle.accessor) /// - public static let attachmentText: Image = .init("fiori.attachment.text", bundle: Bundle.accessor) + public static let backToTop: Image = .init("fiori.back.to.top", bundle: Bundle.accessor) /// - public static let attachmentVideo: Image = .init("fiori.attachment.video", bundle: Bundle.accessor) + public static let begin: Image = .init("fiori.begin", bundle: Bundle.accessor) /// - public static let attachmentZip: Image = .init("fiori.attachment.zip", bundle: Bundle.accessor) + public static let cause: Image = .init("fiori.cause", bundle: Bundle.accessor) /// - public static let barcode: Image = .init("fiori.barcode", bundle: Bundle.accessor) + public static let chartAxis: Image = .init("fiori.chart.axis", bundle: Bundle.accessor) /// - public static let clinicalOrder: Image = .init("fiori.clinical.order", bundle: Bundle.accessor) + public static let closeCommandField: Image = .init("fiori.close.command.field", bundle: Bundle.accessor) /// - public static let customerFinancialFactSheet: Image = .init("fiori.customer.financial.fact.sheet", bundle: Bundle.accessor) + public static let collapseAll: Image = .init("fiori.collapse.all", bundle: Bundle.accessor) /// - public static let docAttachment: Image = .init("fiori.doc.attachment", bundle: Bundle.accessor) + public static let collapseGroup: Image = .init("fiori.collapse.group", bundle: Bundle.accessor) /// - public static let document: Image = .init("fiori.document", bundle: Bundle.accessor) + public static let combine: Image = .init("fiori.combine", bundle: Bundle.accessor) /// - public static let documentText: Image = .init("fiori.document.text", bundle: Bundle.accessor) + public static let down: Image = .init("fiori.down", bundle: Bundle.accessor) /// - public static let documents: Image = .init("fiori.documents", bundle: Bundle.accessor) + public static let downloadFromCloud: Image = .init("fiori.download.from.cloud", bundle: Bundle.accessor) /// - public static let expenseReport: Image = .init("fiori.expense.report", bundle: Bundle.accessor) + public static let download: Image = .init("fiori.download", bundle: Bundle.accessor) /// - public static let pdfAttachment: Image = .init("fiori.pdf.attachment", bundle: Bundle.accessor) + public static let drillDown: Image = .init("fiori.drill.down", bundle: Bundle.accessor) /// - public static let salesDocument: Image = .init("fiori.sales.document", bundle: Bundle.accessor) + public static let drillUp: Image = .init("fiori.drill.up", bundle: Bundle.accessor) /// - public static let salesOrderItem: Image = .init("fiori.sales.order.item", bundle: Bundle.accessor) - } - - /// Images representing folder - public enum folder { + public static let dropDownList: Image = .init("fiori.drop.down.list", bundle: Bundle.accessor) /// - public static let batchPayments: Image = .init("fiori.batch.payments", bundle: Bundle.accessor) + public static let dropdown: Image = .init("fiori.dropdown", bundle: Bundle.accessor) /// - public static let folderBlank: Image = .init("fiori.folder.blank", bundle: Bundle.accessor) + public static let duplicate: Image = .init("fiori.duplicate", bundle: Bundle.accessor) /// - public static let folderFill: Image = .init("fiori.folder.fill", bundle: Bundle.accessor) + public static let editOutside: Image = .init("fiori.edit.outside", bundle: Bundle.accessor) /// - public static let folder: Image = .init("fiori.folder", bundle: Bundle.accessor) - } - - /// Images representing form - public enum form { + public static let enterMore: Image = .init("fiori.enter.more", bundle: Bundle.accessor) /// - public static let approvals: Image = .init("fiori.approvals", bundle: Bundle.accessor) - } - - /// Images representing medical - public enum medical { + public static let expandAll: Image = .init("fiori.expand.all", bundle: Bundle.accessor) /// - public static let accidentalLeave: Image = .init("fiori.accidental.leave", bundle: Bundle.accessor) + public static let expandGroup: Image = .init("fiori.expand.group", bundle: Bundle.accessor) /// - public static let bed: Image = .init("fiori.bed", bundle: Bundle.accessor) + public static let feederArrow: Image = .init("fiori.feeder.arrow", bundle: Bundle.accessor) /// - public static let electrocardiogram: Image = .init("fiori.electrocardiogram", bundle: Bundle.accessor) - } - - /// Images representing money - public enum money { + public static let forward: Image = .init("fiori.forward", bundle: Bundle.accessor) /// - public static let capitalProjects: Image = .init("fiori.capital.projects", bundle: Bundle.accessor) + public static let fullScreen: Image = .init("fiori.full.screen", bundle: Bundle.accessor) /// - public static let commissionCheck: Image = .init("fiori.commission.check", bundle: Bundle.accessor) + public static let inboxFill: Image = .init("fiori.inbox.fill", bundle: Bundle.accessor) /// - public static let lead: Image = .init("fiori.lead", bundle: Bundle.accessor) + public static let inbox: Image = .init("fiori.inbox", bundle: Bundle.accessor) /// - public static let loan: Image = .init("fiori.loan", bundle: Bundle.accessor) + public static let initiative: Image = .init("fiori.initiative", bundle: Bundle.accessor) /// - public static let moneyBills: Image = .init("fiori.money.bills", bundle: Bundle.accessor) + public static let inspect: Image = .init("fiori.inspect", bundle: Bundle.accessor) /// - public static let monitorPayments: Image = .init("fiori.monitor.payments", bundle: Bundle.accessor) + public static let journeyArrive: Image = .init("fiori.journey.arrive", bundle: Bundle.accessor) /// - public static let travelExpenseReportFill: Image = .init("fiori.travel.expense.report.fill", bundle: Bundle.accessor) + public static let journeyChange: Image = .init("fiori.journey.change", bundle: Bundle.accessor) /// - public static let travelExpenseReport: Image = .init("fiori.travel.expense.report", bundle: Bundle.accessor) + public static let journeyDepart: Image = .init("fiori.journey.depart", bundle: Bundle.accessor) + /// + public static let locateMe: Image = .init("fiori.locate.me", bundle: Bundle.accessor) + /// + public static let mediaForward: Image = .init("fiori.media.forward", bundle: Bundle.accessor) + /// + public static let mediaPause: Image = .init("fiori.media.pause", bundle: Bundle.accessor) + /// + public static let mediaPlay: Image = .init("fiori.media.play", bundle: Bundle.accessor) + /// + public static let mediaReverse: Image = .init("fiori.media.reverse", bundle: Bundle.accessor) + /// + public static let mediaRewind: Image = .init("fiori.media.rewind", bundle: Bundle.accessor) + /// + public static let move: Image = .init("fiori.move", bundle: Bundle.accessor) + /// + public static let navBack: Image = .init("fiori.nav.back", bundle: Bundle.accessor) + /// + public static let navigationDownArrow: Image = .init("fiori.navigation.down.arrow", bundle: Bundle.accessor) + /// + public static let navigationLeftArrow: Image = .init("fiori.navigation.left.arrow", bundle: Bundle.accessor) + /// + public static let navigationRightArrow: Image = .init("fiori.navigation.right.arrow", bundle: Bundle.accessor) + /// + public static let navigationUpArrow: Image = .init("fiori.navigation.up.arrow", bundle: Bundle.accessor) + /// + public static let openCommandField: Image = .init("fiori.open.command.field", bundle: Bundle.accessor) + /// + public static let play: Image = .init("fiori.play", bundle: Bundle.accessor) + /// + public static let process: Image = .init("fiori.process", bundle: Bundle.accessor) + /// + public static let pullDown: Image = .init("fiori.pull.down", bundle: Bundle.accessor) + /// + public static let redo: Image = .init("fiori.redo", bundle: Bundle.accessor) + /// + public static let refresh: Image = .init("fiori.refresh", bundle: Bundle.accessor) + /// + public static let repost: Image = .init("fiori.repost", bundle: Bundle.accessor) + /// + public static let reset: Image = .init("fiori.reset", bundle: Bundle.accessor) + /// + public static let resizeHorizontal: Image = .init("fiori.resize.horizontal", bundle: Bundle.accessor) + /// + public static let resize: Image = .init("fiori.resize", bundle: Bundle.accessor) + /// + public static let resizeVertical: Image = .init("fiori.resize.vertical", bundle: Bundle.accessor) + /// + public static let response: Image = .init("fiori.response", bundle: Bundle.accessor) + /// + public static let restart: Image = .init("fiori.restart", bundle: Bundle.accessor) + /// + public static let share: Image = .init("fiori.share", bundle: Bundle.accessor) + /// + public static let shortcut: Image = .init("fiori.shortcut", bundle: Bundle.accessor) + /// + public static let slimArrowDown: Image = .init("fiori.slim.arrow.down", bundle: Bundle.accessor) + /// + public static let slimArrowLeft: Image = .init("fiori.slim.arrow.left", bundle: Bundle.accessor) + /// + public static let slimArrowRight: Image = .init("fiori.slim.arrow.right", bundle: Bundle.accessor) + /// + public static let slimArrowUp: Image = .init("fiori.slim.arrow.up", bundle: Bundle.accessor) + /// + public static let sortAscending: Image = .init("fiori.sort.ascending", bundle: Bundle.accessor) + /// + public static let sortDescending: Image = .init("fiori.sort.descending", bundle: Bundle.accessor) + /// + public static let sort: Image = .init("fiori.sort", bundle: Bundle.accessor) + /// + public static let sortingRanking: Image = .init("fiori.sorting.ranking", bundle: Bundle.accessor) + /// + public static let sourceCode: Image = .init("fiori.source.code", bundle: Bundle.accessor) + /// + public static let split: Image = .init("fiori.split", bundle: Bundle.accessor) + /// + public static let step: Image = .init("fiori.step", bundle: Bundle.accessor) + /// + public static let synchronize: Image = .init("fiori.synchronize", bundle: Bundle.accessor) + /// + public static let sysBack2: Image = .init("fiori.sys.back.2", bundle: Bundle.accessor) + /// + public static let sysBack: Image = .init("fiori.sys.back", bundle: Bundle.accessor) + /// + public static let systemExit2: Image = .init("fiori.system.exit.2", bundle: Bundle.accessor) + /// + public static let systemExit: Image = .init("fiori.system.exit", bundle: Bundle.accessor) + /// + public static let trendDown: Image = .init("fiori.trend.down", bundle: Bundle.accessor) + /// + public static let trendUp: Image = .init("fiori.trend.up", bundle: Bundle.accessor) + /// + public static let undo: Image = .init("fiori.undo", bundle: Bundle.accessor) + /// + public static let up: Image = .init("fiori.up", bundle: Bundle.accessor) + /// + public static let upload: Image = .init("fiori.upload", bundle: Bundle.accessor) + /// + public static let uploadToCloud: Image = .init("fiori.upload.to.cloud", bundle: Bundle.accessor) + /// + public static let visits: Image = .init("fiori.visits", bundle: Bundle.accessor) + } + + public enum calendars { + /// + public static let accelerated: Image = .init("fiori.accelerated", bundle: Bundle.accessor) + /// + public static let addCalendar: Image = .init("fiori.add.calendar", bundle: Bundle.accessor) + /// + public static let appointment2: Image = .init("fiori.appointment.2", bundle: Bundle.accessor) + /// + public static let appointment: Image = .init("fiori.appointment", bundle: Bundle.accessor) + /// + public static let calendarFill: Image = .init("fiori.calendar.fill", bundle: Bundle.accessor) + /// + public static let calendar: Image = .init("fiori.calendar", bundle: Bundle.accessor) + /// + public static let checkAvailability: Image = .init("fiori.check.availability", bundle: Bundle.accessor) + /// + public static let dateTime: Image = .init("fiori.date.time", bundle: Bundle.accessor) + /// + public static let ganttBars: Image = .init("fiori.gantt.bars", bundle: Bundle.accessor) + /// + public static let measurementDocument: Image = .init("fiori.measurement.document", bundle: Bundle.accessor) + /// + public static let notes: Image = .init("fiori.notes", bundle: Bundle.accessor) + /// + public static let perDiem: Image = .init("fiori.per.diem", bundle: Bundle.accessor) + /// + public static let selectAppointments: Image = .init("fiori.select.appointments", bundle: Bundle.accessor) + /// + public static let timeOff: Image = .init("fiori.time.off", bundle: Bundle.accessor) + /// + public static let workflowTasks: Image = .init("fiori.workflow.tasks", bundle: Bundle.accessor) + } + + public enum callout { + /// + public static let comment: Image = .init("fiori.comment", bundle: Bundle.accessor) + /// + public static let discussion2: Image = .init("fiori.discussion.2", bundle: Bundle.accessor) + /// + public static let discussion: Image = .init("fiori.discussion", bundle: Bundle.accessor) + /// + public static let feedback: Image = .init("fiori.feedback", bundle: Bundle.accessor) + /// + public static let helloWorld: Image = .init("fiori.hello.world", bundle: Bundle.accessor) + /// + public static let messagePopup: Image = .init("fiori.message.popup", bundle: Bundle.accessor) + /// + public static let notification2: Image = .init("fiori.notification.2", bundle: Bundle.accessor) + /// + public static let post: Image = .init("fiori.post", bundle: Bundle.accessor) + /// + public static let salesNotification: Image = .init("fiori.sales.notification", bundle: Bundle.accessor) + /// + public static let tagCloudChart: Image = .init("fiori.tag.cloud.chart", bundle: Bundle.accessor) + /// + public static let thingType: Image = .init("fiori.thing.type", bundle: Bundle.accessor) + /// + public static let travelRequest: Image = .init("fiori.travel.request", bundle: Bundle.accessor) + /// + public static let uiNotifications: Image = .init("fiori.ui.notifications", bundle: Bundle.accessor) + } + + public enum charts { + /// + public static let alongStackedChart: Image = .init("fiori.along.stacked.chart", bundle: Bundle.accessor) + /// + public static let areaChart: Image = .init("fiori.area.chart", bundle: Bundle.accessor) + /// + public static let barChart: Image = .init("fiori.bar.chart", bundle: Bundle.accessor) + /// + public static let bubbleChart: Image = .init("fiori.bubble.chart", bundle: Bundle.accessor) + /// + public static let businessObjectsExperienceFill: Image = .init("fiori.business.objects.experience.fill", bundle: Bundle.accessor) + /// + public static let businessObjectsExperience: Image = .init("fiori.business.objects.experience", bundle: Bundle.accessor) + /// + public static let chartAxis: Image = .init("fiori.chart.axis", bundle: Bundle.accessor) + /// + public static let chartTableView: Image = .init("fiori.chart.table.view", bundle: Bundle.accessor) + /// + public static let chartTreeMap: Image = .init("fiori.chart.tree.map", bundle: Bundle.accessor) + /// + public static let checklist2: Image = .init("fiori.checklist.2", bundle: Bundle.accessor) + /// + public static let checklistItem2: Image = .init("fiori.checklist.item.2", bundle: Bundle.accessor) + /// + public static let checklistItem: Image = .init("fiori.checklist.item", bundle: Bundle.accessor) + /// + public static let checklist: Image = .init("fiori.checklist", bundle: Bundle.accessor) + /// + public static let chevronPhase2: Image = .init("fiori.chevron.phase.2", bundle: Bundle.accessor) + /// + public static let chevronPhase: Image = .init("fiori.chevron.phase", bundle: Bundle.accessor) + /// + public static let choroplethChart: Image = .init("fiori.choropleth.chart", bundle: Bundle.accessor) + /// + public static let circleTask2: Image = .init("fiori.circle.task.2", bundle: Bundle.accessor) + /// + public static let circleTaskFill: Image = .init("fiori.circle.task.fill", bundle: Bundle.accessor) + /// + public static let circleTask: Image = .init("fiori.circle.task", bundle: Bundle.accessor) + /// + public static let columnChartDualAxis: Image = .init("fiori.column.chart.dual.axis", bundle: Bundle.accessor) + /// + public static let crossedLineChart: Image = .init("fiori.crossed.line.chart", bundle: Bundle.accessor) + /// + public static let donutChart: Image = .init("fiori.donut.chart", bundle: Bundle.accessor) + /// + public static let filterAnalytics: Image = .init("fiori.filter.analytics", bundle: Bundle.accessor) + /// + public static let fullStackedChart: Image = .init("fiori.full.stacked.chart", bundle: Bundle.accessor) + /// + public static let fullStackedColumnChart: Image = .init("fiori.full.stacked.column.chart", bundle: Bundle.accessor) + /// + public static let ganttBars: Image = .init("fiori.gantt.bars", bundle: Bundle.accessor) + /// + public static let geographicBubbleChart: Image = .init("fiori.geographic.bubble.chart", bundle: Bundle.accessor) + /// + public static let heatmapChart: Image = .init("fiori.heatmap.chart", bundle: Bundle.accessor) + /// + public static let horizontalBarChart2: Image = .init("fiori.horizontal.bar.chart.2", bundle: Bundle.accessor) + /// + public static let horizontalBarChart: Image = .init("fiori.horizontal.bar.chart", bundle: Bundle.accessor) + /// + public static let horizontalBulletChart: Image = .init("fiori.horizontal.bullet.chart", bundle: Bundle.accessor) + /// + public static let horizontalCombinationChart: Image = .init("fiori.horizontal.combination.chart", bundle: Bundle.accessor) + /// + public static let horizontalStackedChart: Image = .init("fiori.horizontal.stacked.chart", bundle: Bundle.accessor) + /// + public static let horizontalWaterfallChart: Image = .init("fiori.horizontal.waterfall.chart", bundle: Bundle.accessor) + /// + public static let legend: Image = .init("fiori.legend", bundle: Bundle.accessor) + /// + public static let lineChartDualAxis: Image = .init("fiori.line.chart.dual.axis", bundle: Bundle.accessor) + /// + public static let lineChart: Image = .init("fiori.line.chart", bundle: Bundle.accessor) + /// + public static let lineChartTimeAxis: Image = .init("fiori.line.chart.time.axis", bundle: Bundle.accessor) + /// + public static let lineCharts: Image = .init("fiori.line.charts", bundle: Bundle.accessor) + /// + public static let masterTaskTriangle2: Image = .init("fiori.master.task.triangle.2", bundle: Bundle.accessor) + /// + public static let masterTaskTriangle: Image = .init("fiori.master.task.triangle", bundle: Bundle.accessor) + /// + public static let mirroredTaskCircle2: Image = .init("fiori.mirrored.task.circle.2", bundle: Bundle.accessor) + /// + public static let mirroredTaskCircle: Image = .init("fiori.mirrored.task.circle", bundle: Bundle.accessor) + /// + public static let multipleBarChart: Image = .init("fiori.multiple.bar.chart", bundle: Bundle.accessor) + /// + public static let multipleLineChart: Image = .init("fiori.multiple.line.chart", bundle: Bundle.accessor) + /// + public static let multiplePieChart: Image = .init("fiori.multiple.pie.chart", bundle: Bundle.accessor) + /// + public static let multipleRadarChart: Image = .init("fiori.multiple.radar.chart", bundle: Bundle.accessor) + /// + public static let orgChartFill: Image = .init("fiori.org.chart.fill", bundle: Bundle.accessor) + /// + public static let orgChart: Image = .init("fiori.org.chart", bundle: Bundle.accessor) + /// + public static let overviewChart: Image = .init("fiori.overview.chart", bundle: Bundle.accessor) + /// + public static let pieChart: Image = .init("fiori.pie.chart", bundle: Bundle.accessor) + /// + public static let pipelineAnalysis: Image = .init("fiori.pipeline.analysis", bundle: Bundle.accessor) + /// + public static let programTriangles2: Image = .init("fiori.program.triangles.2", bundle: Bundle.accessor) + /// + public static let programTrianglesFill: Image = .init("fiori.program.triangles.fill", bundle: Bundle.accessor) + /// + public static let programTriangles: Image = .init("fiori.program.triangles", bundle: Bundle.accessor) + /// + public static let projectDefinitionTriangle2: Image = .init("fiori.project.definition.triangle.2", bundle: Bundle.accessor) + /// + public static let projectDefinitionTriangle: Image = .init("fiori.project.definition.triangle", bundle: Bundle.accessor) + /// + public static let provision: Image = .init("fiori.provision", bundle: Bundle.accessor) + /// + public static let radarChart: Image = .init("fiori.radar.chart", bundle: Bundle.accessor) + /// + public static let rhombusMilestone2: Image = .init("fiori.rhombus.milestone.2", bundle: Bundle.accessor) + /// + public static let rhombusMilestone: Image = .init("fiori.rhombus.milestone", bundle: Bundle.accessor) + /// + public static let scatterChart: Image = .init("fiori.scatter.chart", bundle: Bundle.accessor) + /// + public static let tableChart: Image = .init("fiori.table.chart", bundle: Bundle.accessor) + /// + public static let tableView: Image = .init("fiori.table.view", bundle: Bundle.accessor) + /// + public static let tagCloudChart: Image = .init("fiori.tag.cloud.chart", bundle: Bundle.accessor) + /// + public static let temperature: Image = .init("fiori.temperature", bundle: Bundle.accessor) + /// + public static let toolsOpportunityFill: Image = .init("fiori.tools.opportunity.fill", bundle: Bundle.accessor) + /// + public static let toolsOpportunity: Image = .init("fiori.tools.opportunity", bundle: Bundle.accessor) + /// + public static let tree: Image = .init("fiori.tree", bundle: Bundle.accessor) + /// + public static let tripReport: Image = .init("fiori.trip.report", bundle: Bundle.accessor) + /// + public static let upstackedChart: Image = .init("fiori.upstacked.chart", bundle: Bundle.accessor) + /// + public static let verticalBarChart2: Image = .init("fiori.vertical.bar.chart.2", bundle: Bundle.accessor) + /// + public static let verticalBarChart: Image = .init("fiori.vertical.bar.chart", bundle: Bundle.accessor) + /// + public static let verticalBulletChart: Image = .init("fiori.vertical.bullet.chart", bundle: Bundle.accessor) + /// + public static let verticalStackedChart: Image = .init("fiori.vertical.stacked.chart", bundle: Bundle.accessor) + /// + public static let verticalWaterfallChart: Image = .init("fiori.vertical.waterfall.chart", bundle: Bundle.accessor) + } + + public enum clipboards { + /// + public static let activity2: Image = .init("fiori.activity.2", bundle: Bundle.accessor) + /// + public static let activityAssignedToGoal: Image = .init("fiori.activity.assigned.to.goal", bundle: Bundle.accessor) + /// + public static let activityIndividual: Image = .init("fiori.activity.individual", bundle: Bundle.accessor) + /// + public static let activityItems: Image = .init("fiori.activity.items", bundle: Bundle.accessor) + /// + public static let addActivity2: Image = .init("fiori.add.activity.2", bundle: Bundle.accessor) + /// + public static let clinicalTaskTracker: Image = .init("fiori.clinical.task.tracker", bundle: Bundle.accessor) + /// + public static let crmServiceManager: Image = .init("fiori.crm.service.manager", bundle: Bundle.accessor) + /// + public static let paste: Image = .init("fiori.paste", bundle: Bundle.accessor) + /// + public static let taskFill: Image = .init("fiori.task.fill", bundle: Bundle.accessor) + /// + public static let task: Image = .init("fiori.task", bundle: Bundle.accessor) + /// + public static let workflowTasks: Image = .init("fiori.workflow.tasks", bundle: Bundle.accessor) + } + + public enum devices { + /// + public static let desktopMobile: Image = .init("fiori.desktop.mobile", bundle: Bundle.accessor) + /// + public static let dishwasher: Image = .init("fiori.dishwasher", bundle: Bundle.accessor) + /// + public static let faxMachine: Image = .init("fiori.fax.machine", bundle: Bundle.accessor) + /// + public static let fobWatch: Image = .init("fiori.fob.watch", bundle: Bundle.accessor) + /// + public static let fridge: Image = .init("fiori.fridge", bundle: Bundle.accessor) + /// + public static let ipad2: Image = .init("fiori.ipad.2", bundle: Bundle.accessor) + /// + public static let ipad: Image = .init("fiori.ipad", bundle: Bundle.accessor) + /// + public static let iphone2: Image = .init("fiori.iphone.2", bundle: Bundle.accessor) + /// + public static let iphone: Image = .init("fiori.iphone", bundle: Bundle.accessor) + /// + public static let itHost: Image = .init("fiori.it.host", bundle: Bundle.accessor) + /// + public static let itInstance: Image = .init("fiori.it.instance", bundle: Bundle.accessor) + /// + public static let itSystem: Image = .init("fiori.it.system", bundle: Bundle.accessor) + /// + public static let laptop: Image = .init("fiori.laptop", bundle: Bundle.accessor) + /// + public static let machine: Image = .init("fiori.machine", bundle: Bundle.accessor) + /// + public static let marketingCampaign: Image = .init("fiori.marketing.campaign", bundle: Bundle.accessor) + /// + public static let microphone: Image = .init("fiori.microphone", bundle: Bundle.accessor) + /// + public static let phone: Image = .init("fiori.phone", bundle: Bundle.accessor) + /// + public static let popupWindow: Image = .init("fiori.popup.window", bundle: Bundle.accessor) + /// + public static let print: Image = .init("fiori.print", bundle: Bundle.accessor) + /// + public static let projector: Image = .init("fiori.projector", bundle: Bundle.accessor) + /// + public static let responsive: Image = .init("fiori.responsive", bundle: Bundle.accessor) + /// + public static let simulate: Image = .init("fiori.simulate", bundle: Bundle.accessor) + /// + public static let sysMonitor: Image = .init("fiori.sys.monitor", bundle: Bundle.accessor) + /// + public static let video: Image = .init("fiori.video", bundle: Bundle.accessor) + /// + public static let washingMachine: Image = .init("fiori.washing.machine", bundle: Bundle.accessor) + /// + public static let webCam: Image = .init("fiori.web.cam", bundle: Bundle.accessor) + } + + public enum documents { + /// + public static let accountingDocumentVerification: Image = .init("fiori.accounting.document.verification", bundle: Bundle.accessor) + /// + public static let addDocument: Image = .init("fiori.add.document", bundle: Bundle.accessor) + /// + public static let attachmentAudio: Image = .init("fiori.attachment.audio", bundle: Bundle.accessor) + /// + public static let attachmentEPub: Image = .init("fiori.attachment.e.pub", bundle: Bundle.accessor) + /// + public static let attachmentHtml: Image = .init("fiori.attachment.html", bundle: Bundle.accessor) + /// + public static let attachmentPhoto: Image = .init("fiori.attachment.photo", bundle: Bundle.accessor) + /// + public static let attachmentTextFile: Image = .init("fiori.attachment.text.file", bundle: Bundle.accessor) + /// + public static let attachmentVideo: Image = .init("fiori.attachment.video", bundle: Bundle.accessor) + /// + public static let attachmentZipFile: Image = .init("fiori.attachment.zip.file", bundle: Bundle.accessor) + /// + public static let barCode: Image = .init("fiori.bar.code", bundle: Bundle.accessor) + /// + public static let clinicalOrder: Image = .init("fiori.clinical.order", bundle: Bundle.accessor) + /// + public static let courseProgram: Image = .init("fiori.course.program", bundle: Bundle.accessor) + /// + public static let createEntryTime: Image = .init("fiori.create.entry.time", bundle: Bundle.accessor) + /// + public static let create: Image = .init("fiori.create", bundle: Bundle.accessor) + /// + public static let customerFinancialFactSheet: Image = .init("fiori.customer.financial.fact.sheet", bundle: Bundle.accessor) + /// + public static let docAttachment2: Image = .init("fiori.doc.attachment.2", bundle: Bundle.accessor) + /// + public static let docAttachment: Image = .init("fiori.doc.attachment", bundle: Bundle.accessor) + /// + public static let document: Image = .init("fiori.document", bundle: Bundle.accessor) + /// + public static let documentText: Image = .init("fiori.document.text", bundle: Bundle.accessor) + /// + public static let documents: Image = .init("fiori.documents", bundle: Bundle.accessor) + /// + public static let excelAttachment: Image = .init("fiori.excel.attachment", bundle: Bundle.accessor) + /// + public static let expenseReport: Image = .init("fiori.expense.report", bundle: Bundle.accessor) + /// + public static let inspection: Image = .init("fiori.inspection", bundle: Bundle.accessor) + /// + public static let insuranceCar: Image = .init("fiori.insurance.car", bundle: Bundle.accessor) + /// + public static let insuranceHouse: Image = .init("fiori.insurance.house", bundle: Bundle.accessor) + /// + public static let insuranceLife: Image = .init("fiori.insurance.life", bundle: Bundle.accessor) + /// + public static let measurementDocument: Image = .init("fiori.measurement.document", bundle: Bundle.accessor) + /// + public static let mySalesOrder: Image = .init("fiori.my.sales.order", bundle: Bundle.accessor) + /// + public static let newspaper: Image = .init("fiori.newspaper", bundle: Bundle.accessor) + /// + public static let orderStatus: Image = .init("fiori.order.status", bundle: Bundle.accessor) + /// + public static let pdfAttachment: Image = .init("fiori.pdf.attachment", bundle: Bundle.accessor) + /// + public static let pdfReader: Image = .init("fiori.pdf.reader", bundle: Bundle.accessor) + /// + public static let permission: Image = .init("fiori.permission", bundle: Bundle.accessor) + /// + public static let pptAttachment: Image = .init("fiori.ppt.attachment", bundle: Bundle.accessor) + /// + public static let pushpinOn: Image = .init("fiori.pushpin.on", bundle: Bundle.accessor) + /// + public static let request: Image = .init("fiori.request", bundle: Bundle.accessor) + /// + public static let salesDocument: Image = .init("fiori.sales.document", bundle: Bundle.accessor) + /// + public static let salesOrderItem: Image = .init("fiori.sales.order.item", bundle: Bundle.accessor) + /// + public static let salesOrder: Image = .init("fiori.sales.order", bundle: Bundle.accessor) + /// + public static let salesQuote: Image = .init("fiori.sales.quote", bundle: Bundle.accessor) + /// + public static let sysFirstPage: Image = .init("fiori.sys.first.page", bundle: Bundle.accessor) + /// + public static let sysLastPage: Image = .init("fiori.sys.last.page", bundle: Bundle.accessor) + /// + public static let sysNextPage: Image = .init("fiori.sys.next.page", bundle: Bundle.accessor) + /// + public static let sysPrevPage: Image = .init("fiori.sys.prev.page", bundle: Bundle.accessor) + /// + public static let timesheet: Image = .init("fiori.timesheet", bundle: Bundle.accessor) + /// + public static let vdsFile: Image = .init("fiori.vds.file", bundle: Bundle.accessor) + /// + public static let writeNewDocument: Image = .init("fiori.write.new.document", bundle: Bundle.accessor) + } + + public enum folder { + /// + public static let batchPayments: Image = .init("fiori.batch.payments", bundle: Bundle.accessor) + /// + public static let curriculum: Image = .init("fiori.curriculum", bundle: Bundle.accessor) + /// + public static let fallback: Image = .init("fiori.fallback", bundle: Bundle.accessor) + /// + public static let folder2: Image = .init("fiori.folder.2", bundle: Bundle.accessor) + /// + public static let folderBlank: Image = .init("fiori.folder.blank", bundle: Bundle.accessor) + /// + public static let folderFill: Image = .init("fiori.folder.fill", bundle: Bundle.accessor) + /// + public static let folderFull: Image = .init("fiori.folder.full", bundle: Bundle.accessor) + /// + public static let folder: Image = .init("fiori.folder", bundle: Bundle.accessor) + /// + public static let openFolder: Image = .init("fiori.open.folder", bundle: Bundle.accessor) + /// + public static let workHistory: Image = .init("fiori.work.history", bundle: Bundle.accessor) + } + + public enum form { + /// + public static let approvals: Image = .init("fiori.approvals", bundle: Bundle.accessor) + /// + public static let createForm: Image = .init("fiori.create.form", bundle: Bundle.accessor) + /// + public static let customerOrderEntry: Image = .init("fiori.customer.order.entry", bundle: Bundle.accessor) + /// + public static let detailView: Image = .init("fiori.detail.view", bundle: Bundle.accessor) + /// + public static let form: Image = .init("fiori.form", bundle: Bundle.accessor) + /// + public static let receipt: Image = .init("fiori.receipt", bundle: Bundle.accessor) + /// + public static let survey: Image = .init("fiori.survey", bundle: Bundle.accessor) + } + + public enum medical { + /// + public static let accidentalLeave: Image = .init("fiori.accidental.leave", bundle: Bundle.accessor) + /// + public static let bed: Image = .init("fiori.bed", bundle: Bundle.accessor) + /// + public static let clinicalOrder: Image = .init("fiori.clinical.order", bundle: Bundle.accessor) + /// + public static let clinicalTaskTracker: Image = .init("fiori.clinical.task.tracker", bundle: Bundle.accessor) + /// + public static let doctor: Image = .init("fiori.doctor", bundle: Bundle.accessor) + /// + public static let electrocardiogram: Image = .init("fiori.electrocardiogram", bundle: Bundle.accessor) + /// + public static let electronicMedicalRecord: Image = .init("fiori.electronic.medical.record", bundle: Bundle.accessor) + /// + public static let endoscopy: Image = .init("fiori.endoscopy", bundle: Bundle.accessor) + /// + public static let mriScan: Image = .init("fiori.mri.scan", bundle: Bundle.accessor) + /// + public static let nurse: Image = .init("fiori.nurse", bundle: Bundle.accessor) + /// + public static let nutritionActivity: Image = .init("fiori.nutrition.activity", bundle: Bundle.accessor) + /// + public static let pharmacy: Image = .init("fiori.pharmacy", bundle: Bundle.accessor) + /// + public static let physicalActivity: Image = .init("fiori.physical.activity", bundle: Bundle.accessor) + /// + public static let sonography: Image = .init("fiori.sonography", bundle: Bundle.accessor) + /// + public static let stethoscope: Image = .init("fiori.stethoscope", bundle: Bundle.accessor) + /// + public static let syringe: Image = .init("fiori.syringe", bundle: Bundle.accessor) + /// + public static let temperature: Image = .init("fiori.temperature", bundle: Bundle.accessor) + /// + public static let woundsDoc: Image = .init("fiori.wounds.doc", bundle: Bundle.accessor) + /// + public static let xRay: Image = .init("fiori.x.ray", bundle: Bundle.accessor) + } + + public enum money { + /// + public static let batchPayments: Image = .init("fiori.batch.payments", bundle: Bundle.accessor) + /// + public static let capitalProjects: Image = .init("fiori.capital.projects", bundle: Bundle.accessor) + /// + public static let collectionsInsight: Image = .init("fiori.collections.insight", bundle: Bundle.accessor) + /// + public static let collectionsManagement: Image = .init("fiori.collections.management", bundle: Bundle.accessor) + /// + public static let commissionCheck: Image = .init("fiori.commission.check", bundle: Bundle.accessor) + /// + public static let currency: Image = .init("fiori.currency", bundle: Bundle.accessor) + /// + public static let customerFinancialFactSheet: Image = .init("fiori.customer.financial.fact.sheet", bundle: Bundle.accessor) + /// + public static let expenseReport: Image = .init("fiori.expense.report", bundle: Bundle.accessor) + /// + public static let leadOutdated: Image = .init("fiori.lead.outdated", bundle: Bundle.accessor) + /// + public static let lead: Image = .init("fiori.lead", bundle: Bundle.accessor) + /// + public static let loan: Image = .init("fiori.loan", bundle: Bundle.accessor) + /// + public static let moneyBills: Image = .init("fiori.money.bills", bundle: Bundle.accessor) + /// + public static let monitorPayments: Image = .init("fiori.monitor.payments", bundle: Bundle.accessor) /// public static let paidLeave: Image = .init("fiori.paid.leave", bundle: Bundle.accessor) + /// + public static let paymentApproval: Image = .init("fiori.payment.approval", bundle: Bundle.accessor) + /// + public static let perDiem: Image = .init("fiori.per.diem", bundle: Bundle.accessor) + /// + public static let receipt: Image = .init("fiori.receipt", bundle: Bundle.accessor) + /// + public static let salesDocument: Image = .init("fiori.sales.document", bundle: Bundle.accessor) + /// + public static let salesNotification: Image = .init("fiori.sales.notification", bundle: Bundle.accessor) + /// + public static let salesOrderItem: Image = .init("fiori.sales.order.item", bundle: Bundle.accessor) + /// + public static let salesOrder: Image = .init("fiori.sales.order", bundle: Bundle.accessor) + /// + public static let salesQuote: Image = .init("fiori.sales.quote", bundle: Bundle.accessor) + /// + public static let simplePayment: Image = .init("fiori.simple.payment", bundle: Bundle.accessor) + /// + public static let timeOvertime: Image = .init("fiori.time.overtime", bundle: Bundle.accessor) + /// + public static let travelExpenseReportFill: Image = .init("fiori.travel.expense.report.fill", bundle: Bundle.accessor) + /// + public static let travelExpenseReport: Image = .init("fiori.travel.expense.report", bundle: Bundle.accessor) + /// + public static let travelExpense: Image = .init("fiori.travel.expense", bundle: Bundle.accessor) + /// + public static let unpaidLeave: Image = .init("fiori.unpaid.leave", bundle: Bundle.accessor) + /// + public static let waiver: Image = .init("fiori.waiver", bundle: Bundle.accessor) + /// + public static let wallet: Image = .init("fiori.wallet", bundle: Bundle.accessor) + } + + public enum objects { + /// + public static let addCoursebook: Image = .init("fiori.add.coursebook", bundle: Bundle.accessor) + /// + public static let addPhoto: Image = .init("fiori.add.photo", bundle: Bundle.accessor) + /// + public static let addProcess: Image = .init("fiori.add.process", bundle: Bundle.accessor) + /// + public static let addProduct: Image = .init("fiori.add.product", bundle: Bundle.accessor) + /// + public static let addressBook: Image = .init("fiori.address.book", bundle: Bundle.accessor) + /// + public static let addresses: Image = .init("fiori.addresses", bundle: Bundle.accessor) + /// + public static let arobase: Image = .init("fiori.arobase", bundle: Bundle.accessor) + /// + public static let background: Image = .init("fiori.background", bundle: Bundle.accessor) + /// + public static let badge: Image = .init("fiori.badge", bundle: Bundle.accessor) + /// + public static let barCode: Image = .init("fiori.bar.code", bundle: Bundle.accessor) + /// + public static let bbydActiveSales: Image = .init("fiori.bbyd.active.sales", bundle: Bundle.accessor) + /// + public static let bbydDashboard: Image = .init("fiori.bbyd.dashboard", bundle: Bundle.accessor) + /// + public static let bed: Image = .init("fiori.bed", bundle: Bundle.accessor) + /// + public static let bell2: Image = .init("fiori.bell.2", bundle: Bundle.accessor) + /// + public static let bell: Image = .init("fiori.bell", bundle: Bundle.accessor) + /// + public static let blankTag2: Image = .init("fiori.blank.tag.2", bundle: Bundle.accessor) + /// + public static let blankTag: Image = .init("fiori.blank.tag", bundle: Bundle.accessor) + /// + public static let boStrategyManagement: Image = .init("fiori.bo.strategy.management", bundle: Bundle.accessor) + /// + public static let border: Image = .init("fiori.border", bundle: Bundle.accessor) + /// + public static let brokenLink: Image = .init("fiori.broken.link", bundle: Bundle.accessor) + /// + public static let building: Image = .init("fiori.building", bundle: Bundle.accessor) + /// + public static let burglary: Image = .init("fiori.burglary", bundle: Bundle.accessor) + /// + public static let businessByDesign: Image = .init("fiori.business.by.design", bundle: Bundle.accessor) + /// + public static let businessCardFill: Image = .init("fiori.business.card.fill", bundle: Bundle.accessor) + /// + public static let businessCard: Image = .init("fiori.business.card", bundle: Bundle.accessor) + /// + public static let businessObjectsExplorer: Image = .init("fiori.business.objects.explorer", bundle: Bundle.accessor) + /// + public static let businessObjectsMobileFill: Image = .init("fiori.business.objects.mobile.fill", bundle: Bundle.accessor) + /// + public static let businessObjectsMobile: Image = .init("fiori.business.objects.mobile", bundle: Bundle.accessor) + /// + public static let businessOne: Image = .init("fiori.business.one", bundle: Bundle.accessor) + /// + public static let camera: Image = .init("fiori.camera", bundle: Bundle.accessor) + /// + public static let capitalProjects: Image = .init("fiori.capital.projects", bundle: Bundle.accessor) + /// + public static let card: Image = .init("fiori.card", bundle: Bundle.accessor) + /// + public static let chalkboard: Image = .init("fiori.chalkboard", bundle: Bundle.accessor) + /// + public static let checklist2: Image = .init("fiori.checklist.2", bundle: Bundle.accessor) + /// + public static let checklistItem2: Image = .init("fiori.checklist.item.2", bundle: Bundle.accessor) + /// + public static let checklistItem: Image = .init("fiori.checklist.item", bundle: Bundle.accessor) + /// + public static let checklist: Image = .init("fiori.checklist", bundle: Bundle.accessor) + /// + public static let chevronPhase2: Image = .init("fiori.chevron.phase.2", bundle: Bundle.accessor) + /// + public static let chevronPhase: Image = .init("fiori.chevron.phase", bundle: Bundle.accessor) + /// + public static let circleTask2: Image = .init("fiori.circle.task.2", bundle: Bundle.accessor) + /// + public static let circleTaskFill: Image = .init("fiori.circle.task.fill", bundle: Bundle.accessor) + /// + public static let circleTask: Image = .init("fiori.circle.task", bundle: Bundle.accessor) + /// + public static let cloudCheck: Image = .init("fiori.cloud.check", bundle: Bundle.accessor) + /// + public static let cloud: Image = .init("fiori.cloud", bundle: Bundle.accessor) + /// + public static let co: Image = .init("fiori.co", bundle: Bundle.accessor) + /// + public static let collectionsManagement: Image = .init("fiori.collections.management", bundle: Bundle.accessor) + /// + public static let collision: Image = .init("fiori.collision", bundle: Bundle.accessor) + /// + public static let colorFill: Image = .init("fiori.color.fill", bundle: Bundle.accessor) + /// + public static let compare2: Image = .init("fiori.compare.2", bundle: Bundle.accessor) + /// + public static let compare: Image = .init("fiori.compare", bundle: Bundle.accessor) + /// + public static let competitorFill: Image = .init("fiori.competitor.fill", bundle: Bundle.accessor) + /// + public static let competitor: Image = .init("fiori.competitor", bundle: Bundle.accessor) + /// + public static let contacts: Image = .init("fiori.contacts", bundle: Bundle.accessor) + /// + public static let courseBook: Image = .init("fiori.course.book", bundle: Bundle.accessor) + /// + public static let creditCard: Image = .init("fiori.credit.card", bundle: Bundle.accessor) + /// + public static let crmSales: Image = .init("fiori.crm.sales", bundle: Bundle.accessor) + /// + public static let cursorArrow: Image = .init("fiori.cursor.arrow", bundle: Bundle.accessor) + /// + public static let customerView: Image = .init("fiori.customer.view", bundle: Bundle.accessor) + /// + public static let database: Image = .init("fiori.database", bundle: Bundle.accessor) + /// + public static let dimension: Image = .init("fiori.dimension", bundle: Bundle.accessor) + /// + public static let dishwasher: Image = .init("fiori.dishwasher", bundle: Bundle.accessor) + /// + public static let drawRectangle: Image = .init("fiori.draw.rectangle", bundle: Bundle.accessor) + /// + public static let eCare: Image = .init("fiori.e.care", bundle: Bundle.accessor) + /// + public static let eLearning: Image = .init("fiori.e.learning", bundle: Bundle.accessor) + /// + public static let eamWorkOrder: Image = .init("fiori.eam.work.order", bundle: Bundle.accessor) + /// + public static let educationFill: Image = .init("fiori.education.fill", bundle: Bundle.accessor) + /// + public static let education: Image = .init("fiori.education", bundle: Bundle.accessor) + /// + public static let electronicMedicalRecord: Image = .init("fiori.electronic.medical.record", bundle: Bundle.accessor) + /// + public static let email: Image = .init("fiori.email", bundle: Bundle.accessor) + /// + public static let enablement: Image = .init("fiori.enablement", bundle: Bundle.accessor) + /// + public static let endUserExperienceMonitoring: Image = .init("fiori.end.user.experience.monitoring", bundle: Bundle.accessor) + /// + public static let endoscopy: Image = .init("fiori.endoscopy", bundle: Bundle.accessor) + /// + public static let energySavingLightbulb: Image = .init("fiori.energy.saving.lightbulb", bundle: Bundle.accessor) + /// + public static let example: Image = .init("fiori.example", bundle: Bundle.accessor) + /// + public static let explorer: Image = .init("fiori.explorer", bundle: Bundle.accessor) + /// + public static let factory: Image = .init("fiori.factory", bundle: Bundle.accessor) + /// + public static let filterAnalytics: Image = .init("fiori.filter.analytics", bundle: Bundle.accessor) + /// + public static let filterFacets: Image = .init("fiori.filter.facets", bundle: Bundle.accessor) + /// + public static let filterFields: Image = .init("fiori.filter.fields", bundle: Bundle.accessor) + /// + public static let fobWatchFill: Image = .init("fiori.fob.watch.fill", bundle: Bundle.accessor) + /// + public static let fobWatch: Image = .init("fiori.fob.watch", bundle: Bundle.accessor) + /// + public static let fridge: Image = .init("fiori.fridge", bundle: Bundle.accessor) + /// + public static let functionalLocation: Image = .init("fiori.functional.location", bundle: Bundle.accessor) + /// + public static let ganttBars: Image = .init("fiori.gantt.bars", bundle: Bundle.accessor) + /// + public static let globe: Image = .init("fiori.globe", bundle: Bundle.accessor) + /// + public static let goal: Image = .init("fiori.goal", bundle: Bundle.accessor) + /// + public static let goalseek: Image = .init("fiori.goalseek", bundle: Bundle.accessor) + /// + public static let grid: Image = .init("fiori.grid", bundle: Bundle.accessor) + /// + public static let header: Image = .init("fiori.header", bundle: Bundle.accessor) + /// + public static let headset: Image = .init("fiori.headset", bundle: Bundle.accessor) + /// + public static let heatingCooling: Image = .init("fiori.heating.cooling", bundle: Bundle.accessor) + /// + public static let helloWorld: Image = .init("fiori.hello.world", bundle: Bundle.accessor) + /// + public static let horizontalGrip: Image = .init("fiori.horizontal.grip", bundle: Bundle.accessor) + /// + public static let imageViewer: Image = .init("fiori.image.viewer", bundle: Bundle.accessor) + /// + public static let initiative: Image = .init("fiori.initiative", bundle: Bundle.accessor) + /// + public static let internetBrowser: Image = .init("fiori.internet.browser", bundle: Bundle.accessor) + /// + public static let ipad2: Image = .init("fiori.ipad.2", bundle: Bundle.accessor) + /// + public static let ipad: Image = .init("fiori.ipad", bundle: Bundle.accessor) + /// + public static let iphone2: Image = .init("fiori.iphone.2", bundle: Bundle.accessor) + /// + public static let iphone: Image = .init("fiori.iphone", bundle: Bundle.accessor) + /// + public static let itHost: Image = .init("fiori.it.host", bundle: Bundle.accessor) + /// + public static let itInstance: Image = .init("fiori.it.instance", bundle: Bundle.accessor) + /// + public static let itSystem: Image = .init("fiori.it.system", bundle: Bundle.accessor) + /// + public static let jam: Image = .init("fiori.jam", bundle: Bundle.accessor) + /// + public static let key: Image = .init("fiori.key", bundle: Bundle.accessor) + /// + public static let keyboardAndMouse: Image = .init("fiori.keyboard.and.mouse", bundle: Bundle.accessor) + /// + public static let kpiCorporatePerformance: Image = .init("fiori.kpi.corporate.performance", bundle: Bundle.accessor) + /// + public static let lab: Image = .init("fiori.lab", bundle: Bundle.accessor) + /// + public static let laptop: Image = .init("fiori.laptop", bundle: Bundle.accessor) + /// + public static let lateness: Image = .init("fiori.lateness", bundle: Bundle.accessor) + /// + public static let legend: Image = .init("fiori.legend", bundle: Bundle.accessor) + /// + public static let letter: Image = .init("fiori.letter", bundle: Bundle.accessor) + /// + public static let lightbulb: Image = .init("fiori.lightbulb", bundle: Bundle.accessor) + /// + public static let loan: Image = .init("fiori.loan", bundle: Bundle.accessor) + /// + public static let locked: Image = .init("fiori.locked", bundle: Bundle.accessor) + /// + public static let machine: Image = .init("fiori.machine", bundle: Bundle.accessor) + /// + public static let managerInsight: Image = .init("fiori.manager.insight", bundle: Bundle.accessor) + /// + public static let map2: Image = .init("fiori.map.2", bundle: Bundle.accessor) + /// + public static let map3Fill: Image = .init("fiori.map.3.fill", bundle: Bundle.accessor) + /// + public static let map3: Image = .init("fiori.map.3", bundle: Bundle.accessor) + /// + public static let mapFill: Image = .init("fiori.map.fill", bundle: Bundle.accessor) + /// + public static let map: Image = .init("fiori.map", bundle: Bundle.accessor) + /// + public static let marketingCampaign: Image = .init("fiori.marketing.campaign", bundle: Bundle.accessor) + /// + public static let masterTaskTriangle2: Image = .init("fiori.master.task.triangle.2", bundle: Bundle.accessor) + /// + public static let masterTaskTriangle: Image = .init("fiori.master.task.triangle", bundle: Bundle.accessor) + /// + public static let meal: Image = .init("fiori.meal", bundle: Bundle.accessor) + /// + public static let measure: Image = .init("fiori.measure", bundle: Bundle.accessor) + /// + public static let measurementDocument: Image = .init("fiori.measurement.document", bundle: Bundle.accessor) + /// + public static let measuringPoint: Image = .init("fiori.measuring.point", bundle: Bundle.accessor) + /// + public static let microphone: Image = .init("fiori.microphone", bundle: Bundle.accessor) + /// + public static let mileage: Image = .init("fiori.mileage", bundle: Bundle.accessor) + /// + public static let minimize: Image = .init("fiori.minimize", bundle: Bundle.accessor) + /// + public static let mirroredTaskCircle2: Image = .init("fiori.mirrored.task.circle.2", bundle: Bundle.accessor) + /// + public static let mirroredTaskCircle: Image = .init("fiori.mirrored.task.circle", bundle: Bundle.accessor) + /// + public static let myView: Image = .init("fiori.my.view", bundle: Bundle.accessor) + /// + public static let netweaverBusinessClient: Image = .init("fiori.netweaver.business.client", bundle: Bundle.accessor) + /// + public static let newspaper: Image = .init("fiori.newspaper", bundle: Bundle.accessor) + /// + public static let numberSign: Image = .init("fiori.number.sign", bundle: Bundle.accessor) + /// + public static let nutritionActivity: Image = .init("fiori.nutrition.activity", bundle: Bundle.accessor) + /// + public static let officialService: Image = .init("fiori.official.service", bundle: Bundle.accessor) + /// + public static let offsiteWork: Image = .init("fiori.offsite.work", bundle: Bundle.accessor) + /// + public static let opportunity: Image = .init("fiori.opportunity", bundle: Bundle.accessor) + /// + public static let overlay: Image = .init("fiori.overlay", bundle: Bundle.accessor) + /// + public static let palette: Image = .init("fiori.palette", bundle: Bundle.accessor) + /// + public static let paperPlane: Image = .init("fiori.paper.plane", bundle: Bundle.accessor) + /// + public static let performance: Image = .init("fiori.performance", bundle: Bundle.accessor) + /// + public static let phone: Image = .init("fiori.phone", bundle: Bundle.accessor) + /// + public static let photoVoltaic: Image = .init("fiori.photo.voltaic", bundle: Bundle.accessor) + /// + public static let picture: Image = .init("fiori.picture", bundle: Bundle.accessor) + /// + public static let pipelineAnalysis: Image = .init("fiori.pipeline.analysis", bundle: Bundle.accessor) + /// + public static let pool: Image = .init("fiori.pool", bundle: Bundle.accessor) + /// + public static let primaryKey: Image = .init("fiori.primary.key", bundle: Bundle.accessor) + /// + public static let print: Image = .init("fiori.print", bundle: Bundle.accessor) + /// + public static let productFill: Image = .init("fiori.product.fill", bundle: Bundle.accessor) + /// + public static let product: Image = .init("fiori.product", bundle: Bundle.accessor) + /// + public static let programTriangles2: Image = .init("fiori.program.triangles.2", bundle: Bundle.accessor) + /// + public static let programTrianglesFill: Image = .init("fiori.program.triangles.fill", bundle: Bundle.accessor) + /// + public static let programTriangles: Image = .init("fiori.program.triangles", bundle: Bundle.accessor) + /// + public static let projectDefinitionTriangle2: Image = .init("fiori.project.definition.triangle.2", bundle: Bundle.accessor) + /// + public static let projectDefinitionTriangle: Image = .init("fiori.project.definition.triangle", bundle: Bundle.accessor) + /// + public static let projector: Image = .init("fiori.projector", bundle: Bundle.accessor) + /// + public static let pushpinOff: Image = .init("fiori.pushpin.off", bundle: Bundle.accessor) + /// + public static let puzzle: Image = .init("fiori.puzzle", bundle: Bundle.accessor) + /// + public static let qrCode: Image = .init("fiori.qr.code", bundle: Bundle.accessor) + /// + public static let rhombusMilestone2: Image = .init("fiori.rhombus.milestone.2", bundle: Bundle.accessor) + /// + public static let rhombusMilestone: Image = .init("fiori.rhombus.milestone", bundle: Bundle.accessor) + /// + public static let s4hana: Image = .init("fiori.s4hana", bundle: Bundle.accessor) + /// + public static let sapBox: Image = .init("fiori.sap.box", bundle: Bundle.accessor) + /// + public static let sapLogoShape: Image = .init("fiori.sap.logo.shape", bundle: Bundle.accessor) + /// + public static let sapUi5: Image = .init("fiori.sap.ui5", bundle: Bundle.accessor) + /// + public static let save: Image = .init("fiori.save", bundle: Bundle.accessor) + /// + public static let scissors: Image = .init("fiori.scissors", bundle: Bundle.accessor) + /// + public static let screenSplitOne: Image = .init("fiori.screen.split.one", bundle: Bundle.accessor) + /// + public static let screenSplitThree: Image = .init("fiori.screen.split.three", bundle: Bundle.accessor) + /// + public static let screenSplitTwo: Image = .init("fiori.screen.split.two", bundle: Bundle.accessor) + /// + public static let shelf: Image = .init("fiori.shelf", bundle: Bundle.accessor) + /// + public static let shield: Image = .init("fiori.shield", bundle: Bundle.accessor) + /// + public static let simulate: Image = .init("fiori.simulate", bundle: Bundle.accessor) + /// + public static let soccer: Image = .init("fiori.soccer", bundle: Bundle.accessor) + /// + public static let soundLoud: Image = .init("fiori.sound.loud", bundle: Bundle.accessor) + /// + public static let soundOff: Image = .init("fiori.sound.off", bundle: Bundle.accessor) + /// + public static let sound: Image = .init("fiori.sound", bundle: Bundle.accessor) + /// + public static let studyLeaveFill: Image = .init("fiori.study.leave.fill", bundle: Bundle.accessor) + /// + public static let studyLeave: Image = .init("fiori.study.leave", bundle: Bundle.accessor) + /// + public static let suitcaseFill: Image = .init("fiori.suitcase.fill", bundle: Bundle.accessor) + /// + public static let suitcase: Image = .init("fiori.suitcase", bundle: Bundle.accessor) + /// + public static let sysMonitor: Image = .init("fiori.sys.monitor", bundle: Bundle.accessor) + /// + public static let tableChart: Image = .init("fiori.table.chart", bundle: Bundle.accessor) + /// + public static let tableColumn: Image = .init("fiori.table.column", bundle: Bundle.accessor) + /// + public static let tableRow: Image = .init("fiori.table.row", bundle: Bundle.accessor) + /// + public static let tableView: Image = .init("fiori.table.view", bundle: Bundle.accessor) + /// + public static let tag: Image = .init("fiori.tag", bundle: Bundle.accessor) + /// + public static let tags: Image = .init("fiori.tags", bundle: Bundle.accessor) + /// + public static let targetGroupFill: Image = .init("fiori.target.group.fill", bundle: Bundle.accessor) + /// + public static let targetGroup: Image = .init("fiori.target.group", bundle: Bundle.accessor) + /// + public static let technicalObject: Image = .init("fiori.technical.object", bundle: Bundle.accessor) + /// + public static let temperature: Image = .init("fiori.temperature", bundle: Bundle.accessor) + /// + public static let theater: Image = .init("fiori.theater", bundle: Bundle.accessor) + /// + public static let toasterDown: Image = .init("fiori.toaster.down", bundle: Bundle.accessor) + /// + public static let toasterTop: Image = .init("fiori.toaster.top", bundle: Bundle.accessor) + /// + public static let toasterUp: Image = .init("fiori.toaster.up", bundle: Bundle.accessor) + /// + public static let toolsOpportunityFill: Image = .init("fiori.tools.opportunity.fill", bundle: Bundle.accessor) + /// + public static let toolsOpportunity: Image = .init("fiori.tools.opportunity", bundle: Bundle.accessor) + /// + public static let touch: Image = .init("fiori.touch", bundle: Bundle.accessor) + /// + public static let tree: Image = .init("fiori.tree", bundle: Bundle.accessor) + /// + public static let twoKeys: Image = .init("fiori.two.keys", bundle: Bundle.accessor) + /// + public static let umbrella: Image = .init("fiori.umbrella", bundle: Bundle.accessor) + /// + public static let unlocked: Image = .init("fiori.unlocked", bundle: Bundle.accessor) + /// + public static let unwired: Image = .init("fiori.unwired", bundle: Bundle.accessor) + /// + public static let verticalGrip: Image = .init("fiori.vertical.grip", bundle: Bundle.accessor) + /// + public static let video: Image = .init("fiori.video", bundle: Bundle.accessor) + /// + public static let wallet: Image = .init("fiori.wallet", bundle: Bundle.accessor) + /// + public static let washingMachine: Image = .init("fiori.washing.machine", bundle: Bundle.accessor) + /// + public static let weatherProofing: Image = .init("fiori.weather.proofing", bundle: Bundle.accessor) + /// + public static let webCam: Image = .init("fiori.web.cam", bundle: Bundle.accessor) + /// + public static let widgets: Image = .init("fiori.widgets", bundle: Bundle.accessor) + /// + public static let windowsDoors: Image = .init("fiori.windows.doors", bundle: Bundle.accessor) + /// + public static let world: Image = .init("fiori.world", bundle: Bundle.accessor) + } + + public enum people { + /// + public static let accessibility: Image = .init("fiori.accessibility", bundle: Bundle.accessor) + /// + public static let account: Image = .init("fiori.account", bundle: Bundle.accessor) + /// + public static let activityIndividual: Image = .init("fiori.activity.individual", bundle: Bundle.accessor) + /// + public static let addContact: Image = .init("fiori.add.contact", bundle: Bundle.accessor) + /// + public static let addEmployee: Image = .init("fiori.add.employee", bundle: Bundle.accessor) + /// + public static let biometricFace: Image = .init("fiori.biometric.face", bundle: Bundle.accessor) + /// + public static let biometricThumb: Image = .init("fiori.biometric.thumb", bundle: Bundle.accessor) + /// + public static let businessCardFill: Image = .init("fiori.business.card.fill", bundle: Bundle.accessor) + /// + public static let businessCard: Image = .init("fiori.business.card", bundle: Bundle.accessor) + /// + public static let citizenConnect: Image = .init("fiori.citizen.connect", bundle: Bundle.accessor) + /// + public static let collaborateFill: Image = .init("fiori.collaborate.fill", bundle: Bundle.accessor) + /// + public static let collaborate: Image = .init("fiori.collaborate", bundle: Bundle.accessor) + /// + public static let companyViewFill: Image = .init("fiori.company.view.fill", bundle: Bundle.accessor) + /// + public static let companyView: Image = .init("fiori.company.view", bundle: Bundle.accessor) + /// + public static let customerAndContacts: Image = .init("fiori.customer.and.contacts", bundle: Bundle.accessor) + /// + public static let customerAndSupplier: Image = .init("fiori.customer.and.supplier", bundle: Bundle.accessor) + /// + public static let customerBriefing: Image = .init("fiori.customer.briefing", bundle: Bundle.accessor) + /// + public static let customerFill: Image = .init("fiori.customer.fill", bundle: Bundle.accessor) + /// + public static let customerHistory: Image = .init("fiori.customer.history", bundle: Bundle.accessor) + /// + public static let customer: Image = .init("fiori.customer", bundle: Bundle.accessor) + /// + public static let decision: Image = .init("fiori.decision", bundle: Bundle.accessor) + /// + public static let doctor: Image = .init("fiori.doctor", bundle: Bundle.accessor) + /// + public static let employeeApprovals: Image = .init("fiori.employee.approvals", bundle: Bundle.accessor) + /// + public static let employeeLookup: Image = .init("fiori.employee.lookup", bundle: Bundle.accessor) + /// + public static let employeePane: Image = .init("fiori.employee.pane", bundle: Bundle.accessor) + /// + public static let employeeRejections: Image = .init("fiori.employee.rejections", bundle: Bundle.accessor) + /// + public static let employee: Image = .init("fiori.employee", bundle: Bundle.accessor) + /// + public static let familyCare: Image = .init("fiori.family.care", bundle: Bundle.accessor) + /// + public static let familyProtection: Image = .init("fiori.family.protection", bundle: Bundle.accessor) + /// + public static let female: Image = .init("fiori.female", bundle: Bundle.accessor) + /// + public static let genderMaleAndFemale: Image = .init("fiori.gender.male.and.female", bundle: Bundle.accessor) + /// + public static let group: Image = .init("fiori.group", bundle: Bundle.accessor) + /// + public static let hrApproval: Image = .init("fiori.hr.approval", bundle: Bundle.accessor) + /// + public static let ideaWall: Image = .init("fiori.idea.wall", bundle: Bundle.accessor) + /// + public static let kpiManagingMyArea: Image = .init("fiori.kpi.managing.my.area", bundle: Bundle.accessor) + /// + public static let leads: Image = .init("fiori.leads", bundle: Bundle.accessor) + /// + public static let learningAssistant: Image = .init("fiori.learning.assistant", bundle: Bundle.accessor) + /// + public static let male: Image = .init("fiori.male", bundle: Bundle.accessor) + /// + public static let manager: Image = .init("fiori.manager", bundle: Bundle.accessor) + /// + public static let meetingRoom: Image = .init("fiori.meeting.room", bundle: Bundle.accessor) + /// + public static let monitorPayments: Image = .init("fiori.monitor.payments", bundle: Bundle.accessor) + /// + public static let mySalesOrder: Image = .init("fiori.my.sales.order", bundle: Bundle.accessor) + /// + public static let myView: Image = .init("fiori.my.view", bundle: Bundle.accessor) + /// + public static let nonBinary: Image = .init("fiori.non.binary", bundle: Bundle.accessor) + /// + public static let nurse: Image = .init("fiori.nurse", bundle: Bundle.accessor) + /// + public static let opportunities: Image = .init("fiori.opportunities", bundle: Bundle.accessor) + /// + public static let peopleConnected: Image = .init("fiori.people.connected", bundle: Bundle.accessor) + /// + public static let personPlaceholderFill: Image = .init("fiori.person.placeholder.fill", bundle: Bundle.accessor) + /// + public static let personPlaceholder: Image = .init("fiori.person.placeholder", bundle: Bundle.accessor) + /// + public static let personnelView: Image = .init("fiori.personnel.view", bundle: Bundle.accessor) + /// + public static let physicalActivity: Image = .init("fiori.physical.activity", bundle: Bundle.accessor) + /// + public static let privateIcon: Image = .init("fiori.private", bundle: Bundle.accessor) + /// + public static let role: Image = .init("fiori.role", bundle: Bundle.accessor) + /// + public static let supplier: Image = .init("fiori.supplier", bundle: Bundle.accessor) + /// + public static let switchClasses: Image = .init("fiori.switch.classes", bundle: Bundle.accessor) + /// + public static let userEdit: Image = .init("fiori.user.edit", bundle: Bundle.accessor) + /// + public static let userSettings: Image = .init("fiori.user.settings", bundle: Bundle.accessor) + /// + public static let visits: Image = .init("fiori.visits", bundle: Bundle.accessor) + /// + public static let woundsDoc: Image = .init("fiori.wounds.doc", bundle: Bundle.accessor) + } + + public enum places { + /// + public static let building: Image = .init("fiori.building", bundle: Bundle.accessor) + /// + public static let capitalProjects: Image = .init("fiori.capital.projects", bundle: Bundle.accessor) + /// + public static let cloud: Image = .init("fiori.cloud", bundle: Bundle.accessor) + /// + public static let createLeaveRequest: Image = .init("fiori.create.leave.request", bundle: Bundle.accessor) + /// + public static let doctor: Image = .init("fiori.doctor", bundle: Bundle.accessor) + /// + public static let factory: Image = .init("fiori.factory", bundle: Bundle.accessor) + /// + public static let generalLeaveRequest: Image = .init("fiori.general.leave.request", bundle: Bundle.accessor) + /// + public static let globe: Image = .init("fiori.globe", bundle: Bundle.accessor) + /// + public static let homeFill: Image = .init("fiori.home.fill", bundle: Bundle.accessor) + /// + public static let homeShare: Image = .init("fiori.home.share", bundle: Bundle.accessor) + /// + public static let home: Image = .init("fiori.home", bundle: Bundle.accessor) + /// + public static let jam: Image = .init("fiori.jam", bundle: Bundle.accessor) + /// + public static let locateMe: Image = .init("fiori.locate.me", bundle: Bundle.accessor) + /// + public static let map2: Image = .init("fiori.map.2", bundle: Bundle.accessor) + /// + public static let map3Fill: Image = .init("fiori.map.3.fill", bundle: Bundle.accessor) + /// + public static let map3: Image = .init("fiori.map.3", bundle: Bundle.accessor) + /// + public static let mapFill: Image = .init("fiori.map.fill", bundle: Bundle.accessor) + /// + public static let map: Image = .init("fiori.map", bundle: Bundle.accessor) + /// + public static let meal: Image = .init("fiori.meal", bundle: Bundle.accessor) + /// + public static let mileage: Image = .init("fiori.mileage", bundle: Bundle.accessor) + /// + public static let officialService: Image = .init("fiori.official.service", bundle: Bundle.accessor) + /// + public static let offsiteWork: Image = .init("fiori.offsite.work", bundle: Bundle.accessor) + /// + public static let pool: Image = .init("fiori.pool", bundle: Bundle.accessor) + /// + public static let retailStore: Image = .init("fiori.retail.store", bundle: Bundle.accessor) + /// + public static let theater: Image = .init("fiori.theater", bundle: Bundle.accessor) + /// + public static let world: Image = .init("fiori.world", bundle: Bundle.accessor) + } + + public enum shopping { + /// + public static let basketFill: Image = .init("fiori.basket.fill", bundle: Bundle.accessor) + /// + public static let basket: Image = .init("fiori.basket", bundle: Bundle.accessor) + /// + public static let cart2: Image = .init("fiori.cart.2", bundle: Bundle.accessor) + /// + public static let cart3: Image = .init("fiori.cart.3", bundle: Bundle.accessor) + /// + public static let cart4: Image = .init("fiori.cart.4", bundle: Bundle.accessor) + /// + public static let cart5: Image = .init("fiori.cart.5", bundle: Bundle.accessor) + /// + public static let cartApproval: Image = .init("fiori.cart.approval", bundle: Bundle.accessor) + /// + public static let cartFull: Image = .init("fiori.cart.full", bundle: Bundle.accessor) + /// + public static let cart: Image = .init("fiori.cart", bundle: Bundle.accessor) + /// + public static let retailStoreManager: Image = .init("fiori.retail.store.manager", bundle: Bundle.accessor) + /// + public static let retailStore: Image = .init("fiori.retail.store", bundle: Bundle.accessor) + } + + public enum status { + /// + public static let accidentalLeave: Image = .init("fiori.accidental.leave", bundle: Bundle.accessor) + /// + public static let alert: Image = .init("fiori.alert", bundle: Bundle.accessor) + /// + public static let appearOffline: Image = .init("fiori.appear.offline", bundle: Bundle.accessor) + /// + public static let away: Image = .init("fiori.away", bundle: Bundle.accessor) + /// + public static let badge: Image = .init("fiori.badge", bundle: Bundle.accessor) + /// + public static let bookmark: Image = .init("fiori.bookmark", bundle: Bundle.accessor) + /// + public static let brokenLink: Image = .init("fiori.broken.link", bundle: Bundle.accessor) + /// + public static let busy: Image = .init("fiori.busy", bundle: Bundle.accessor) + /// + public static let cancelMaintenance: Image = .init("fiori.cancel.maintenance", bundle: Bundle.accessor) + /// + public static let cancelShare: Image = .init("fiori.cancel.share", bundle: Bundle.accessor) + /// + public static let cancel: Image = .init("fiori.cancel", bundle: Bundle.accessor) + /// + public static let connected: Image = .init("fiori.connected", bundle: Bundle.accessor) + /// + public static let decision: Image = .init("fiori.decision", bundle: Bundle.accessor) + /// + public static let disconnected: Image = .init("fiori.disconnected", bundle: Bundle.accessor) + /// + public static let employeeApprovals: Image = .init("fiori.employee.approvals", bundle: Bundle.accessor) + /// + public static let employeeRejections: Image = .init("fiori.employee.rejections", bundle: Bundle.accessor) + /// + public static let error: Image = .init("fiori.error", bundle: Bundle.accessor) + /// + public static let flag: Image = .init("fiori.flag", bundle: Bundle.accessor) + /// + public static let goal: Image = .init("fiori.goal", bundle: Bundle.accessor) + /// + public static let goalseek: Image = .init("fiori.goalseek", bundle: Bundle.accessor) + /// + public static let highPriority: Image = .init("fiori.high.priority", bundle: Bundle.accessor) + /// + public static let history: Image = .init("fiori.history", bundle: Bundle.accessor) + /// + public static let hrApproval: Image = .init("fiori.hr.approval", bundle: Bundle.accessor) + /// + public static let inProgress: Image = .init("fiori.in.progress", bundle: Bundle.accessor) + /// + public static let incident: Image = .init("fiori.incident", bundle: Bundle.accessor) + /// + public static let information: Image = .init("fiori.information", bundle: Bundle.accessor) + /// + public static let lab: Image = .init("fiori.lab", bundle: Bundle.accessor) + /// + public static let lateness: Image = .init("fiori.lateness", bundle: Bundle.accessor) + /// + public static let leadOutdated: Image = .init("fiori.lead.outdated", bundle: Bundle.accessor) + /// + public static let lead: Image = .init("fiori.lead", bundle: Bundle.accessor) + /// + public static let locked: Image = .init("fiori.locked", bundle: Bundle.accessor) + /// + public static let messageError: Image = .init("fiori.message.error", bundle: Bundle.accessor) + /// + public static let messageInformation: Image = .init("fiori.message.information", bundle: Bundle.accessor) + /// + public static let messagePopup: Image = .init("fiori.message.popup", bundle: Bundle.accessor) + /// + public static let messageSuccess: Image = .init("fiori.message.success", bundle: Bundle.accessor) + /// + public static let messageWarning: Image = .init("fiori.message.warning", bundle: Bundle.accessor) + /// + public static let notificationFill: Image = .init("fiori.notification.fill", bundle: Bundle.accessor) + /// + public static let notification: Image = .init("fiori.notification", bundle: Bundle.accessor) + /// + public static let permission: Image = .init("fiori.permission", bundle: Bundle.accessor) + /// + public static let privateIcon: Image = .init("fiori.private", bundle: Bundle.accessor) + /// + public static let qualityIssue: Image = .init("fiori.quality.issue", bundle: Bundle.accessor) + /// + public static let questionMark: Image = .init("fiori.question.mark", bundle: Bundle.accessor) + /// + public static let role: Image = .init("fiori.role", bundle: Bundle.accessor) + /// + public static let statusCompleted: Image = .init("fiori.status.completed", bundle: Bundle.accessor) + /// + public static let statusCritical: Image = .init("fiori.status.critical", bundle: Bundle.accessor) + /// + public static let statusError: Image = .init("fiori.status.error", bundle: Bundle.accessor) + /// + public static let statusInProcess: Image = .init("fiori.status.in.process", bundle: Bundle.accessor) + /// + public static let statusInactive: Image = .init("fiori.status.inactive", bundle: Bundle.accessor) + /// + public static let statusNegative: Image = .init("fiori.status.negative", bundle: Bundle.accessor) + /// + public static let statusPositive: Image = .init("fiori.status.positive", bundle: Bundle.accessor) + /// + public static let sysCancel: Image = .init("fiori.sys.cancel", bundle: Bundle.accessor) + /// + public static let sysEnter2: Image = .init("fiori.sys.enter.2", bundle: Bundle.accessor) + /// + public static let sysEnterFill: Image = .init("fiori.sys.enter.fill", bundle: Bundle.accessor) + /// + public static let sysEnter: Image = .init("fiori.sys.enter", bundle: Bundle.accessor) + /// + public static let sysHelp2: Image = .init("fiori.sys.help.2", bundle: Bundle.accessor) + /// + public static let sysHelpFill: Image = .init("fiori.sys.help.fill", bundle: Bundle.accessor) + /// + public static let sysHelp: Image = .init("fiori.sys.help", bundle: Bundle.accessor) + /// + public static let targetGroupFill: Image = .init("fiori.target.group.fill", bundle: Bundle.accessor) + /// + public static let targetGroup: Image = .init("fiori.target.group", bundle: Bundle.accessor) + /// + public static let temperature: Image = .init("fiori.temperature", bundle: Bundle.accessor) + /// + public static let toBeReviewed: Image = .init("fiori.to.be.reviewed", bundle: Bundle.accessor) + /// + public static let travelRequest: Image = .init("fiori.travel.request", bundle: Bundle.accessor) + /// + public static let tripReport: Image = .init("fiori.trip.report", bundle: Bundle.accessor) + /// + public static let unlocked: Image = .init("fiori.unlocked", bundle: Bundle.accessor) + /// + public static let validate: Image = .init("fiori.validate", bundle: Bundle.accessor) + /// + public static let warning: Image = .init("fiori.warning", bundle: Bundle.accessor) + /// + public static let warning2: Image = .init("fiori.warning2", bundle: Bundle.accessor) } - - /// Images representing objects - public enum objects { + + public enum tables { /// - public static let acUnit: Image = .init("fiori.ac.unit", bundle: Bundle.accessor) + public static let chartTableView: Image = .init("fiori.chart.table.view", bundle: Bundle.accessor) /// - public static let addressBook: Image = .init("fiori.address.book", bundle: Bundle.accessor) + public static let checklist2: Image = .init("fiori.checklist.2", bundle: Bundle.accessor) /// - public static let addresses: Image = .init("fiori.addresses", bundle: Bundle.accessor) + public static let checklistItem2: Image = .init("fiori.checklist.item.2", bundle: Bundle.accessor) /// - public static let arobase: Image = .init("fiori.arobase", bundle: Bundle.accessor) + public static let checklistItem: Image = .init("fiori.checklist.item", bundle: Bundle.accessor) /// - public static let background: Image = .init("fiori.background", bundle: Bundle.accessor) + public static let checklist: Image = .init("fiori.checklist", bundle: Bundle.accessor) /// - public static let badge: Image = .init("fiori.badge", bundle: Bundle.accessor) + public static let chevronPhase2: Image = .init("fiori.chevron.phase.2", bundle: Bundle.accessor) /// - public static let bbydActiveSales: Image = .init("fiori.bbyd.active.sales", bundle: Bundle.accessor) + public static let chevronPhase: Image = .init("fiori.chevron.phase", bundle: Bundle.accessor) /// - public static let bbydDashboard: Image = .init("fiori.bbyd.dashboard", bundle: Bundle.accessor) + public static let circleTask2: Image = .init("fiori.circle.task.2", bundle: Bundle.accessor) /// - public static let bellFill: Image = .init("fiori.bell.fill", bundle: Bundle.accessor) + public static let circleTaskFill: Image = .init("fiori.circle.task.fill", bundle: Bundle.accessor) /// - public static let bell: Image = .init("fiori.bell", bundle: Bundle.accessor) + public static let circleTask: Image = .init("fiori.circle.task", bundle: Bundle.accessor) /// - public static let blankTag2: Image = .init("fiori.blank.tag.2", bundle: Bundle.accessor) + public static let clearAll: Image = .init("fiori.clear.all", bundle: Bundle.accessor) /// - public static let blankTag: Image = .init("fiori.blank.tag", bundle: Bundle.accessor) + public static let detailLess: Image = .init("fiori.detail.less", bundle: Bundle.accessor) /// - public static let border: Image = .init("fiori.border", bundle: Bundle.accessor) + public static let detailMore: Image = .init("fiori.detail.more", bundle: Bundle.accessor) /// - public static let building: Image = .init("fiori.building", bundle: Bundle.accessor) + public static let masterTaskTriangle2: Image = .init("fiori.master.task.triangle.2", bundle: Bundle.accessor) + /// + public static let masterTaskTriangle: Image = .init("fiori.master.task.triangle", bundle: Bundle.accessor) + /// + public static let mirroredTaskCircle2: Image = .init("fiori.mirrored.task.circle.2", bundle: Bundle.accessor) + /// + public static let mirroredTaskCircle: Image = .init("fiori.mirrored.task.circle", bundle: Bundle.accessor) + /// + public static let programTriangles2: Image = .init("fiori.program.triangles.2", bundle: Bundle.accessor) + /// + public static let programTrianglesFill: Image = .init("fiori.program.triangles.fill", bundle: Bundle.accessor) + /// + public static let programTriangles: Image = .init("fiori.program.triangles", bundle: Bundle.accessor) + /// + public static let projectDefinitionTriangle2: Image = .init("fiori.project.definition.triangle.2", bundle: Bundle.accessor) + /// + public static let projectDefinitionTriangle: Image = .init("fiori.project.definition.triangle", bundle: Bundle.accessor) + /// + public static let provision: Image = .init("fiori.provision", bundle: Bundle.accessor) + /// + public static let rhombusMilestone2: Image = .init("fiori.rhombus.milestone.2", bundle: Bundle.accessor) + /// + public static let rhombusMilestone: Image = .init("fiori.rhombus.milestone", bundle: Bundle.accessor) + /// + public static let sum: Image = .init("fiori.sum", bundle: Bundle.accessor) + /// + public static let tableChart: Image = .init("fiori.table.chart", bundle: Bundle.accessor) + /// + public static let tableColumn: Image = .init("fiori.table.column", bundle: Bundle.accessor) + /// + public static let tableRow: Image = .init("fiori.table.row", bundle: Bundle.accessor) + /// + public static let tableView: Image = .init("fiori.table.view", bundle: Bundle.accessor) + /// + public static let triState: Image = .init("fiori.tri.state", bundle: Bundle.accessor) + } + + public enum text { + /// + public static let boldText: Image = .init("fiori.bold.text", bundle: Bundle.accessor) /// public static let bulletTextFill: Image = .init("fiori.bullet.text.fill", bundle: Bundle.accessor) /// public static let bulletText: Image = .init("fiori.bullet.text", bundle: Bundle.accessor) /// - public static let businessByDesign: Image = .init("fiori.business.by.design", bundle: Bundle.accessor) + public static let cursorArrow: Image = .init("fiori.cursor.arrow", bundle: Bundle.accessor) /// - public static let businessCardFill: Image = .init("fiori.business.card.fill", bundle: Bundle.accessor) + public static let decreaseLineHeight: Image = .init("fiori.decrease.line.height", bundle: Bundle.accessor) /// - public static let businessCard: Image = .init("fiori.business.card", bundle: Bundle.accessor) + public static let detailLess: Image = .init("fiori.detail.less", bundle: Bundle.accessor) /// - public static let businessObjectsExplorer: Image = .init("fiori.business.objects.explorer", bundle: Bundle.accessor) + public static let detailMore: Image = .init("fiori.detail.more", bundle: Bundle.accessor) /// - public static let businessObjectsMobileFill: Image = .init("fiori.business.objects.mobile.fill", bundle: Bundle.accessor) + public static let fx: Image = .init("fiori.fx", bundle: Bundle.accessor) /// - public static let businessObjectsMobile: Image = .init("fiori.business.objects.mobile", bundle: Bundle.accessor) + public static let heading1: Image = .init("fiori.heading1", bundle: Bundle.accessor) /// - public static let camera: Image = .init("fiori.camera", bundle: Bundle.accessor) + public static let heading2: Image = .init("fiori.heading2", bundle: Bundle.accessor) /// - public static let cardFill: Image = .init("fiori.card.fill", bundle: Bundle.accessor) + public static let heading3: Image = .init("fiori.heading3", bundle: Bundle.accessor) /// - public static let card: Image = .init("fiori.card", bundle: Bundle.accessor) + public static let hint: Image = .init("fiori.hint", bundle: Bundle.accessor) + /// + public static let increaseLineHeight: Image = .init("fiori.increase.line.height", bundle: Bundle.accessor) + /// + public static let indent: Image = .init("fiori.indent", bundle: Bundle.accessor) + /// + public static let italicText: Image = .init("fiori.italic.text", bundle: Bundle.accessor) + /// + public static let numberedText: Image = .init("fiori.numbered.text", bundle: Bundle.accessor) + /// + public static let outdent: Image = .init("fiori.outdent", bundle: Bundle.accessor) + /// + public static let strikethrough: Image = .init("fiori.strikethrough", bundle: Bundle.accessor) + /// + public static let syntax: Image = .init("fiori.syntax", bundle: Bundle.accessor) + /// + public static let textAlignCenter: Image = .init("fiori.text.align.center", bundle: Bundle.accessor) + /// + public static let textAlignJustified: Image = .init("fiori.text.align.justified", bundle: Bundle.accessor) + /// + public static let textAlignLeft: Image = .init("fiori.text.align.left", bundle: Bundle.accessor) + /// + public static let textAlignRight: Image = .init("fiori.text.align.right", bundle: Bundle.accessor) + /// + public static let textColor: Image = .init("fiori.text.color", bundle: Bundle.accessor) + /// + public static let textFormatting: Image = .init("fiori.text.formatting", bundle: Bundle.accessor) + /// + public static let text: Image = .init("fiori.text", bundle: Bundle.accessor) + /// + public static let translate: Image = .init("fiori.translate", bundle: Bundle.accessor) + /// + public static let underlineText: Image = .init("fiori.underline.text", bundle: Bundle.accessor) + } + + public enum things { + /// + public static let basketFill: Image = .init("fiori.basket.fill", bundle: Bundle.accessor) + /// + public static let basket: Image = .init("fiori.basket", bundle: Bundle.accessor) + /// + public static let bed: Image = .init("fiori.bed", bundle: Bundle.accessor) + /// + public static let calendarFill: Image = .init("fiori.calendar.fill", bundle: Bundle.accessor) + /// + public static let calendar: Image = .init("fiori.calendar", bundle: Bundle.accessor) + /// + public static let camera: Image = .init("fiori.camera", bundle: Bundle.accessor) + /// + public static let cart: Image = .init("fiori.cart", bundle: Bundle.accessor) /// public static let cloud: Image = .init("fiori.cloud", bundle: Bundle.accessor) /// - public static let co: Image = .init("fiori.co", bundle: Bundle.accessor) + public static let compare2: Image = .init("fiori.compare.2", bundle: Bundle.accessor) /// public static let competitorFill: Image = .init("fiori.competitor.fill", bundle: Bundle.accessor) /// public static let competitor: Image = .init("fiori.competitor", bundle: Bundle.accessor) /// - public static let contacts: Image = .init("fiori.contacts", bundle: Bundle.accessor) + public static let courseBook: Image = .init("fiori.course.book", bundle: Bundle.accessor) /// - public static let creditCard: Image = .init("fiori.credit.card", bundle: Bundle.accessor) + public static let database: Image = .init("fiori.database", bundle: Bundle.accessor) /// - public static let crmSales: Image = .init("fiori.crm.sales", bundle: Bundle.accessor) + public static let dishwasher: Image = .init("fiori.dishwasher", bundle: Bundle.accessor) + /// + public static let display: Image = .init("fiori.display", bundle: Bundle.accessor) /// public static let eCare: Image = .init("fiori.e.care", bundle: Bundle.accessor) /// @@ -502,37 +2182,65 @@ public enum FioriIcon { /// public static let education: Image = .init("fiori.education", bundle: Bundle.accessor) /// + public static let energySavingLightbulb: Image = .init("fiori.energy.saving.lightbulb", bundle: Bundle.accessor) + /// + public static let eraser: Image = .init("fiori.eraser", bundle: Bundle.accessor) + /// public static let explorer: Image = .init("fiori.explorer", bundle: Bundle.accessor) /// - public static let factory: Image = .init("fiori.factory", bundle: Bundle.accessor) + public static let fridge: Image = .init("fiori.fridge", bundle: Bundle.accessor) /// - public static let header: Image = .init("fiori.header", bundle: Bundle.accessor) + public static let ipad2: Image = .init("fiori.ipad.2", bundle: Bundle.accessor) /// - public static let headset: Image = .init("fiori.headset", bundle: Bundle.accessor) + public static let ipad: Image = .init("fiori.ipad", bundle: Bundle.accessor) /// - public static let map3Fill: Image = .init("fiori.map.3.fill", bundle: Bundle.accessor) + public static let iphone2: Image = .init("fiori.iphone.2", bundle: Bundle.accessor) /// - public static let map3: Image = .init("fiori.map.3", bundle: Bundle.accessor) + public static let iphone: Image = .init("fiori.iphone", bundle: Bundle.accessor) /// - public static let mapFill: Image = .init("fiori.map.fill", bundle: Bundle.accessor) + public static let jam: Image = .init("fiori.jam", bundle: Bundle.accessor) /// - public static let map: Image = .init("fiori.map", bundle: Bundle.accessor) + public static let key: Image = .init("fiori.key", bundle: Bundle.accessor) + /// + public static let lab: Image = .init("fiori.lab", bundle: Bundle.accessor) + /// + public static let laptop: Image = .init("fiori.laptop", bundle: Bundle.accessor) + /// + public static let machine: Image = .init("fiori.machine", bundle: Bundle.accessor) + /// + public static let marketingCampaign: Image = .init("fiori.marketing.campaign", bundle: Bundle.accessor) + /// + public static let meal: Image = .init("fiori.meal", bundle: Bundle.accessor) + /// + public static let microphone: Image = .init("fiori.microphone", bundle: Bundle.accessor) + /// + public static let mileage: Image = .init("fiori.mileage", bundle: Bundle.accessor) + /// + public static let nutritionActivity: Image = .init("fiori.nutrition.activity", bundle: Bundle.accessor) + /// + public static let palette: Image = .init("fiori.palette", bundle: Bundle.accessor) /// - public static let number: Image = .init("fiori.number", bundle: Bundle.accessor) + public static let paperPlane: Image = .init("fiori.paper.plane", bundle: Bundle.accessor) + /// + public static let pharmacy: Image = .init("fiori.pharmacy", bundle: Bundle.accessor) + /// + public static let phone: Image = .init("fiori.phone", bundle: Bundle.accessor) /// public static let picture: Image = .init("fiori.picture", bundle: Bundle.accessor) /// - public static let productFill: Image = .init("fiori.product.fill", bundle: Bundle.accessor) + public static let post: Image = .init("fiori.post", bundle: Bundle.accessor) /// - public static let product: Image = .init("fiori.product", bundle: Bundle.accessor) + public static let projector: Image = .init("fiori.projector", bundle: Bundle.accessor) /// - public static let qrCode: Image = .init("fiori.qr.code", bundle: Bundle.accessor) + public static let puzzle: Image = .init("fiori.puzzle", bundle: Bundle.accessor) /// - public static let screenSplitOne: Image = .init("fiori.screen.split.one", bundle: Bundle.accessor) + public static let sapUi5: Image = .init("fiori.sap.ui5", bundle: Bundle.accessor) /// - public static let screenSplitThree: Image = .init("fiori.screen.split.three", bundle: Bundle.accessor) + public static let simulate: Image = .init("fiori.simulate", bundle: Bundle.accessor) /// - public static let screenSplitTwo: Image = .init("fiori.screen.split.two", bundle: Bundle.accessor) + public static let soccer: Image = .init("fiori.soccer", bundle: Bundle.accessor) + /// + public static let stethoscope: Image = .init("fiori.stethoscope", bundle: Bundle.accessor) /// public static let studyLeaveFill: Image = .init("fiori.study.leave.fill", bundle: Bundle.accessor) /// @@ -542,123 +2250,104 @@ public enum FioriIcon { /// public static let suitcase: Image = .init("fiori.suitcase", bundle: Bundle.accessor) /// - public static let targetGroupFill: Image = .init("fiori.target.group.fill", bundle: Bundle.accessor) + public static let sysFind: Image = .init("fiori.sys.find", bundle: Bundle.accessor) /// - public static let targetGroup: Image = .init("fiori.target.group", bundle: Bundle.accessor) + public static let sysMonitor: Image = .init("fiori.sys.monitor", bundle: Bundle.accessor) /// - public static let umbrella: Image = .init("fiori.umbrella", bundle: Bundle.accessor) + public static let tags: Image = .init("fiori.tags", bundle: Bundle.accessor) /// - public static let world: Image = .init("fiori.world", bundle: Bundle.accessor) - } - - /// Images representing people - public enum people { + public static let temperature: Image = .init("fiori.temperature", bundle: Bundle.accessor) /// - public static let account: Image = .init("fiori.account", bundle: Bundle.accessor) + public static let umbrella: Image = .init("fiori.umbrella", bundle: Bundle.accessor) /// - public static let addContact: Image = .init("fiori.add.contact", bundle: Bundle.accessor) + public static let video: Image = .init("fiori.video", bundle: Bundle.accessor) /// - public static let addEmployee: Image = .init("fiori.add.employee", bundle: Bundle.accessor) + public static let wallet: Image = .init("fiori.wallet", bundle: Bundle.accessor) /// - public static let citizenConnect: Image = .init("fiori.citizen.connect", bundle: Bundle.accessor) + public static let washingMachine: Image = .init("fiori.washing.machine", bundle: Bundle.accessor) /// - public static let collaborateFill: Image = .init("fiori.collaborate.fill", bundle: Bundle.accessor) + public static let webCam: Image = .init("fiori.web.cam", bundle: Bundle.accessor) /// - public static let collaborate: Image = .init("fiori.collaborate", bundle: Bundle.accessor) + public static let wrench: Image = .init("fiori.wrench", bundle: Bundle.accessor) + } + + public enum time { /// - public static let companyViewFill: Image = .init("fiori.company.view.fill", bundle: Bundle.accessor) + public static let createEntryTime: Image = .init("fiori.create.entry.time", bundle: Bundle.accessor) /// - public static let companyView: Image = .init("fiori.company.view", bundle: Bundle.accessor) + public static let customerHistory: Image = .init("fiori.customer.history", bundle: Bundle.accessor) /// - public static let customerBriefing: Image = .init("fiori.customer.briefing", bundle: Bundle.accessor) + public static let fobWatchFill: Image = .init("fiori.fob.watch.fill", bundle: Bundle.accessor) /// - public static let customerFill: Image = .init("fiori.customer.fill", bundle: Bundle.accessor) + public static let fobWatch: Image = .init("fiori.fob.watch", bundle: Bundle.accessor) /// - public static let customer: Image = .init("fiori.customer", bundle: Bundle.accessor) + public static let future: Image = .init("fiori.future", bundle: Bundle.accessor) /// - public static let employeeApprovals: Image = .init("fiori.employee.approvals", bundle: Bundle.accessor) + public static let history: Image = .init("fiori.history", bundle: Bundle.accessor) /// - public static let employeeLookup: Image = .init("fiori.employee.lookup", bundle: Bundle.accessor) + public static let instance: Image = .init("fiori.instance", bundle: Bundle.accessor) /// - public static let employeePane: Image = .init("fiori.employee.pane", bundle: Bundle.accessor) + public static let lateness: Image = .init("fiori.lateness", bundle: Bundle.accessor) /// - public static let employeeRejections: Image = .init("fiori.employee.rejections", bundle: Bundle.accessor) + public static let lineChartTimeAxis: Image = .init("fiori.line.chart.time.axis", bundle: Bundle.accessor) /// - public static let employee: Image = .init("fiori.employee", bundle: Bundle.accessor) + public static let past: Image = .init("fiori.past", bundle: Bundle.accessor) /// - public static let group: Image = .init("fiori.group", bundle: Bundle.accessor) + public static let pending: Image = .init("fiori.pending", bundle: Bundle.accessor) /// - public static let leads: Image = .init("fiori.leads", bundle: Bundle.accessor) + public static let present: Image = .init("fiori.present", bundle: Bundle.accessor) /// - public static let learningAssistant: Image = .init("fiori.learning.assistant", bundle: Bundle.accessor) + public static let timeAccount: Image = .init("fiori.time.account", bundle: Bundle.accessor) /// - public static let personPlaceholderFill: Image = .init("fiori.person.placeholder.fill", bundle: Bundle.accessor) + public static let timeEntryRequest: Image = .init("fiori.time.entry.request", bundle: Bundle.accessor) /// - public static let personPlaceholder: Image = .init("fiori.person.placeholder", bundle: Bundle.accessor) - } - - /// Images representing places - public enum places { + public static let timeOvertime: Image = .init("fiori.time.overtime", bundle: Bundle.accessor) /// - public static let retailStore: Image = .init("fiori.retail.store", bundle: Bundle.accessor) + public static let timesheet: Image = .init("fiori.timesheet", bundle: Bundle.accessor) } - - /// Images representing shopping - public enum shopping { - /// - public static let basketFill: Image = .init("fiori.basket.fill", bundle: Bundle.accessor) + + public enum transport { /// - public static let basket: Image = .init("fiori.basket", bundle: Bundle.accessor) + public static let busPublicTransport: Image = .init("fiori.bus.public.transport", bundle: Bundle.accessor) /// - public static let cart2: Image = .init("fiori.cart.2", bundle: Bundle.accessor) + public static let carRentalFill: Image = .init("fiori.car.rental.fill", bundle: Bundle.accessor) /// - public static let cart3: Image = .init("fiori.cart.3", bundle: Bundle.accessor) + public static let carRental: Image = .init("fiori.car.rental", bundle: Bundle.accessor) /// - public static let cart4: Image = .init("fiori.cart.4", bundle: Bundle.accessor) + public static let cargoTrain: Image = .init("fiori.cargo.train", bundle: Bundle.accessor) /// - public static let cartApproval: Image = .init("fiori.cart.approval", bundle: Bundle.accessor) + public static let collision: Image = .init("fiori.collision", bundle: Bundle.accessor) /// - public static let cartFill: Image = .init("fiori.cart.fill", bundle: Bundle.accessor) + public static let flight: Image = .init("fiori.flight", bundle: Bundle.accessor) /// - public static let cart: Image = .init("fiori.cart", bundle: Bundle.accessor) - } - - /// Images representing status - public enum status { + public static let inventory: Image = .init("fiori.inventory", bundle: Bundle.accessor) /// - public static let appearOffline: Image = .init("fiori.appear.offline", bundle: Bundle.accessor) + public static let passengerTrain: Image = .init("fiori.passenger.train", bundle: Bundle.accessor) /// - public static let busy: Image = .init("fiori.busy", bundle: Bundle.accessor) + public static let shippingStatus: Image = .init("fiori.shipping.status", bundle: Bundle.accessor) /// - public static let error: Image = .init("fiori.error", bundle: Bundle.accessor) + public static let subwayTrain: Image = .init("fiori.subway.train", bundle: Bundle.accessor) /// - public static let history: Image = .init("fiori.history", bundle: Bundle.accessor) + public static let taxi: Image = .init("fiori.taxi", bundle: Bundle.accessor) /// - public static let informationFill: Image = .init("fiori.information.fill", bundle: Bundle.accessor) + public static let travelExpenseReportFill: Image = .init("fiori.travel.expense.report.fill", bundle: Bundle.accessor) /// - public static let loader0: Image = .init("fiori.loader.0", bundle: Bundle.accessor) + public static let travelExpenseReport: Image = .init("fiori.travel.expense.report", bundle: Bundle.accessor) /// - public static let loader1: Image = .init("fiori.loader.1", bundle: Bundle.accessor) + public static let travelExpense: Image = .init("fiori.travel.expense", bundle: Bundle.accessor) /// - public static let loader3: Image = .init("fiori.loader.3", bundle: Bundle.accessor) + public static let travelItinerary: Image = .init("fiori.travel.itinerary", bundle: Bundle.accessor) /// - public static let messageWarning: Image = .init("fiori.message.warning", bundle: Bundle.accessor) + public static let travelRequest: Image = .init("fiori.travel.request", bundle: Bundle.accessor) /// - public static let notification: Image = .init("fiori.notification", bundle: Bundle.accessor) + public static let tripReport: Image = .init("fiori.trip.report", bundle: Bundle.accessor) /// - public static let warning: Image = .init("fiori.warning", bundle: Bundle.accessor) + public static let vehicleRepair: Image = .init("fiori.vehicle.repair", bundle: Bundle.accessor) } - - /// Images representing time - public enum time { - /// - public static let createEntryTime: Image = .init("fiori.create.entry.time", bundle: Bundle.accessor) + + public enum travel { /// - public static let past: Image = .init("fiori.past", bundle: Bundle.accessor) - } - - /// Images representing transport - public enum transport { + public static let bed: Image = .init("fiori.bed", bundle: Bundle.accessor) /// public static let busPublicTransport: Image = .init("fiori.bus.public.transport", bundle: Bundle.accessor) /// @@ -668,19 +2357,35 @@ public enum FioriIcon { /// public static let cargoTrain: Image = .init("fiori.cargo.train", bundle: Bundle.accessor) /// - public static let flightFill: Image = .init("fiori.flight.fill", bundle: Bundle.accessor) + public static let doctor: Image = .init("fiori.doctor", bundle: Bundle.accessor) /// public static let flight: Image = .init("fiori.flight", bundle: Bundle.accessor) /// + public static let homeFill: Image = .init("fiori.home.fill", bundle: Bundle.accessor) + /// + public static let home: Image = .init("fiori.home", bundle: Bundle.accessor) + /// + public static let meal: Image = .init("fiori.meal", bundle: Bundle.accessor) + /// public static let passengerTrain: Image = .init("fiori.passenger.train", bundle: Bundle.accessor) /// + public static let physicalActivity: Image = .init("fiori.physical.activity", bundle: Bundle.accessor) + /// public static let shippingStatus: Image = .init("fiori.shipping.status", bundle: Bundle.accessor) - } - - /// Images representing travel - public enum travel { /// - public static let meal: Image = .init("fiori.meal", bundle: Bundle.accessor) + public static let subwayTrain: Image = .init("fiori.subway.train", bundle: Bundle.accessor) + /// + public static let suitcaseFill: Image = .init("fiori.suitcase.fill", bundle: Bundle.accessor) + /// + public static let suitcase: Image = .init("fiori.suitcase", bundle: Bundle.accessor) + /// + public static let taxi: Image = .init("fiori.taxi", bundle: Bundle.accessor) + /// + public static let travelExpense: Image = .init("fiori.travel.expense", bundle: Bundle.accessor) + /// + public static let travelItinerary: Image = .init("fiori.travel.itinerary", bundle: Bundle.accessor) + /// + public static let world: Image = .init("fiori.world", bundle: Bundle.accessor) } } diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.accept.symbolset/fiori.accept.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.accept.symbolset/fiori.accept.svg deleted file mode 100644 index b2819415b..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.accept.symbolset/fiori.accept.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.accept - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.action.settings.fill.symbolset/fiori.action.settings.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.action.settings.fill.symbolset/fiori.action.settings.fill.svg deleted file mode 100644 index 19eda2291..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.action.settings.fill.symbolset/fiori.action.settings.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.action.settings.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.action.settings.symbolset/fiori.action.settings.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.action.settings.symbolset/fiori.action.settings.svg deleted file mode 100644 index 62b533d02..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.action.settings.symbolset/fiori.action.settings.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.action.settings - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.action.symbolset/fiori.action.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.action.symbolset/fiori.action.svg deleted file mode 100644 index 2bc50400c..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.action.symbolset/fiori.action.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.action - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.activate.symbolset/fiori.activate.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.activate.symbolset/fiori.activate.svg deleted file mode 100644 index b600876df..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.activate.symbolset/fiori.activate.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.activate - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.activities.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.activities.2.symbolset/Contents.json deleted file mode 100644 index 08bf579ef..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.activities.2.symbolset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - }, - "symbols" : [ - { - "filename" : "fiori.activities.2.svg", - "idiom" : "universal" - } - ] -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.activities.2.symbolset/fiori.activities.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.activities.2.symbolset/fiori.activities.2.svg deleted file mode 100644 index c3a36e151..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.activities.2.symbolset/fiori.activities.2.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.activities.2 - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.activity.symbolset/fiori.add.activity.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.activity.symbolset/fiori.add.activity.svg deleted file mode 100644 index e5fbbc4d1..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.activity.symbolset/fiori.add.activity.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.add.activity - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.coursebook.symbolset/fiori.add.coursebook.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.coursebook.symbolset/fiori.add.coursebook.svg deleted file mode 100644 index 62b5f6733..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.coursebook.symbolset/fiori.add.coursebook.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.add.coursebook - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.favorite.symbolset/fiori.add.favorite.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.favorite.symbolset/fiori.add.favorite.svg deleted file mode 100644 index e21ff6e19..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.favorite.symbolset/fiori.add.favorite.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.add.favorite - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.filter.symbolset/fiori.add.filter.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.filter.symbolset/fiori.add.filter.svg deleted file mode 100644 index 18daa444e..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.filter.symbolset/fiori.add.filter.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.add.filter - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.folder.symbolset/fiori.add.folder.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.folder.symbolset/fiori.add.folder.svg deleted file mode 100644 index 9c96c9396..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.folder.symbolset/fiori.add.folder.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.add.folder - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.photo.symbolset/fiori.add.photo.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.photo.symbolset/fiori.add.photo.svg deleted file mode 100644 index 0fb542cf6..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.photo.symbolset/fiori.add.photo.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.add.photo - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.symbolset/fiori.add.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.symbolset/fiori.add.svg deleted file mode 100644 index 9d2896f51..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.symbolset/fiori.add.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.add - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.alphabetical.order.symbolset/fiori.alphabetical.order.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.alphabetical.order.symbolset/fiori.alphabetical.order.svg deleted file mode 100644 index b8c55f8e3..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.alphabetical.order.symbolset/fiori.alphabetical.order.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.alphabetical.order - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.back.to.top.symbolset/fiori.back.to.top.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.back.to.top.symbolset/fiori.back.to.top.svg deleted file mode 100644 index f04cb35fd..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.back.to.top.symbolset/fiori.back.to.top.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.back.to.top - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.begin.symbolset/fiori.begin.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.begin.symbolset/fiori.begin.svg deleted file mode 100644 index 19324f3ac..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.begin.symbolset/fiori.begin.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.begin - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.blur.symbolset/fiori.blur.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.blur.symbolset/fiori.blur.svg deleted file mode 100644 index 66234b4fb..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.blur.symbolset/fiori.blur.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.blur - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.bookmark.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.bookmark.fill.symbolset/Contents.json deleted file mode 100644 index ec87d9735..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.bookmark.fill.symbolset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - }, - "symbols" : [ - { - "filename" : "fiori.bookmark.fill.svg", - "idiom" : "universal" - } - ] -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.bookmark.fill.symbolset/fiori.bookmark.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.bookmark.fill.symbolset/fiori.bookmark.fill.svg deleted file mode 100644 index 673ae8f2a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.bookmark.fill.symbolset/fiori.bookmark.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.bookmark.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.bookmark.symbolset/fiori.bookmark.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.bookmark.symbolset/fiori.bookmark.svg deleted file mode 100644 index 61f07d476..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.bookmark.symbolset/fiori.bookmark.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.bookmark - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.browse.folder.symbolset/fiori.browse.folder.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.browse.folder.symbolset/fiori.browse.folder.svg deleted file mode 100644 index 4b087965b..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.browse.folder.symbolset/fiori.browse.folder.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.browse.folder - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.call.symbolset/fiori.call.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.call.symbolset/fiori.call.svg deleted file mode 100644 index 7ff843fa2..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.call.symbolset/fiori.call.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.call - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.cancel.maintenance.symbolset/fiori.cancel.maintenance.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.cancel.maintenance.symbolset/fiori.cancel.maintenance.svg deleted file mode 100644 index a33c8a426..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.cancel.maintenance.symbolset/fiori.cancel.maintenance.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.cancel.maintenance - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.cancel.share.symbolset/fiori.cancel.share.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.cancel.share.symbolset/fiori.cancel.share.svg deleted file mode 100644 index 4ecabe9d3..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.cancel.share.symbolset/fiori.cancel.share.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.cancel.share - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.cause.symbolset/fiori.cause.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.cause.symbolset/fiori.cause.svg deleted file mode 100644 index 65989c08d..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.cause.symbolset/fiori.cause.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.cause - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.clear.filter.symbolset/fiori.clear.filter.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.clear.filter.symbolset/fiori.clear.filter.svg deleted file mode 100644 index 2cc2fdcb2..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.clear.filter.symbolset/fiori.clear.filter.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.clear.filter - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.comment.symbolset/fiori.comment.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.comment.symbolset/fiori.comment.svg deleted file mode 100644 index 6148e2060..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.comment.symbolset/fiori.comment.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.comment - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.complete.symbolset/fiori.complete.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.complete.symbolset/fiori.complete.svg deleted file mode 100644 index 94c897343..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.complete.symbolset/fiori.complete.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.complete - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.copy.symbolset/fiori.copy.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.copy.symbolset/fiori.copy.svg deleted file mode 100644 index 1927ebf77..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.copy.symbolset/fiori.copy.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.copy - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.create.form.symbolset/fiori.create.form.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.create.form.symbolset/fiori.create.form.svg deleted file mode 100644 index d827258ee..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.create.form.symbolset/fiori.create.form.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.create.form - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.create.symbolset/fiori.create.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.create.symbolset/fiori.create.svg deleted file mode 100644 index a47abd83b..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.create.symbolset/fiori.create.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.create - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.customize.symbolset/fiori.customize.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.customize.symbolset/fiori.customize.svg deleted file mode 100644 index a92b53141..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.customize.symbolset/fiori.customize.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.customize - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.decline.symbolset/fiori.decline.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.decline.symbolset/fiori.decline.svg deleted file mode 100644 index 31be24a26..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.decline.symbolset/fiori.decline.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.decline - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.delete.fill.symbolset/fiori.delete.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.delete.fill.symbolset/fiori.delete.fill.svg deleted file mode 100644 index e27563520..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.delete.fill.symbolset/fiori.delete.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.delete.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.delete.symbolset/fiori.delete.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.delete.symbolset/fiori.delete.svg deleted file mode 100644 index d44a47135..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.delete.symbolset/fiori.delete.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.delete - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.detail.view.symbolset/fiori.detail.view.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.detail.view.symbolset/fiori.detail.view.svg deleted file mode 100644 index fe1027be1..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.detail.view.symbolset/fiori.detail.view.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.detail.view - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.down.symbolset/fiori.down.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.down.symbolset/fiori.down.svg deleted file mode 100644 index 1b01e2ebf..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.down.symbolset/fiori.down.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.down - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.download.symbolset/fiori.download.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.download.symbolset/fiori.download.svg deleted file mode 100644 index 6feee3ba9..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.download.symbolset/fiori.download.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.download - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.duplicate.symbolset/fiori.duplicate.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.duplicate.symbolset/fiori.duplicate.svg deleted file mode 100644 index 752e3379a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.duplicate.symbolset/fiori.duplicate.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.duplicate - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.edit.outside.symbolset/fiori.edit.outside.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.edit.outside.symbolset/fiori.edit.outside.svg deleted file mode 100644 index 43defa974..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.edit.outside.symbolset/fiori.edit.outside.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.edit.outside - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.edit.symbolset/fiori.edit.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.edit.symbolset/fiori.edit.svg deleted file mode 100644 index 970a9c537..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.edit.symbolset/fiori.edit.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.edit - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.email.read.symbolset/fiori.email.read.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.email.read.symbolset/fiori.email.read.svg deleted file mode 100644 index 07df3808c..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.email.read.symbolset/fiori.email.read.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.email.read - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.email.symbolset/fiori.email.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.email.symbolset/fiori.email.svg deleted file mode 100644 index 64a33ebbb..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.email.symbolset/fiori.email.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.email - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.favorite.symbolset/fiori.favorite.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.favorite.symbolset/fiori.favorite.svg deleted file mode 100644 index 3dae436fe..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.favorite.symbolset/fiori.favorite.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.favorite - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.feed.symbolset/fiori.feed.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.feed.symbolset/fiori.feed.svg deleted file mode 100644 index 52c139a07..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.feed.symbolset/fiori.feed.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.feed - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.filter.fill.symbolset/fiori.filter.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.filter.fill.symbolset/fiori.filter.fill.svg deleted file mode 100644 index 5b6dbb093..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.filter.fill.symbolset/fiori.filter.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.filter.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.filter.symbolset/fiori.filter.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.filter.symbolset/fiori.filter.svg deleted file mode 100644 index a4ef6458a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.filter.symbolset/fiori.filter.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.filter - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.flag.symbolset/fiori.flag.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.flag.symbolset/fiori.flag.svg deleted file mode 100644 index b6525db8a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.flag.symbolset/fiori.flag.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.flag - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.general.leave.request.symbolset/fiori.general.leave.request.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.general.leave.request.symbolset/fiori.general.leave.request.svg deleted file mode 100644 index 0e5a070ba..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.general.leave.request.symbolset/fiori.general.leave.request.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.general.leave.request - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.generate.shortcut.symbolset/fiori.generate.shortcut.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.generate.shortcut.symbolset/fiori.generate.shortcut.svg deleted file mode 100644 index 2c134142c..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.generate.shortcut.symbolset/fiori.generate.shortcut.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.generate.shortcut - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.hide.symbolset/fiori.hide.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.hide.symbolset/fiori.hide.svg deleted file mode 100644 index 9511715ee..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.hide.symbolset/fiori.hide.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.hide - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.hint.symbolset/fiori.hint.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.hint.symbolset/fiori.hint.svg deleted file mode 100644 index 5ca365699..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.hint.symbolset/fiori.hint.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.hint - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.home.fill.symbolset/fiori.home.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.home.fill.symbolset/fiori.home.fill.svg deleted file mode 100644 index 950f2aedb..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.home.fill.symbolset/fiori.home.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.home.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.home.symbolset/fiori.home.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.home.symbolset/fiori.home.svg deleted file mode 100644 index 6d3fb13aa..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.home.symbolset/fiori.home.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.home - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.inbox.fill.symbolset/fiori.inbox.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.inbox.fill.symbolset/fiori.inbox.fill.svg deleted file mode 100644 index 7798267c9..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.inbox.fill.symbolset/fiori.inbox.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.inbox.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.inbox.symbolset/fiori.inbox.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.inbox.symbolset/fiori.inbox.svg deleted file mode 100644 index c9dfae6df..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.inbox.symbolset/fiori.inbox.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.inbox - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.inspection.symbolset/fiori.inspection.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.inspection.symbolset/fiori.inspection.svg deleted file mode 100644 index 40b32f17b..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.inspection.symbolset/fiori.inspection.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.inspection - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.journey.arrive.symbolset/fiori.journey.arrive.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.journey.arrive.symbolset/fiori.journey.arrive.svg deleted file mode 100644 index 193c7592e..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.journey.arrive.symbolset/fiori.journey.arrive.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.journey.arrive - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.less.symbolset/fiori.less.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.less.symbolset/fiori.less.svg deleted file mode 100644 index 15e6c0cbe..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.less.symbolset/fiori.less.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.less - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.locked.symbolset/fiori.locked.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.locked.symbolset/fiori.locked.svg deleted file mode 100644 index 344ef0cf2..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.locked.symbolset/fiori.locked.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.locked - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.menu.fill.symbolset/fiori.menu.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.menu.fill.symbolset/fiori.menu.fill.svg deleted file mode 100644 index c4e30e442..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.menu.fill.symbolset/fiori.menu.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.menu.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.menu.symbolset/fiori.menu.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.menu.symbolset/fiori.menu.svg deleted file mode 100644 index bba2c2568..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.menu.symbolset/fiori.menu.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.menu - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.microphone.symbolset/fiori.microphone.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.microphone.symbolset/fiori.microphone.svg deleted file mode 100644 index a0a0107cc..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.microphone.symbolset/fiori.microphone.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.microphone - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.navigation.down.arrow.symbolset/fiori.navigation.down.arrow.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.navigation.down.arrow.symbolset/fiori.navigation.down.arrow.svg deleted file mode 100644 index 0d0ea9626..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.navigation.down.arrow.symbolset/fiori.navigation.down.arrow.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.navigation.down.arrow - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.navigation.up.arrow.symbolset/fiori.navigation.up.arrow.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.navigation.up.arrow.symbolset/fiori.navigation.up.arrow.svg deleted file mode 100644 index 9b54402b0..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.navigation.up.arrow.symbolset/fiori.navigation.up.arrow.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.navigation.up.arrow - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.notification.2.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.notification.2.fill.symbolset/Contents.json deleted file mode 100644 index 7c3fe1c9e..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.notification.2.fill.symbolset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - }, - "symbols" : [ - { - "filename" : "fiori.notification.2.fill.svg", - "idiom" : "universal" - } - ] -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.notification.2.fill.symbolset/fiori.notification.2.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.notification.2.fill.symbolset/fiori.notification.2.fill.svg deleted file mode 100644 index 38e7a55a8..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.notification.2.fill.symbolset/fiori.notification.2.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.notification.2.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.notification.2.symbolset/fiori.notification.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.notification.2.symbolset/fiori.notification.2.svg deleted file mode 100644 index 8f0eb1268..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.notification.2.symbolset/fiori.notification.2.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.notification.2 - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.overflow.symbolset/fiori.overflow.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.overflow.symbolset/fiori.overflow.svg deleted file mode 100644 index 1ce62bdd1..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.overflow.symbolset/fiori.overflow.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.overflow - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.paging.symbolset/fiori.paging.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.paging.symbolset/fiori.paging.svg deleted file mode 100644 index 3215c3b1e..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.paging.symbolset/fiori.paging.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.paging - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.paper.plane.symbolset/fiori.paper.plane.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.paper.plane.symbolset/fiori.paper.plane.svg deleted file mode 100644 index 3c337ba65..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.paper.plane.symbolset/fiori.paper.plane.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.paper.plane - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.pushpin.on.symbolset/fiori.pushpin.on.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.pushpin.on.symbolset/fiori.pushpin.on.svg deleted file mode 100644 index bad0a6efa..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.pushpin.on.symbolset/fiori.pushpin.on.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.pushpin.on - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.receipt.symbolset/fiori.receipt.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.receipt.symbolset/fiori.receipt.svg deleted file mode 100644 index 9ed797a1d..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.receipt.symbolset/fiori.receipt.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.receipt - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.redo.symbolset/fiori.redo.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.redo.symbolset/fiori.redo.svg deleted file mode 100644 index 2fb9f63da..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.redo.symbolset/fiori.redo.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.redo - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.response.symbolset/fiori.response.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.response.symbolset/fiori.response.svg deleted file mode 100644 index 87cb41db1..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.response.symbolset/fiori.response.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.response - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.search.fill.symbolset/fiori.search.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.search.fill.symbolset/fiori.search.fill.svg deleted file mode 100644 index c119b25bf..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.search.fill.symbolset/fiori.search.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.search.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.search.symbolset/fiori.search.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.search.symbolset/fiori.search.svg deleted file mode 100644 index 5b60b8bfd..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.search.symbolset/fiori.search.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.search - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.share.2.symbolset/fiori.share.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.share.2.symbolset/fiori.share.2.svg deleted file mode 100644 index 587b39fe4..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.share.2.symbolset/fiori.share.2.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.share.2 - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.share.symbolset/fiori.share.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.share.symbolset/fiori.share.svg deleted file mode 100644 index e3278894a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.share.symbolset/fiori.share.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.share - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.show.symbolset/fiori.show.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.show.symbolset/fiori.show.svg deleted file mode 100644 index 65ab981ef..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.show.symbolset/fiori.show.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.show - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.simulate.symbolset/fiori.simulate.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.simulate.symbolset/fiori.simulate.svg deleted file mode 100644 index 1afca88d9..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.simulate.symbolset/fiori.simulate.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.simulate - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.slim.arrow.down.symbolset/fiori.slim.arrow.down.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.slim.arrow.down.symbolset/fiori.slim.arrow.down.svg deleted file mode 100644 index 036290d9c..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.slim.arrow.down.symbolset/fiori.slim.arrow.down.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.slim.arrow.down - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.slim.arrow.left.symbolset/fiori.slim.arrow.left.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.slim.arrow.left.symbolset/fiori.slim.arrow.left.svg deleted file mode 100644 index 2684aca84..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.slim.arrow.left.symbolset/fiori.slim.arrow.left.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.slim.arrow.left - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.slim.arrow.right.symbolset/fiori.slim.arrow.right.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.slim.arrow.right.symbolset/fiori.slim.arrow.right.svg deleted file mode 100644 index 450bc2ed5..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.slim.arrow.right.symbolset/fiori.slim.arrow.right.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.slim.arrow.right - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.slim.arrow.up.symbolset/fiori.slim.arrow.up.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.slim.arrow.up.symbolset/fiori.slim.arrow.up.svg deleted file mode 100644 index e40fe30ec..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.slim.arrow.up.symbolset/fiori.slim.arrow.up.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.slim.arrow.up - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sort.ascending.symbolset/fiori.sort.ascending.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sort.ascending.symbolset/fiori.sort.ascending.svg deleted file mode 100644 index 7c2e949c5..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sort.ascending.symbolset/fiori.sort.ascending.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.sort.ascending - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sort.descending.symbolset/fiori.sort.descending.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sort.descending.symbolset/fiori.sort.descending.svg deleted file mode 100644 index 09a602f56..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sort.descending.symbolset/fiori.sort.descending.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.sort.descending - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sort.symbolset/fiori.sort.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sort.symbolset/fiori.sort.svg deleted file mode 100644 index ece4f8aac..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sort.symbolset/fiori.sort.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.sort - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sorting.ranking.symbolset/fiori.sorting.ranking.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sorting.ranking.symbolset/fiori.sorting.ranking.svg deleted file mode 100644 index 34bfa9ae5..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sorting.ranking.symbolset/fiori.sorting.ranking.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.sorting.ranking - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sync.symbolset/fiori.sync.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sync.symbolset/fiori.sync.svg deleted file mode 100644 index 766a2c1f1..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sync.symbolset/fiori.sync.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.sync - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.cancel.symbolset/fiori.sys.cancel.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.cancel.symbolset/fiori.sys.cancel.svg deleted file mode 100644 index 147a764ac..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.cancel.symbolset/fiori.sys.cancel.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.sys.cancel - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.enter.fill.symbolset/fiori.sys.enter.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.enter.fill.symbolset/fiori.sys.enter.fill.svg deleted file mode 100644 index a58648788..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.enter.fill.symbolset/fiori.sys.enter.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.sys.enter.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.enter.symbolset/fiori.sys.enter.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.enter.symbolset/fiori.sys.enter.svg deleted file mode 100644 index c1fb19862..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.enter.symbolset/fiori.sys.enter.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.sys.enter - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.help.fill.symbolset/fiori.sys.help.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.help.fill.symbolset/fiori.sys.help.fill.svg deleted file mode 100644 index 1368c4ac4..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.help.fill.symbolset/fiori.sys.help.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.sys.help.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.help.symbolset/fiori.sys.help.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.help.symbolset/fiori.sys.help.svg deleted file mode 100644 index 0906b9cd8..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.help.symbolset/fiori.sys.help.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.sys.help - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.system.exit.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.system.exit.fill.symbolset/Contents.json deleted file mode 100644 index 50b6aad2c..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.system.exit.fill.symbolset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - }, - "symbols" : [ - { - "filename" : "fiori.system.exit.fill.svg", - "idiom" : "universal" - } - ] -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.system.exit.fill.symbolset/fiori.system.exit.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.system.exit.fill.symbolset/fiori.system.exit.fill.svg deleted file mode 100644 index 36f41733f..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.system.exit.fill.symbolset/fiori.system.exit.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.system.exit.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.system.exit.symbolset/fiori.system.exit.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.system.exit.symbolset/fiori.system.exit.svg deleted file mode 100644 index 3f623c1d1..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.system.exit.symbolset/fiori.system.exit.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.system.exit - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.unfavorite.symbolset/fiori.unfavorite.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.unfavorite.symbolset/fiori.unfavorite.svg deleted file mode 100644 index 1cbf7eaf4..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.unfavorite.symbolset/fiori.unfavorite.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.unfavorite - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.wrench.symbolset/fiori.wrench.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.wrench.symbolset/fiori.wrench.svg deleted file mode 100644 index f084a6e2e..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.wrench.symbolset/fiori.wrench.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.wrench - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.zoom.in.symbolset/fiori.zoom.in.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.zoom.in.symbolset/fiori.zoom.in.svg deleted file mode 100644 index df3262642..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.zoom.in.symbolset/fiori.zoom.in.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.zoom.in - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.zoom.out.symbolset/fiori.zoom.out.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.zoom.out.symbolset/fiori.zoom.out.svg deleted file mode 100644 index 424e42b0f..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.zoom.out.symbolset/fiori.zoom.out.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.zoom.out - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.bottom.symbolset/fiori.arrow.bottom.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.bottom.symbolset/fiori.arrow.bottom.svg deleted file mode 100644 index 6d952c9e5..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.bottom.symbolset/fiori.arrow.bottom.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.arrow.bottom - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.down.symbolset/fiori.arrow.down.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.down.symbolset/fiori.arrow.down.svg deleted file mode 100644 index ca6bb9a96..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.down.symbolset/fiori.arrow.down.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.arrow.down - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.left.symbolset/fiori.arrow.left.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.left.symbolset/fiori.arrow.left.svg deleted file mode 100644 index f037a0180..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.left.symbolset/fiori.arrow.left.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.arrow.left - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.right.symbolset/fiori.arrow.right.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.right.symbolset/fiori.arrow.right.svg deleted file mode 100644 index fd5ddbc02..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.right.symbolset/fiori.arrow.right.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.arrow.right - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.top.symbolset/fiori.arrow.top.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.top.symbolset/fiori.arrow.top.svg deleted file mode 100644 index 233b0028f..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.top.symbolset/fiori.arrow.top.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.arrow.top - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.close.command.field.symbolset/fiori.close.command.field.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.close.command.field.symbolset/fiori.close.command.field.svg deleted file mode 100644 index 66657161d..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.close.command.field.symbolset/fiori.close.command.field.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.close.command.field - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.compare.arrows.symbolset/fiori.compare.arrows.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.compare.arrows.symbolset/fiori.compare.arrows.svg deleted file mode 100644 index 7b8ee778a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.compare.arrows.symbolset/fiori.compare.arrows.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.compare.arrows - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.initiative.symbolset/fiori.initiative.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.initiative.symbolset/fiori.initiative.svg deleted file mode 100644 index 26d0ab800..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.initiative.symbolset/fiori.initiative.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.initiative - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.source.code.symbolset/fiori.source.code.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.source.code.symbolset/fiori.source.code.svg deleted file mode 100644 index f18a3a7c4..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.source.code.symbolset/fiori.source.code.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.source.code - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.accelerated.symbolset/fiori.accelerated.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.accelerated.symbolset/fiori.accelerated.svg deleted file mode 100644 index 941111b23..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.accelerated.symbolset/fiori.accelerated.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.accelerated - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.appointment.2.symbolset/fiori.appointment.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.appointment.2.symbolset/fiori.appointment.2.svg deleted file mode 100644 index d64208016..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.appointment.2.symbolset/fiori.appointment.2.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.appointment.2 - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.appointment.symbolset/fiori.appointment.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.appointment.symbolset/fiori.appointment.svg deleted file mode 100644 index d6383915a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.appointment.symbolset/fiori.appointment.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.appointment - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.calendar.fill.symbolset/fiori.calendar.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.calendar.fill.symbolset/fiori.calendar.fill.svg deleted file mode 100644 index 98e19f8d1..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.calendar.fill.symbolset/fiori.calendar.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.calendar.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.calendar.symbolset/fiori.calendar.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.calendar.symbolset/fiori.calendar.svg deleted file mode 100644 index 35fdcadaa..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.calendar.symbolset/fiori.calendar.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.calendar - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.check.availability.symbolset/fiori.check.availability.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.check.availability.symbolset/fiori.check.availability.svg deleted file mode 100644 index 7e096c4f4..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.check.availability.symbolset/fiori.check.availability.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.check.availability - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.date.time.symbolset/fiori.date.time.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.date.time.symbolset/fiori.date.time.svg deleted file mode 100644 index 901399800..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.date.time.symbolset/fiori.date.time.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.date.time - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Callout/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Callout/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Callout/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Callout/fiori.discussion.symbolset/fiori.discussion.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Callout/fiori.discussion.symbolset/fiori.discussion.svg deleted file mode 100644 index 1a8c4eb80..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Callout/fiori.discussion.symbolset/fiori.discussion.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.discussion - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.area.chart.symbolset/fiori.area.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.area.chart.symbolset/fiori.area.chart.svg deleted file mode 100644 index 47e213dc4..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.area.chart.symbolset/fiori.area.chart.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.area.chart - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.bubble.chart.symbolset/fiori.bubble.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.bubble.chart.symbolset/fiori.bubble.chart.svg deleted file mode 100644 index f3a38212c..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.bubble.chart.symbolset/fiori.bubble.chart.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.bubble.chart - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.business.objects.experience.fill.symbolset/fiori.business.objects.experience.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.business.objects.experience.fill.symbolset/fiori.business.objects.experience.fill.svg deleted file mode 100644 index 6e474058c..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.business.objects.experience.fill.symbolset/fiori.business.objects.experience.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.business.objects.experience.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.business.objects.experience.symbolset/fiori.business.objects.experience.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.business.objects.experience.symbolset/fiori.business.objects.experience.svg deleted file mode 100644 index 3f3e8c258..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.business.objects.experience.symbolset/fiori.business.objects.experience.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.business.objects.experience - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chart.axis.symbolset/fiori.chart.axis.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chart.axis.symbolset/fiori.chart.axis.svg deleted file mode 100644 index a9ce2ccb0..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chart.axis.symbolset/fiori.chart.axis.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.chart.axis - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chart.tree.map.symbolset/fiori.chart.tree.map.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chart.tree.map.symbolset/fiori.chart.tree.map.svg deleted file mode 100644 index 725fb8f2b..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chart.tree.map.symbolset/fiori.chart.tree.map.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.chart.tree.map - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.fill.symbolset/Contents.json deleted file mode 100644 index 1219b0716..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.fill.symbolset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - }, - "symbols" : [ - { - "filename" : "fiori.checklist.fill.svg", - "idiom" : "universal" - } - ] -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.fill.symbolset/fiori.checklist.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.fill.symbolset/fiori.checklist.fill.svg deleted file mode 100644 index fdb0268b9..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.fill.symbolset/fiori.checklist.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.checklist.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.item.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.item.fill.symbolset/Contents.json deleted file mode 100644 index bc60c3c46..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.item.fill.symbolset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - }, - "symbols" : [ - { - "filename" : "fiori.checklist.item.fill.svg", - "idiom" : "universal" - } - ] -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.item.fill.symbolset/fiori.checklist.item.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.item.fill.symbolset/fiori.checklist.item.fill.svg deleted file mode 100644 index 3ef483a94..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.item.fill.symbolset/fiori.checklist.item.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.checklist.item.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.item.symbolset/fiori.checklist.item.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.item.symbolset/fiori.checklist.item.svg deleted file mode 100644 index 842cb15c1..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.item.symbolset/fiori.checklist.item.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.checklist.item - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.symbolset/fiori.checklist.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.symbolset/fiori.checklist.svg deleted file mode 100644 index 869b9dbfd..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.symbolset/fiori.checklist.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.checklist - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chevron.phase.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chevron.phase.fill.symbolset/Contents.json deleted file mode 100644 index 93526149d..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chevron.phase.fill.symbolset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - }, - "symbols" : [ - { - "filename" : "fiori.chevron.phase.fill.svg", - "idiom" : "universal" - } - ] -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chevron.phase.fill.symbolset/fiori.chevron.phase.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chevron.phase.fill.symbolset/fiori.chevron.phase.fill.svg deleted file mode 100644 index 9fa2e378f..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chevron.phase.fill.symbolset/fiori.chevron.phase.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.chevron.phase.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chevron.phase.symbolset/fiori.chevron.phase.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chevron.phase.symbolset/fiori.chevron.phase.svg deleted file mode 100644 index 9ef28dad4..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chevron.phase.symbolset/fiori.chevron.phase.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.chevron.phase - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.choropleth.chart.symbolset/fiori.choropleth.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.choropleth.chart.symbolset/fiori.choropleth.chart.svg deleted file mode 100644 index e5c664b52..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.choropleth.chart.symbolset/fiori.choropleth.chart.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.choropleth.chart - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.circle.task.fill.symbolset/fiori.circle.task.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.circle.task.fill.symbolset/fiori.circle.task.fill.svg deleted file mode 100644 index 1f937dde2..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.circle.task.fill.symbolset/fiori.circle.task.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.circle.task.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.circle.task.symbolset/fiori.circle.task.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.circle.task.symbolset/fiori.circle.task.svg deleted file mode 100644 index 514b3862a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.circle.task.symbolset/fiori.circle.task.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.circle.task - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.column.chart.dual.axis.symbolset/fiori.column.chart.dual.axis.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.column.chart.dual.axis.symbolset/fiori.column.chart.dual.axis.svg deleted file mode 100644 index 63af4815c..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.column.chart.dual.axis.symbolset/fiori.column.chart.dual.axis.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.column.chart.dual.axis - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.horizontal.bar.chart.symbolset/fiori.horizontal.bar.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.horizontal.bar.chart.symbolset/fiori.horizontal.bar.chart.svg deleted file mode 100644 index aebd3345b..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.horizontal.bar.chart.symbolset/fiori.horizontal.bar.chart.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.horizontal.bar.chart - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.line.chart.symbolset/fiori.line.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.line.chart.symbolset/fiori.line.chart.svg deleted file mode 100644 index bc6788e02..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.line.chart.symbolset/fiori.line.chart.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.line.chart - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.org.chart.fill.symbolset/fiori.org.chart.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.org.chart.fill.symbolset/fiori.org.chart.fill.svg deleted file mode 100644 index 785ec6069..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.org.chart.fill.symbolset/fiori.org.chart.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.org.chart.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.org.chart.symbolset/fiori.org.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.org.chart.symbolset/fiori.org.chart.svg deleted file mode 100644 index b21f6512c..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.org.chart.symbolset/fiori.org.chart.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.org.chart - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.pie.chart.symbolset/fiori.pie.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.pie.chart.symbolset/fiori.pie.chart.svg deleted file mode 100644 index dcffd2136..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.pie.chart.symbolset/fiori.pie.chart.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.pie.chart - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.program.triangles.fill.symbolset/fiori.program.triangles.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.program.triangles.fill.symbolset/fiori.program.triangles.fill.svg deleted file mode 100644 index 790e50247..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.program.triangles.fill.symbolset/fiori.program.triangles.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.program.triangles.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.program.triangles.symbolset/fiori.program.triangles.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.program.triangles.symbolset/fiori.program.triangles.svg deleted file mode 100644 index 42fb8aee8..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.program.triangles.symbolset/fiori.program.triangles.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.program.triangles - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.tools.opportunity.fill.symbolset/fiori.tools.opportunity.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.tools.opportunity.fill.symbolset/fiori.tools.opportunity.fill.svg deleted file mode 100644 index af6d24103..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.tools.opportunity.fill.symbolset/fiori.tools.opportunity.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.tools.opportunity.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.tools.opportunity.symbolset/fiori.tools.opportunity.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.tools.opportunity.symbolset/fiori.tools.opportunity.svg deleted file mode 100644 index fc30df074..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.tools.opportunity.symbolset/fiori.tools.opportunity.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.tools.opportunity - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.tree.symbolset/fiori.tree.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.tree.symbolset/fiori.tree.svg deleted file mode 100644 index 18bf02a40..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.tree.symbolset/fiori.tree.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.tree - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.activities.symbolset/fiori.activities.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.activities.symbolset/fiori.activities.svg deleted file mode 100644 index d62cd67ef..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.activities.symbolset/fiori.activities.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.activities - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.activity.assigned.to.goal.symbolset/fiori.activity.assigned.to.goal.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.activity.assigned.to.goal.symbolset/fiori.activity.assigned.to.goal.svg deleted file mode 100644 index 2b2b2291d..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.activity.assigned.to.goal.symbolset/fiori.activity.assigned.to.goal.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.activity.assigned.to.goal - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.activity.individual.symbolset/fiori.activity.individual.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.activity.individual.symbolset/fiori.activity.individual.svg deleted file mode 100644 index 3ad62c1d4..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.activity.individual.symbolset/fiori.activity.individual.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.activity.individual - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.activity.items.symbolset/fiori.activity.items.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.activity.items.symbolset/fiori.activity.items.svg deleted file mode 100644 index 11c5b6246..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.activity.items.symbolset/fiori.activity.items.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.activity.items - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.clinical.fast.tracker.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.clinical.fast.tracker.symbolset/Contents.json deleted file mode 100644 index db413fe01..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.clinical.fast.tracker.symbolset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - }, - "symbols" : [ - { - "filename" : "fiori.clinical.fast.tracker.svg", - "idiom" : "universal" - } - ] -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.clinical.fast.tracker.symbolset/fiori.clinical.fast.tracker.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.clinical.fast.tracker.symbolset/fiori.clinical.fast.tracker.svg deleted file mode 100644 index 3b452c88a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.clinical.fast.tracker.symbolset/fiori.clinical.fast.tracker.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.clinical.fast.tracker - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.task.fill.symbolset/fiori.task.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.task.fill.symbolset/fiori.task.fill.svg deleted file mode 100644 index 3da75cb4f..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.task.fill.symbolset/fiori.task.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.task.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.task.symbolset/fiori.task.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.task.symbolset/fiori.task.svg deleted file mode 100644 index c8a1cbb56..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.task.symbolset/fiori.task.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.task - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.fob.watch.fill.symbolset/fiori.fob.watch.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.fob.watch.fill.symbolset/fiori.fob.watch.fill.svg deleted file mode 100644 index 24018fa1b..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.fob.watch.fill.symbolset/fiori.fob.watch.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.fob.watch.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.fob.watch.symbolset/fiori.fob.watch.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.fob.watch.symbolset/fiori.fob.watch.svg deleted file mode 100644 index 25e127839..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.fob.watch.symbolset/fiori.fob.watch.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.fob.watch - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.machine.symbolset/fiori.machine.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.machine.symbolset/fiori.machine.svg deleted file mode 100644 index 5be33484e..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.machine.symbolset/fiori.machine.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.machine - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.megaphone.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.megaphone.symbolset/Contents.json deleted file mode 100644 index d088dff6e..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.megaphone.symbolset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - }, - "symbols" : [ - { - "filename" : "fiori.megaphone.svg", - "idiom" : "universal" - } - ] -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.megaphone.symbolset/fiori.megaphone.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.megaphone.symbolset/fiori.megaphone.svg deleted file mode 100644 index bb664a72e..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.megaphone.symbolset/fiori.megaphone.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.megaphone - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.audio.symbolset/fiori.attachment.audio.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.audio.symbolset/fiori.attachment.audio.svg deleted file mode 100644 index d87071a37..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.audio.symbolset/fiori.attachment.audio.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.attachment.audio - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.epub.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.epub.symbolset/Contents.json deleted file mode 100644 index 5ddb28b20..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.epub.symbolset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - }, - "symbols" : [ - { - "filename" : "fiori.attachment.epub.svg", - "idiom" : "universal" - } - ] -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.epub.symbolset/fiori.attachment.epub.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.epub.symbolset/fiori.attachment.epub.svg deleted file mode 100644 index b064a00c4..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.epub.symbolset/fiori.attachment.epub.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.attachment.epub - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.html.symbolset/fiori.attachment.html.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.html.symbolset/fiori.attachment.html.svg deleted file mode 100644 index 0599c2eb2..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.html.symbolset/fiori.attachment.html.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.attachment.html - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.photo.symbolset/fiori.attachment.photo.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.photo.symbolset/fiori.attachment.photo.svg deleted file mode 100644 index 7e04859e1..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.photo.symbolset/fiori.attachment.photo.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.attachment.photo - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.symbolset/fiori.attachment.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.symbolset/fiori.attachment.svg deleted file mode 100644 index 6d18778b9..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.symbolset/fiori.attachment.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.attachment - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.text.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.text.symbolset/Contents.json deleted file mode 100644 index b062d6b26..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.text.symbolset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - }, - "symbols" : [ - { - "filename" : "fiori.attachment.text.svg", - "idiom" : "universal" - } - ] -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.text.symbolset/fiori.attachment.text.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.text.symbolset/fiori.attachment.text.svg deleted file mode 100644 index 880e76147..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.text.symbolset/fiori.attachment.text.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.attachment.text - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.video.symbolset/fiori.attachment.video.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.video.symbolset/fiori.attachment.video.svg deleted file mode 100644 index 40ae4e54b..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.video.symbolset/fiori.attachment.video.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.attachment.video - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.zip.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.zip.symbolset/Contents.json deleted file mode 100644 index c234b2a9b..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.zip.symbolset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - }, - "symbols" : [ - { - "filename" : "fiori.attachment.zip.svg", - "idiom" : "universal" - } - ] -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.zip.symbolset/fiori.attachment.zip.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.zip.symbolset/fiori.attachment.zip.svg deleted file mode 100644 index d017859a2..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.zip.symbolset/fiori.attachment.zip.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.attachment.zip - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.barcode.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.barcode.symbolset/Contents.json deleted file mode 100644 index 0329cf7fa..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.barcode.symbolset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - }, - "symbols" : [ - { - "filename" : "fiori.barcode.svg", - "idiom" : "universal" - } - ] -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.barcode.symbolset/fiori.barcode.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.barcode.symbolset/fiori.barcode.svg deleted file mode 100644 index 6208611f5..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.barcode.symbolset/fiori.barcode.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.barcode - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.clinical.order.symbolset/fiori.clinical.order.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.clinical.order.symbolset/fiori.clinical.order.svg deleted file mode 100644 index efa693707..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.clinical.order.symbolset/fiori.clinical.order.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.clinical.order - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.customer.financial.fact.sheet.symbolset/fiori.customer.financial.fact.sheet.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.customer.financial.fact.sheet.symbolset/fiori.customer.financial.fact.sheet.svg deleted file mode 100644 index c4a2a0317..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.customer.financial.fact.sheet.symbolset/fiori.customer.financial.fact.sheet.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.customer.financial.fact.sheet - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.doc.attachment.symbolset/fiori.doc.attachment.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.doc.attachment.symbolset/fiori.doc.attachment.svg deleted file mode 100644 index 6557ce908..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.doc.attachment.symbolset/fiori.doc.attachment.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.doc.attachment - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.document.symbolset/fiori.document.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.document.symbolset/fiori.document.svg deleted file mode 100644 index accb87735..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.document.symbolset/fiori.document.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.document - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.document.text.symbolset/fiori.document.text.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.document.text.symbolset/fiori.document.text.svg deleted file mode 100644 index 29788c93a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.document.text.symbolset/fiori.document.text.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.document.text - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.documents.symbolset/fiori.documents.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.documents.symbolset/fiori.documents.svg deleted file mode 100644 index 89e7c3bb4..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.documents.symbolset/fiori.documents.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.documents - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.expense.report.symbolset/fiori.expense.report.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.expense.report.symbolset/fiori.expense.report.svg deleted file mode 100644 index 999b0d7a7..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.expense.report.symbolset/fiori.expense.report.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.expense.report - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.pdf.attachment.symbolset/fiori.pdf.attachment.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.pdf.attachment.symbolset/fiori.pdf.attachment.svg deleted file mode 100644 index 55f2c4440..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.pdf.attachment.symbolset/fiori.pdf.attachment.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.pdf.attachment - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.sales.document.symbolset/fiori.sales.document.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.sales.document.symbolset/fiori.sales.document.svg deleted file mode 100644 index 03a4c56b9..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.sales.document.symbolset/fiori.sales.document.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.sales.document - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.sales.order.item.symbolset/fiori.sales.order.item.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.sales.order.item.symbolset/fiori.sales.order.item.svg deleted file mode 100644 index 8434fe515..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.sales.order.item.symbolset/fiori.sales.order.item.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.sales.order.item - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/fiori.batch.payments.symbolset/fiori.batch.payments.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/fiori.batch.payments.symbolset/fiori.batch.payments.svg deleted file mode 100644 index b879d8a27..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/fiori.batch.payments.symbolset/fiori.batch.payments.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.batch.payments - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/fiori.folder.blank.symbolset/fiori.folder.blank.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/fiori.folder.blank.symbolset/fiori.folder.blank.svg deleted file mode 100644 index 9b5f2a3c9..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/fiori.folder.blank.symbolset/fiori.folder.blank.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.folder.blank - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/fiori.folder.fill.symbolset/fiori.folder.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/fiori.folder.fill.symbolset/fiori.folder.fill.svg deleted file mode 100644 index 04118ce73..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/fiori.folder.fill.symbolset/fiori.folder.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.folder.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/fiori.folder.symbolset/fiori.folder.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/fiori.folder.symbolset/fiori.folder.svg deleted file mode 100644 index c9d7949ec..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/fiori.folder.symbolset/fiori.folder.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.folder - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Form/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Form/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Form/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Form/fiori.approvals.symbolset/fiori.approvals.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Form/fiori.approvals.symbolset/fiori.approvals.svg deleted file mode 100644 index f1e7bdb34..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Form/fiori.approvals.symbolset/fiori.approvals.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.approvals - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Medical/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Medical/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Medical/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Medical/fiori.accidental.leave.symbolset/fiori.accidental.leave.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Medical/fiori.accidental.leave.symbolset/fiori.accidental.leave.svg deleted file mode 100644 index 23467296d..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Medical/fiori.accidental.leave.symbolset/fiori.accidental.leave.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.accidental.leave - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Medical/fiori.bed.symbolset/fiori.bed.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Medical/fiori.bed.symbolset/fiori.bed.svg deleted file mode 100644 index b85efe418..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Medical/fiori.bed.symbolset/fiori.bed.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.bed - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Medical/fiori.electrocardiogram.symbolset/fiori.electrocardiogram.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Medical/fiori.electrocardiogram.symbolset/fiori.electrocardiogram.svg deleted file mode 100644 index c68198ad7..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Medical/fiori.electrocardiogram.symbolset/fiori.electrocardiogram.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.electrocardiogram - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.capital.projects.symbolset/fiori.capital.projects.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.capital.projects.symbolset/fiori.capital.projects.svg deleted file mode 100644 index d9a068338..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.capital.projects.symbolset/fiori.capital.projects.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.capital.projects - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.commission.check.symbolset/fiori.commission.check.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.commission.check.symbolset/fiori.commission.check.svg deleted file mode 100644 index 67062b271..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.commission.check.symbolset/fiori.commission.check.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.commission.check - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.lead.symbolset/fiori.lead.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.lead.symbolset/fiori.lead.svg deleted file mode 100644 index 581223943..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.lead.symbolset/fiori.lead.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.lead - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.loan.symbolset/fiori.loan.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.loan.symbolset/fiori.loan.svg deleted file mode 100644 index de31cacc1..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.loan.symbolset/fiori.loan.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.loan - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.money.bills.symbolset/fiori.money.bills.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.money.bills.symbolset/fiori.money.bills.svg deleted file mode 100644 index e9f0f8f9b..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.money.bills.symbolset/fiori.money.bills.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.money.bills - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.monitor.payments.symbolset/fiori.monitor.payments.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.monitor.payments.symbolset/fiori.monitor.payments.svg deleted file mode 100644 index 30241ffa3..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.monitor.payments.symbolset/fiori.monitor.payments.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.monitor.payments - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.paid.leave.symbolset/fiori.paid.leave.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.paid.leave.symbolset/fiori.paid.leave.svg deleted file mode 100644 index 6da8dc2da..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.paid.leave.symbolset/fiori.paid.leave.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.paid.leave - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.travel.expense.report.fill.symbolset/fiori.travel.expense.report.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.travel.expense.report.fill.symbolset/fiori.travel.expense.report.fill.svg deleted file mode 100644 index d60dbf5c1..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.travel.expense.report.fill.symbolset/fiori.travel.expense.report.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.travel.expense.report.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.travel.expense.report.symbolset/fiori.travel.expense.report.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.travel.expense.report.symbolset/fiori.travel.expense.report.svg deleted file mode 100644 index 490a2eac2..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.travel.expense.report.symbolset/fiori.travel.expense.report.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.travel.expense.report - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.ac.unit.symbolset/fiori.ac.unit.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.ac.unit.symbolset/fiori.ac.unit.svg deleted file mode 100644 index 7442a88c8..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.ac.unit.symbolset/fiori.ac.unit.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.ac.unit - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.address.book.symbolset/fiori.address.book.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.address.book.symbolset/fiori.address.book.svg deleted file mode 100644 index 2831fd171..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.address.book.symbolset/fiori.address.book.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.address.book - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.addresses.symbolset/fiori.addresses.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.addresses.symbolset/fiori.addresses.svg deleted file mode 100644 index bb8bee7c1..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.addresses.symbolset/fiori.addresses.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.addresses - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.arobase.symbolset/fiori.arobase.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.arobase.symbolset/fiori.arobase.svg deleted file mode 100644 index 81141cac0..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.arobase.symbolset/fiori.arobase.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.arobase - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.background.symbolset/fiori.background.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.background.symbolset/fiori.background.svg deleted file mode 100644 index ab87106e8..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.background.symbolset/fiori.background.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.background - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.badge.symbolset/fiori.badge.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.badge.symbolset/fiori.badge.svg deleted file mode 100644 index ee504243d..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.badge.symbolset/fiori.badge.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.badge - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bbyd.active.sales.symbolset/fiori.bbyd.active.sales.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bbyd.active.sales.symbolset/fiori.bbyd.active.sales.svg deleted file mode 100644 index 1ba2b3923..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bbyd.active.sales.symbolset/fiori.bbyd.active.sales.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.bbyd.active.sales - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bbyd.dashboard.symbolset/fiori.bbyd.dashboard.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bbyd.dashboard.symbolset/fiori.bbyd.dashboard.svg deleted file mode 100644 index 4008fb7ca..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bbyd.dashboard.symbolset/fiori.bbyd.dashboard.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.bbyd.dashboard - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bell.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bell.fill.symbolset/Contents.json deleted file mode 100644 index a6188ba33..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bell.fill.symbolset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - }, - "symbols" : [ - { - "filename" : "fiori.bell.fill.svg", - "idiom" : "universal" - } - ] -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bell.fill.symbolset/fiori.bell.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bell.fill.symbolset/fiori.bell.fill.svg deleted file mode 100644 index 061cf012b..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bell.fill.symbolset/fiori.bell.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.bell.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bell.symbolset/fiori.bell.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bell.symbolset/fiori.bell.svg deleted file mode 100644 index b21be32b4..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bell.symbolset/fiori.bell.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.bell - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.blank.tag.2.symbolset/fiori.blank.tag.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.blank.tag.2.symbolset/fiori.blank.tag.2.svg deleted file mode 100644 index 1b2da3cb1..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.blank.tag.2.symbolset/fiori.blank.tag.2.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.blank.tag.2 - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.blank.tag.symbolset/fiori.blank.tag.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.blank.tag.symbolset/fiori.blank.tag.svg deleted file mode 100644 index ca9154e94..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.blank.tag.symbolset/fiori.blank.tag.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.blank.tag - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.border.symbolset/fiori.border.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.border.symbolset/fiori.border.svg deleted file mode 100644 index 82b2cad8b..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.border.symbolset/fiori.border.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.border - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.building.symbolset/fiori.building.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.building.symbolset/fiori.building.svg deleted file mode 100644 index 2015d3cf1..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.building.symbolset/fiori.building.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.building - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bullet.text.fill.symbolset/fiori.bullet.text.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bullet.text.fill.symbolset/fiori.bullet.text.fill.svg deleted file mode 100644 index 8ac1b48b2..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bullet.text.fill.symbolset/fiori.bullet.text.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.bullet.text.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bullet.text.symbolset/fiori.bullet.text.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bullet.text.symbolset/fiori.bullet.text.svg deleted file mode 100644 index dbb3e4a3b..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bullet.text.symbolset/fiori.bullet.text.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.bullet.text - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.by.design.symbolset/fiori.business.by.design.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.by.design.symbolset/fiori.business.by.design.svg deleted file mode 100644 index 8f89784a4..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.by.design.symbolset/fiori.business.by.design.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.business.by.design - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.card.fill.symbolset/fiori.business.card.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.card.fill.symbolset/fiori.business.card.fill.svg deleted file mode 100644 index 4697a3726..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.card.fill.symbolset/fiori.business.card.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.business.card.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.card.symbolset/fiori.business.card.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.card.symbolset/fiori.business.card.svg deleted file mode 100644 index 54e639f17..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.card.symbolset/fiori.business.card.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.business.card - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.objects.explorer.symbolset/fiori.business.objects.explorer.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.objects.explorer.symbolset/fiori.business.objects.explorer.svg deleted file mode 100644 index 5bb8e6eae..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.objects.explorer.symbolset/fiori.business.objects.explorer.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.business.objects.explorer - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.objects.mobile.fill.symbolset/fiori.business.objects.mobile.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.objects.mobile.fill.symbolset/fiori.business.objects.mobile.fill.svg deleted file mode 100644 index f5fe896d7..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.objects.mobile.fill.symbolset/fiori.business.objects.mobile.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.business.objects.mobile.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.objects.mobile.symbolset/fiori.business.objects.mobile.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.objects.mobile.symbolset/fiori.business.objects.mobile.svg deleted file mode 100644 index ef27458e8..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.objects.mobile.symbolset/fiori.business.objects.mobile.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.business.objects.mobile - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.camera.symbolset/fiori.camera.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.camera.symbolset/fiori.camera.svg deleted file mode 100644 index 5a44b383f..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.camera.symbolset/fiori.camera.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.camera - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.card.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.card.fill.symbolset/Contents.json deleted file mode 100644 index d3bc6df3e..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.card.fill.symbolset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - }, - "symbols" : [ - { - "filename" : "fiori.card.fill.svg", - "idiom" : "universal" - } - ] -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.card.fill.symbolset/fiori.card.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.card.fill.symbolset/fiori.card.fill.svg deleted file mode 100644 index 9a6afaa9c..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.card.fill.symbolset/fiori.card.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.card.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.card.symbolset/fiori.card.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.card.symbolset/fiori.card.svg deleted file mode 100644 index dc025818b..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.card.symbolset/fiori.card.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.card - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.cloud.symbolset/fiori.cloud.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.cloud.symbolset/fiori.cloud.svg deleted file mode 100644 index 5b9c7dc34..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.cloud.symbolset/fiori.cloud.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.cloud - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.co.symbolset/fiori.co.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.co.symbolset/fiori.co.svg deleted file mode 100644 index 2df453a93..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.co.symbolset/fiori.co.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.co - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.competitor.fill.symbolset/fiori.competitor.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.competitor.fill.symbolset/fiori.competitor.fill.svg deleted file mode 100644 index 9e0f422da..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.competitor.fill.symbolset/fiori.competitor.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.competitor.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.competitor.symbolset/fiori.competitor.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.competitor.symbolset/fiori.competitor.svg deleted file mode 100644 index 42c9c09b6..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.competitor.symbolset/fiori.competitor.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.competitor - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.contacts.symbolset/fiori.contacts.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.contacts.symbolset/fiori.contacts.svg deleted file mode 100644 index 18bc48015..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.contacts.symbolset/fiori.contacts.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.contacts - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.credit.card.symbolset/fiori.credit.card.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.credit.card.symbolset/fiori.credit.card.svg deleted file mode 100644 index ad8892d72..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.credit.card.symbolset/fiori.credit.card.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.credit.card - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.crm.sales.symbolset/fiori.crm.sales.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.crm.sales.symbolset/fiori.crm.sales.svg deleted file mode 100644 index de46f3fd7..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.crm.sales.symbolset/fiori.crm.sales.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.crm.sales - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.e.care.symbolset/fiori.e.care.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.e.care.symbolset/fiori.e.care.svg deleted file mode 100644 index 25e47ca45..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.e.care.symbolset/fiori.e.care.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.e.care - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.education.fill.symbolset/fiori.education.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.education.fill.symbolset/fiori.education.fill.svg deleted file mode 100644 index 6755586ec..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.education.fill.symbolset/fiori.education.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.education.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.education.symbolset/fiori.education.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.education.symbolset/fiori.education.svg deleted file mode 100644 index e3661ab98..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.education.symbolset/fiori.education.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.education - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.explorer.symbolset/fiori.explorer.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.explorer.symbolset/fiori.explorer.svg deleted file mode 100644 index c4aa91441..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.explorer.symbolset/fiori.explorer.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.explorer - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.factory.symbolset/fiori.factory.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.factory.symbolset/fiori.factory.svg deleted file mode 100644 index a9c2bc24d..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.factory.symbolset/fiori.factory.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.factory - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.header.symbolset/fiori.header.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.header.symbolset/fiori.header.svg deleted file mode 100644 index f8c901ac7..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.header.symbolset/fiori.header.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.header - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.headset.symbolset/fiori.headset.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.headset.symbolset/fiori.headset.svg deleted file mode 100644 index 27528a0f7..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.headset.symbolset/fiori.headset.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.headset - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.map.3.fill.symbolset/fiori.map.3.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.map.3.fill.symbolset/fiori.map.3.fill.svg deleted file mode 100644 index fe8b3804f..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.map.3.fill.symbolset/fiori.map.3.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.map.3.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.map.3.symbolset/fiori.map.3.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.map.3.symbolset/fiori.map.3.svg deleted file mode 100644 index 8e245666f..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.map.3.symbolset/fiori.map.3.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.map.3 - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.map.fill.symbolset/fiori.map.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.map.fill.symbolset/fiori.map.fill.svg deleted file mode 100644 index 71f4b8ed9..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.map.fill.symbolset/fiori.map.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.map.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.map.symbolset/fiori.map.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.map.symbolset/fiori.map.svg deleted file mode 100644 index f19e6a54c..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.map.symbolset/fiori.map.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.map - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.number.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.number.symbolset/Contents.json deleted file mode 100644 index 4da14eb7b..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.number.symbolset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - }, - "symbols" : [ - { - "filename" : "fiori.number.svg", - "idiom" : "universal" - } - ] -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.number.symbolset/fiori.number.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.number.symbolset/fiori.number.svg deleted file mode 100644 index 58dfe856b..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.number.symbolset/fiori.number.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.number - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.picture.symbolset/fiori.picture.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.picture.symbolset/fiori.picture.svg deleted file mode 100644 index 270b29bf9..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.picture.symbolset/fiori.picture.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.picture - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.product.fill.symbolset/fiori.product.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.product.fill.symbolset/fiori.product.fill.svg deleted file mode 100644 index 98afccd91..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.product.fill.symbolset/fiori.product.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.product.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.product.symbolset/fiori.product.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.product.symbolset/fiori.product.svg deleted file mode 100644 index 40858d879..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.product.symbolset/fiori.product.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.product - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.qr.code.symbolset/fiori.qr.code.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.qr.code.symbolset/fiori.qr.code.svg deleted file mode 100644 index 3c2de414b..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.qr.code.symbolset/fiori.qr.code.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.qr.code - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.screen.split.one.symbolset/fiori.screen.split.one.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.screen.split.one.symbolset/fiori.screen.split.one.svg deleted file mode 100644 index c91279151..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.screen.split.one.symbolset/fiori.screen.split.one.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.screen.split.one - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.screen.split.three.symbolset/fiori.screen.split.three.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.screen.split.three.symbolset/fiori.screen.split.three.svg deleted file mode 100644 index 1f0b9e01d..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.screen.split.three.symbolset/fiori.screen.split.three.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.screen.split.three - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.screen.split.two.symbolset/fiori.screen.split.two.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.screen.split.two.symbolset/fiori.screen.split.two.svg deleted file mode 100644 index b001e5ef7..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.screen.split.two.symbolset/fiori.screen.split.two.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.screen.split.two - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.study.leave.fill.symbolset/fiori.study.leave.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.study.leave.fill.symbolset/fiori.study.leave.fill.svg deleted file mode 100644 index 56a053ac1..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.study.leave.fill.symbolset/fiori.study.leave.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.study.leave.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.study.leave.symbolset/fiori.study.leave.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.study.leave.symbolset/fiori.study.leave.svg deleted file mode 100644 index ce57cc43e..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.study.leave.symbolset/fiori.study.leave.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.study.leave - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.suitcase.fill.symbolset/fiori.suitcase.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.suitcase.fill.symbolset/fiori.suitcase.fill.svg deleted file mode 100644 index cf56f5fca..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.suitcase.fill.symbolset/fiori.suitcase.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.suitcase.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.suitcase.symbolset/fiori.suitcase.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.suitcase.symbolset/fiori.suitcase.svg deleted file mode 100644 index 60a91dcb5..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.suitcase.symbolset/fiori.suitcase.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.suitcase - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.target.group.fill.symbolset/fiori.target.group.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.target.group.fill.symbolset/fiori.target.group.fill.svg deleted file mode 100644 index 1fbfe32a2..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.target.group.fill.symbolset/fiori.target.group.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.target.group.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.target.group.symbolset/fiori.target.group.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.target.group.symbolset/fiori.target.group.svg deleted file mode 100644 index d10a095be..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.target.group.symbolset/fiori.target.group.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.target.group - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.umbrella.symbolset/fiori.umbrella.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.umbrella.symbolset/fiori.umbrella.svg deleted file mode 100644 index 869c726bd..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.umbrella.symbolset/fiori.umbrella.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.umbrella - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.world.symbolset/fiori.world.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.world.symbolset/fiori.world.svg deleted file mode 100644 index 3ac66a4cc..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.world.symbolset/fiori.world.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.world - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.account.symbolset/fiori.account.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.account.symbolset/fiori.account.svg deleted file mode 100644 index de9e36d22..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.account.symbolset/fiori.account.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.account - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.add.contact.symbolset/fiori.add.contact.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.add.contact.symbolset/fiori.add.contact.svg deleted file mode 100644 index 471979b09..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.add.contact.symbolset/fiori.add.contact.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.add.contact - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.add.employee.symbolset/fiori.add.employee.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.add.employee.symbolset/fiori.add.employee.svg deleted file mode 100644 index ec8a95c81..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.add.employee.symbolset/fiori.add.employee.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.add.employee - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.citizen.connect.symbolset/fiori.citizen.connect.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.citizen.connect.symbolset/fiori.citizen.connect.svg deleted file mode 100644 index b846ff12c..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.citizen.connect.symbolset/fiori.citizen.connect.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.citizen.connect - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.collaborate.fill.symbolset/fiori.collaborate.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.collaborate.fill.symbolset/fiori.collaborate.fill.svg deleted file mode 100644 index 677ec1efb..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.collaborate.fill.symbolset/fiori.collaborate.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.collaborate.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.collaborate.symbolset/fiori.collaborate.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.collaborate.symbolset/fiori.collaborate.svg deleted file mode 100644 index 68da6a22c..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.collaborate.symbolset/fiori.collaborate.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.collaborate - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.company.view.fill.symbolset/fiori.company.view.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.company.view.fill.symbolset/fiori.company.view.fill.svg deleted file mode 100644 index 20929bf84..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.company.view.fill.symbolset/fiori.company.view.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.company.view.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.company.view.symbolset/fiori.company.view.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.company.view.symbolset/fiori.company.view.svg deleted file mode 100644 index 6c35b93a1..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.company.view.symbolset/fiori.company.view.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.company.view - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.customer.briefing.symbolset/fiori.customer.briefing.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.customer.briefing.symbolset/fiori.customer.briefing.svg deleted file mode 100644 index 2782e9ed0..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.customer.briefing.symbolset/fiori.customer.briefing.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.customer.briefing - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.customer.fill.symbolset/fiori.customer.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.customer.fill.symbolset/fiori.customer.fill.svg deleted file mode 100644 index c13601bd3..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.customer.fill.symbolset/fiori.customer.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.customer.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.customer.symbolset/fiori.customer.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.customer.symbolset/fiori.customer.svg deleted file mode 100644 index 2cfba9f6f..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.customer.symbolset/fiori.customer.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.customer - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.approvals.symbolset/fiori.employee.approvals.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.approvals.symbolset/fiori.employee.approvals.svg deleted file mode 100644 index b891be561..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.approvals.symbolset/fiori.employee.approvals.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.employee.approvals - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.lookup.symbolset/fiori.employee.lookup.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.lookup.symbolset/fiori.employee.lookup.svg deleted file mode 100644 index af362e4fe..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.lookup.symbolset/fiori.employee.lookup.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.employee.lookup - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.pane.symbolset/fiori.employee.pane.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.pane.symbolset/fiori.employee.pane.svg deleted file mode 100644 index e01d9b0ab..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.pane.symbolset/fiori.employee.pane.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.employee.pane - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.rejections.symbolset/fiori.employee.rejections.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.rejections.symbolset/fiori.employee.rejections.svg deleted file mode 100644 index 38ef4f8af..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.rejections.symbolset/fiori.employee.rejections.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.employee.rejections - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.symbolset/fiori.employee.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.symbolset/fiori.employee.svg deleted file mode 100644 index e6c2571aa..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.symbolset/fiori.employee.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.employee - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.group.symbolset/fiori.group.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.group.symbolset/fiori.group.svg deleted file mode 100644 index 709ce741f..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.group.symbolset/fiori.group.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.group - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.leads.symbolset/fiori.leads.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.leads.symbolset/fiori.leads.svg deleted file mode 100644 index 868304569..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.leads.symbolset/fiori.leads.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.leads - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.learning.assistant.symbolset/fiori.learning.assistant.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.learning.assistant.symbolset/fiori.learning.assistant.svg deleted file mode 100644 index e8bd46f9d..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.learning.assistant.symbolset/fiori.learning.assistant.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.learning.assistant - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.person.placeholder.fill.symbolset/fiori.person.placeholder.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.person.placeholder.fill.symbolset/fiori.person.placeholder.fill.svg deleted file mode 100644 index b52ca88b7..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.person.placeholder.fill.symbolset/fiori.person.placeholder.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.person.placeholder.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.person.placeholder.symbolset/fiori.person.placeholder.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.person.placeholder.symbolset/fiori.person.placeholder.svg deleted file mode 100644 index 060706620..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.person.placeholder.symbolset/fiori.person.placeholder.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.person.placeholder - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Places/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Places/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Places/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Places/fiori.retail.store.symbolset/fiori.retail.store.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Places/fiori.retail.store.symbolset/fiori.retail.store.svg deleted file mode 100644 index d88c8d395..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Places/fiori.retail.store.symbolset/fiori.retail.store.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.retail.store - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.basket.fill.symbolset/fiori.basket.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.basket.fill.symbolset/fiori.basket.fill.svg deleted file mode 100644 index d1aca195a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.basket.fill.symbolset/fiori.basket.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.basket.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.basket.symbolset/fiori.basket.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.basket.symbolset/fiori.basket.svg deleted file mode 100644 index 65d3f4b2d..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.basket.symbolset/fiori.basket.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.basket - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.2.symbolset/fiori.cart.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.2.symbolset/fiori.cart.2.svg deleted file mode 100644 index 7084f27c2..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.2.symbolset/fiori.cart.2.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.cart.2 - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.3.symbolset/fiori.cart.3.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.3.symbolset/fiori.cart.3.svg deleted file mode 100644 index 10e35645d..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.3.symbolset/fiori.cart.3.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.cart.3 - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.4.symbolset/fiori.cart.4.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.4.symbolset/fiori.cart.4.svg deleted file mode 100644 index 30626fc9e..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.4.symbolset/fiori.cart.4.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.cart.4 - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.approval.symbolset/fiori.cart.approval.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.approval.symbolset/fiori.cart.approval.svg deleted file mode 100644 index ceaa29847..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.approval.symbolset/fiori.cart.approval.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.cart.approval - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.fill.symbolset/Contents.json deleted file mode 100644 index 3dc88a2ca..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.fill.symbolset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - }, - "symbols" : [ - { - "filename" : "fiori.cart.fill.svg", - "idiom" : "universal" - } - ] -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.fill.symbolset/fiori.cart.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.fill.symbolset/fiori.cart.fill.svg deleted file mode 100644 index d9a9d5845..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.fill.symbolset/fiori.cart.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.cart.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.symbolset/fiori.cart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.symbolset/fiori.cart.svg deleted file mode 100644 index d7bf61054..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.symbolset/fiori.cart.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.cart - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.appear.offline.symbolset/fiori.appear.offline.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.appear.offline.symbolset/fiori.appear.offline.svg deleted file mode 100644 index 1c664438d..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.appear.offline.symbolset/fiori.appear.offline.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.appear.offline - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.busy.symbolset/fiori.busy.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.busy.symbolset/fiori.busy.svg deleted file mode 100644 index 819369dda..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.busy.symbolset/fiori.busy.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.busy - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.error.symbolset/fiori.error.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.error.symbolset/fiori.error.svg deleted file mode 100644 index e9369cc2b..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.error.symbolset/fiori.error.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.error - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.history.symbolset/fiori.history.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.history.symbolset/fiori.history.svg deleted file mode 100644 index 33d806c07..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.history.symbolset/fiori.history.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.history - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.information.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.information.fill.symbolset/Contents.json deleted file mode 100644 index 4911e058e..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.information.fill.symbolset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - }, - "symbols" : [ - { - "filename" : "fiori.information.fill.svg", - "idiom" : "universal" - } - ] -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.information.fill.symbolset/fiori.information.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.information.fill.symbolset/fiori.information.fill.svg deleted file mode 100644 index 1851e81d5..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.information.fill.symbolset/fiori.information.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.information.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.loader.0.symbolset/fiori.loader.0.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.loader.0.symbolset/fiori.loader.0.svg deleted file mode 100644 index 8531b4324..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.loader.0.symbolset/fiori.loader.0.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.loader.0 - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.loader.1.symbolset/fiori.loader.1.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.loader.1.symbolset/fiori.loader.1.svg deleted file mode 100644 index 822478912..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.loader.1.symbolset/fiori.loader.1.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.loader.1 - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.loader.3.symbolset/fiori.loader.3.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.loader.3.symbolset/fiori.loader.3.svg deleted file mode 100644 index 6b8a20118..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.loader.3.symbolset/fiori.loader.3.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.loader.3 - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.message.warning.symbolset/fiori.message.warning.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.message.warning.symbolset/fiori.message.warning.svg deleted file mode 100644 index 0fa3c23f1..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.message.warning.symbolset/fiori.message.warning.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.message.warning - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.notification.symbolset/fiori.notification.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.notification.symbolset/fiori.notification.svg deleted file mode 100644 index c21a2e09d..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.notification.symbolset/fiori.notification.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.notification - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.warning.symbolset/fiori.warning.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.warning.symbolset/fiori.warning.svg deleted file mode 100644 index 805a92dc5..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.warning.symbolset/fiori.warning.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.warning - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Tables/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Tables/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Tables/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Text/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Text/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Text/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Things/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Things/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Things/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Time/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Time/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Time/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Time/fiori.create.entry.time.symbolset/fiori.create.entry.time.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Time/fiori.create.entry.time.symbolset/fiori.create.entry.time.svg deleted file mode 100644 index 12f40e99a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Time/fiori.create.entry.time.symbolset/fiori.create.entry.time.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.create.entry.time - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Time/fiori.past.symbolset/fiori.past.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Time/fiori.past.symbolset/fiori.past.svg deleted file mode 100644 index 00d37bf7a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Time/fiori.past.symbolset/fiori.past.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.past - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.bus.public.transport.symbolset/fiori.bus.public.transport.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.bus.public.transport.symbolset/fiori.bus.public.transport.svg deleted file mode 100644 index ba694a826..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.bus.public.transport.symbolset/fiori.bus.public.transport.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.bus.public.transport - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.car.rental.fill.symbolset/fiori.car.rental.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.car.rental.fill.symbolset/fiori.car.rental.fill.svg deleted file mode 100644 index bbe2fe693..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.car.rental.fill.symbolset/fiori.car.rental.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.car.rental.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.car.rental.symbolset/fiori.car.rental.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.car.rental.symbolset/fiori.car.rental.svg deleted file mode 100644 index b56f16a96..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.car.rental.symbolset/fiori.car.rental.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.car.rental - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.cargo.train.symbolset/fiori.cargo.train.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.cargo.train.symbolset/fiori.cargo.train.svg deleted file mode 100644 index 913401775..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.cargo.train.symbolset/fiori.cargo.train.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.cargo.train - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.flight.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.flight.fill.symbolset/Contents.json deleted file mode 100644 index 844442990..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.flight.fill.symbolset/Contents.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - }, - "symbols" : [ - { - "filename" : "fiori.flight.fill.svg", - "idiom" : "universal" - } - ] -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.flight.fill.symbolset/fiori.flight.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.flight.fill.symbolset/fiori.flight.fill.svg deleted file mode 100644 index 20eea1632..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.flight.fill.symbolset/fiori.flight.fill.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.flight.fill - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.flight.symbolset/fiori.flight.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.flight.symbolset/fiori.flight.svg deleted file mode 100644 index 340c24d2a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.flight.symbolset/fiori.flight.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.flight - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.passenger.train.symbolset/fiori.passenger.train.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.passenger.train.symbolset/fiori.passenger.train.svg deleted file mode 100644 index 08b98b5fa..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.passenger.train.symbolset/fiori.passenger.train.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.passenger.train - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.shipping.status.symbolset/fiori.shipping.status.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.shipping.status.symbolset/fiori.shipping.status.svg deleted file mode 100644 index 6e60f7dee..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.shipping.status.symbolset/fiori.shipping.status.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.shipping.status - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Travel/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Travel/Contents.json deleted file mode 100644 index 73c00596a..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Travel/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Travel/fiori.meal.symbolset/fiori.meal.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Travel/fiori.meal.symbolset/fiori.meal.svg deleted file mode 100644 index 8fdd8be1f..000000000 --- a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Travel/fiori.meal.symbolset/fiori.meal.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - Weight/Scale Variations - Ultralight - Thin - Light - Regular - Medium - Semibold - Bold - Heavy - Black - - - - - - - - - - - Design Variations - Symbols are supported in up to nine weights and three scales. - For optimal layout with text and other symbols, vertically align - symbols with the adjacent text. - - - - - - Margins - Leading and trailing margins on the left and right side of each symbol - can be adjusted by modifying the x-location of the margin guidelines. - Modifications are automatically applied proportionally to all - scales and weights. - - - - Exporting - Symbols should be outlined when exporting to ensure the - design is preserved when submitting to Xcode. - Template v.3.0 - Requires Xcode 13 or greater - Generated from fiori.meal - Typeset at 100 points - Small - Medium - Large - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.ac.unit.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ac.unit.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.ac.unit.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ac.unit.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ac.unit.symbolset/fiori.ac.unit.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ac.unit.symbolset/fiori.ac.unit.svg new file mode 100644 index 000000000..8cc8a92e0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ac.unit.symbolset/fiori.ac.unit.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from ac.unit + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.accelerated.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accelerated.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.accelerated.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accelerated.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accelerated.symbolset/fiori.accelerated.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accelerated.symbolset/fiori.accelerated.svg new file mode 100644 index 000000000..61718dbf9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accelerated.symbolset/fiori.accelerated.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from accelerated + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.accept.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accept.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.accept.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accept.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accept.symbolset/fiori.accept.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accept.symbolset/fiori.accept.svg new file mode 100644 index 000000000..b0b3a14be --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accept.symbolset/fiori.accept.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from accept + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accessibility.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accessibility.symbolset/Contents.json new file mode 100644 index 000000000..57b6e5895 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accessibility.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.accessibility.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accessibility.symbolset/fiori.accessibility.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accessibility.symbolset/fiori.accessibility.svg new file mode 100644 index 000000000..01ad03c28 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accessibility.symbolset/fiori.accessibility.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from accessibility + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Medical/fiori.accidental.leave.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accidental.leave.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Medical/fiori.accidental.leave.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accidental.leave.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accidental.leave.symbolset/fiori.accidental.leave.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accidental.leave.symbolset/fiori.accidental.leave.svg new file mode 100644 index 000000000..3bd7d8fc0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accidental.leave.symbolset/fiori.accidental.leave.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from accidental.leave + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.account.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.account.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.account.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.account.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.account.symbolset/fiori.account.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.account.symbolset/fiori.account.svg new file mode 100644 index 000000000..21907d84f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.account.symbolset/fiori.account.svg @@ -0,0 +1,101 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from account + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accounting.document.verification.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accounting.document.verification.symbolset/Contents.json new file mode 100644 index 000000000..ab9ece829 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accounting.document.verification.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.accounting.document.verification.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accounting.document.verification.symbolset/fiori.accounting.document.verification.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accounting.document.verification.symbolset/fiori.accounting.document.verification.svg new file mode 100644 index 000000000..665c06577 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.accounting.document.verification.symbolset/fiori.accounting.document.verification.svg @@ -0,0 +1,101 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from accounting.document.verification + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.action.settings.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.action.settings.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.action.settings.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.action.settings.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.action.settings.fill.symbolset/fiori.action.settings.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.action.settings.fill.symbolset/fiori.action.settings.fill.svg new file mode 100644 index 000000000..b4d537868 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.action.settings.fill.symbolset/fiori.action.settings.fill.svg @@ -0,0 +1,101 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from action.settings.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.action.settings.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.action.settings.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.action.settings.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.action.settings.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.action.settings.symbolset/fiori.action.settings.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.action.settings.symbolset/fiori.action.settings.svg new file mode 100644 index 000000000..6691f3779 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.action.settings.symbolset/fiori.action.settings.svg @@ -0,0 +1,97 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from action.settings + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.action.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.action.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.action.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.action.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.action.symbolset/fiori.action.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.action.symbolset/fiori.action.svg new file mode 100644 index 000000000..15b71f662 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.action.symbolset/fiori.action.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from action + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.activate.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activate.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.activate.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activate.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activate.symbolset/fiori.activate.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activate.symbolset/fiori.activate.svg new file mode 100644 index 000000000..1bd5068e7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activate.symbolset/fiori.activate.svg @@ -0,0 +1,101 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from activate + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.activities.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activities.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.activities.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activities.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activities.symbolset/fiori.activities.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activities.symbolset/fiori.activities.svg new file mode 100644 index 000000000..c2fdbfb88 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activities.symbolset/fiori.activities.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from activities.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.2.symbolset/Contents.json new file mode 100644 index 000000000..09c4fc75c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.activity.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.2.symbolset/fiori.activity.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.2.symbolset/fiori.activity.2.svg new file mode 100644 index 000000000..790fde427 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.2.symbolset/fiori.activity.2.svg @@ -0,0 +1,101 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from activities + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.activity.assigned.to.goal.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.assigned.to.goal.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.activity.assigned.to.goal.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.assigned.to.goal.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.assigned.to.goal.symbolset/fiori.activity.assigned.to.goal.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.assigned.to.goal.symbolset/fiori.activity.assigned.to.goal.svg new file mode 100644 index 000000000..4136b9dfb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.assigned.to.goal.symbolset/fiori.activity.assigned.to.goal.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from activity.assigned.to.goal + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.activity.individual.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.individual.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.activity.individual.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.individual.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.individual.symbolset/fiori.activity.individual.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.individual.symbolset/fiori.activity.individual.svg new file mode 100644 index 000000000..defd8fec4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.individual.symbolset/fiori.activity.individual.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from activity.individual + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.activity.items.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.items.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.activity.items.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.items.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.items.symbolset/fiori.activity.items.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.items.symbolset/fiori.activity.items.svg new file mode 100644 index 000000000..5554fb6e0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.activity.items.symbolset/fiori.activity.items.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from activity.items + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.activity.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.activity.2.symbolset/Contents.json new file mode 100644 index 000000000..b3d4a3cca --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.activity.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.add.activity.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.activity.2.symbolset/fiori.add.activity.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.activity.2.symbolset/fiori.add.activity.2.svg new file mode 100644 index 000000000..6736dcf66 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.activity.2.symbolset/fiori.add.activity.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from add.activities + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.activity.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.activity.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.activity.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.activity.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.activity.symbolset/fiori.add.activity.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.activity.symbolset/fiori.add.activity.svg new file mode 100644 index 000000000..ededd8bc9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.activity.symbolset/fiori.add.activity.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from add.activity + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.calendar.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.calendar.symbolset/Contents.json new file mode 100644 index 000000000..857c89b78 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.calendar.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.add.calendar.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.calendar.symbolset/fiori.add.calendar.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.calendar.symbolset/fiori.add.calendar.svg new file mode 100644 index 000000000..4a94327b7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.calendar.symbolset/fiori.add.calendar.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from add.calendar + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.add.contact.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.contact.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.add.contact.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.contact.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.contact.symbolset/fiori.add.contact.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.contact.symbolset/fiori.add.contact.svg new file mode 100644 index 000000000..4cba28234 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.contact.symbolset/fiori.add.contact.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from add.contact + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.coursebook.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.coursebook.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.coursebook.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.coursebook.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.coursebook.symbolset/fiori.add.coursebook.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.coursebook.symbolset/fiori.add.coursebook.svg new file mode 100644 index 000000000..3f605724b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.coursebook.symbolset/fiori.add.coursebook.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from add.coursebook + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.document.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.document.2.symbolset/Contents.json new file mode 100644 index 000000000..f29907028 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.document.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.add.document.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.document.2.symbolset/fiori.add.document.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.document.2.symbolset/fiori.add.document.2.svg new file mode 100644 index 000000000..b5a84bce7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.document.2.symbolset/fiori.add.document.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from add.document.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.document.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.document.symbolset/Contents.json new file mode 100644 index 000000000..f2c0d451a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.document.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.add.document.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.document.symbolset/fiori.add.document.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.document.symbolset/fiori.add.document.svg new file mode 100644 index 000000000..92bbd881d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.document.symbolset/fiori.add.document.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from add.document + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.add.employee.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.employee.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.add.employee.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.employee.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.employee.symbolset/fiori.add.employee.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.employee.symbolset/fiori.add.employee.svg new file mode 100644 index 000000000..58f0e2953 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.employee.symbolset/fiori.add.employee.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from add.employee + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.equipment.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.equipment.symbolset/Contents.json new file mode 100644 index 000000000..a88d1db7d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.equipment.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.add.equipment.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.equipment.symbolset/fiori.add.equipment.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.equipment.symbolset/fiori.add.equipment.svg new file mode 100644 index 000000000..cdbe90b3c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.equipment.symbolset/fiori.add.equipment.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from add.equipment + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.favorite.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.favorite.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.favorite.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.favorite.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.favorite.symbolset/fiori.add.favorite.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.favorite.symbolset/fiori.add.favorite.svg new file mode 100644 index 000000000..f7162cf34 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.favorite.symbolset/fiori.add.favorite.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from add.favorite + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.filter.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.filter.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.filter.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.filter.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.filter.symbolset/fiori.add.filter.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.filter.symbolset/fiori.add.filter.svg new file mode 100644 index 000000000..8ad8e3bab --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.filter.symbolset/fiori.add.filter.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from add.filter + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.folder.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.folder.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.folder.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.folder.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.folder.symbolset/fiori.add.folder.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.folder.symbolset/fiori.add.folder.svg new file mode 100644 index 000000000..17515db66 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.folder.symbolset/fiori.add.folder.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from add.folder + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.photo.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.photo.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.photo.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.photo.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.photo.symbolset/fiori.add.photo.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.photo.symbolset/fiori.add.photo.svg new file mode 100644 index 000000000..148fff1d4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.photo.symbolset/fiori.add.photo.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from add.photo + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.process.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.process.symbolset/Contents.json new file mode 100644 index 000000000..047b93dcd --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.process.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.add.process.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.process.symbolset/fiori.add.process.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.process.symbolset/fiori.add.process.svg new file mode 100644 index 000000000..73d3b2fe5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.process.symbolset/fiori.add.process.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from add.process + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.product.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.product.symbolset/Contents.json new file mode 100644 index 000000000..a4bc8efa5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.product.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.add.product.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.product.symbolset/fiori.add.product.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.product.symbolset/fiori.add.product.svg new file mode 100644 index 000000000..40b138209 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.product.symbolset/fiori.add.product.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from add.product + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.add.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.symbolset/fiori.add.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.symbolset/fiori.add.svg new file mode 100644 index 000000000..e07ead5d6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.add.symbolset/fiori.add.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from add + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.address.book.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.address.book.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.address.book.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.address.book.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.address.book.symbolset/fiori.address.book.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.address.book.symbolset/fiori.address.book.svg new file mode 100644 index 000000000..283b3f705 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.address.book.symbolset/fiori.address.book.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from address.book + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.addresses.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.addresses.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.addresses.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.addresses.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.addresses.symbolset/fiori.addresses.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.addresses.symbolset/fiori.addresses.svg new file mode 100644 index 000000000..b0e42c8f4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.addresses.symbolset/fiori.addresses.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from addresses + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.alert.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.alert.symbolset/Contents.json new file mode 100644 index 000000000..c1a7390b7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.alert.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.alert.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.alert.symbolset/fiori.alert.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.alert.symbolset/fiori.alert.svg new file mode 100644 index 000000000..1a1737f82 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.alert.symbolset/fiori.alert.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from alert + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.along.stacked.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.along.stacked.chart.symbolset/Contents.json new file mode 100644 index 000000000..e083669aa --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.along.stacked.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.along.stacked.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.along.stacked.chart.symbolset/fiori.along.stacked.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.along.stacked.chart.symbolset/fiori.along.stacked.chart.svg new file mode 100644 index 000000000..b99d93ce7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.along.stacked.chart.symbolset/fiori.along.stacked.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from along.stacked.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.alphabetical.order.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.alphabetical.order.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.alphabetical.order.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.alphabetical.order.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.alphabetical.order.symbolset/fiori.alphabetical.order.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.alphabetical.order.symbolset/fiori.alphabetical.order.svg new file mode 100644 index 000000000..095027826 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.alphabetical.order.symbolset/fiori.alphabetical.order.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from alphabetical.order + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.appear.offline.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.appear.offline.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.appear.offline.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.appear.offline.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.appear.offline.symbolset/fiori.appear.offline.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.appear.offline.symbolset/fiori.appear.offline.svg new file mode 100644 index 000000000..d0a6922f3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.appear.offline.symbolset/fiori.appear.offline.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from appear.offline + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.appointment.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.appointment.2.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.appointment.2.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.appointment.2.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.appointment.2.symbolset/fiori.appointment.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.appointment.2.symbolset/fiori.appointment.2.svg new file mode 100644 index 000000000..e1f348a28 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.appointment.2.symbolset/fiori.appointment.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from appointment.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.appointment.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.appointment.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.appointment.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.appointment.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.appointment.symbolset/fiori.appointment.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.appointment.symbolset/fiori.appointment.svg new file mode 100644 index 000000000..6569f38ff --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.appointment.symbolset/fiori.appointment.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from appointment + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Form/fiori.approvals.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.approvals.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Form/fiori.approvals.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.approvals.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.approvals.symbolset/fiori.approvals.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.approvals.symbolset/fiori.approvals.svg new file mode 100644 index 000000000..d031995dc --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.approvals.symbolset/fiori.approvals.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from approvals + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.area.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.area.chart.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.area.chart.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.area.chart.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.area.chart.symbolset/fiori.area.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.area.chart.symbolset/fiori.area.chart.svg new file mode 100644 index 000000000..c928b5a6f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.area.chart.symbolset/fiori.area.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from area.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.arobase.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arobase.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.arobase.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arobase.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arobase.symbolset/fiori.arobase.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arobase.symbolset/fiori.arobase.svg new file mode 100644 index 000000000..3c450024b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arobase.symbolset/fiori.arobase.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from arobase + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.bottom.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.bottom.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.bottom.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.bottom.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.bottom.symbolset/fiori.arrow.bottom.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.bottom.symbolset/fiori.arrow.bottom.svg new file mode 100644 index 000000000..73309614d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.bottom.symbolset/fiori.arrow.bottom.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from arrow.bottom + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.down.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.down.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.down.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.down.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.down.symbolset/fiori.arrow.down.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.down.symbolset/fiori.arrow.down.svg new file mode 100644 index 000000000..6009ed52c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.down.symbolset/fiori.arrow.down.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from arrow.down + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.left.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.left.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.left.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.left.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.left.symbolset/fiori.arrow.left.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.left.symbolset/fiori.arrow.left.svg new file mode 100644 index 000000000..6a36bcce0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.left.symbolset/fiori.arrow.left.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from arrow.left + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.right.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.right.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.right.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.right.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.right.symbolset/fiori.arrow.right.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.right.symbolset/fiori.arrow.right.svg new file mode 100644 index 000000000..87135b7ae --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.right.symbolset/fiori.arrow.right.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from arrow.right + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.top.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.top.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.arrow.top.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.top.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.top.symbolset/fiori.arrow.top.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.top.symbolset/fiori.arrow.top.svg new file mode 100644 index 000000000..2f8b0451b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.arrow.top.symbolset/fiori.arrow.top.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from arrow.top + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.audio.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.audio.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.audio.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.audio.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.audio.symbolset/fiori.attachment.audio.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.audio.symbolset/fiori.attachment.audio.svg new file mode 100644 index 000000000..5eafc045d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.audio.symbolset/fiori.attachment.audio.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from attachment.audio + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.e.pub.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.e.pub.symbolset/Contents.json new file mode 100644 index 000000000..918ba716f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.e.pub.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.attachment.e.pub.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.e.pub.symbolset/fiori.attachment.e.pub.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.e.pub.symbolset/fiori.attachment.e.pub.svg new file mode 100644 index 000000000..31715d394 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.e.pub.symbolset/fiori.attachment.e.pub.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from attachment.epub + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.html.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.html.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.html.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.html.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.html.symbolset/fiori.attachment.html.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.html.symbolset/fiori.attachment.html.svg new file mode 100644 index 000000000..8593afd1c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.html.symbolset/fiori.attachment.html.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from attachment.html + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.photo.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.photo.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.photo.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.photo.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.photo.symbolset/fiori.attachment.photo.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.photo.symbolset/fiori.attachment.photo.svg new file mode 100644 index 000000000..142cacf4e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.photo.symbolset/fiori.attachment.photo.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from attachment.photo + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.symbolset/fiori.attachment.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.symbolset/fiori.attachment.svg new file mode 100644 index 000000000..8dfb90c8d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.symbolset/fiori.attachment.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from attachment + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.text.file.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.text.file.symbolset/Contents.json new file mode 100644 index 000000000..03245df82 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.text.file.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.attachment.text.file.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.text.file.symbolset/fiori.attachment.text.file.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.text.file.symbolset/fiori.attachment.text.file.svg new file mode 100644 index 000000000..a7a139f07 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.text.file.symbolset/fiori.attachment.text.file.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from attachment.text + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.video.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.video.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.attachment.video.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.video.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.video.symbolset/fiori.attachment.video.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.video.symbolset/fiori.attachment.video.svg new file mode 100644 index 000000000..1d2c48138 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.video.symbolset/fiori.attachment.video.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from attachment.video + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.zip.file.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.zip.file.symbolset/Contents.json new file mode 100644 index 000000000..6aafef256 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.zip.file.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.attachment.zip.file.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.zip.file.symbolset/fiori.attachment.zip.file.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.zip.file.symbolset/fiori.attachment.zip.file.svg new file mode 100644 index 000000000..5b5c5d589 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.attachment.zip.file.symbolset/fiori.attachment.zip.file.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from attachment.zip + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.away.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.away.symbolset/Contents.json new file mode 100644 index 000000000..479cbfc23 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.away.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.away.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.away.symbolset/fiori.away.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.away.symbolset/fiori.away.svg new file mode 100644 index 000000000..a4025ef35 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.away.symbolset/fiori.away.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from away + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.back.to.top.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.back.to.top.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.back.to.top.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.back.to.top.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.back.to.top.symbolset/fiori.back.to.top.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.back.to.top.symbolset/fiori.back.to.top.svg new file mode 100644 index 000000000..2581a7aa0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.back.to.top.symbolset/fiori.back.to.top.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from back.to.top + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.background.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.background.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.background.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.background.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.background.symbolset/fiori.background.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.background.symbolset/fiori.background.svg new file mode 100644 index 000000000..64034bb0c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.background.symbolset/fiori.background.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from background + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.badge.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.badge.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.badge.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.badge.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.badge.symbolset/fiori.badge.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.badge.symbolset/fiori.badge.svg new file mode 100644 index 000000000..def5b432c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.badge.symbolset/fiori.badge.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from badge + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bar.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bar.chart.symbolset/Contents.json new file mode 100644 index 000000000..bedbdb0f4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bar.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.bar.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bar.chart.symbolset/fiori.bar.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bar.chart.symbolset/fiori.bar.chart.svg new file mode 100644 index 000000000..55dc3c940 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bar.chart.symbolset/fiori.bar.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from bar.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bar.code.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bar.code.symbolset/Contents.json new file mode 100644 index 000000000..9eda1f10b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bar.code.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.bar.code.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bar.code.symbolset/fiori.bar.code.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bar.code.symbolset/fiori.bar.code.svg new file mode 100644 index 000000000..74d448cd2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bar.code.symbolset/fiori.bar.code.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from barcode + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.basket.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.basket.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.basket.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.basket.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.basket.fill.symbolset/fiori.basket.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.basket.fill.symbolset/fiori.basket.fill.svg new file mode 100644 index 000000000..763fda474 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.basket.fill.symbolset/fiori.basket.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from basket.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.basket.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.basket.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.basket.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.basket.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.basket.symbolset/fiori.basket.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.basket.symbolset/fiori.basket.svg new file mode 100644 index 000000000..8a0910c59 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.basket.symbolset/fiori.basket.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from basket + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.batch.payments.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.batch.payments.2.symbolset/Contents.json new file mode 100644 index 000000000..c3a1cd98f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.batch.payments.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.batch.payments.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.batch.payments.2.symbolset/fiori.batch.payments.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.batch.payments.2.symbolset/fiori.batch.payments.2.svg new file mode 100644 index 000000000..a90ef8fc7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.batch.payments.2.symbolset/fiori.batch.payments.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from batch.payments.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/fiori.batch.payments.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.batch.payments.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/fiori.batch.payments.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.batch.payments.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.batch.payments.symbolset/fiori.batch.payments.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.batch.payments.symbolset/fiori.batch.payments.svg new file mode 100644 index 000000000..80c913653 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.batch.payments.symbolset/fiori.batch.payments.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from batch.payments + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bbyd.active.sales.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bbyd.active.sales.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bbyd.active.sales.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bbyd.active.sales.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bbyd.active.sales.symbolset/fiori.bbyd.active.sales.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bbyd.active.sales.symbolset/fiori.bbyd.active.sales.svg new file mode 100644 index 000000000..02a0c435f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bbyd.active.sales.symbolset/fiori.bbyd.active.sales.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from bbyd.active.sales + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bbyd.dashboard.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bbyd.dashboard.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bbyd.dashboard.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bbyd.dashboard.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bbyd.dashboard.symbolset/fiori.bbyd.dashboard.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bbyd.dashboard.symbolset/fiori.bbyd.dashboard.svg new file mode 100644 index 000000000..2ba0eebf4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bbyd.dashboard.symbolset/fiori.bbyd.dashboard.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from bbyd.dashboard + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Medical/fiori.bed.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bed.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Medical/fiori.bed.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bed.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bed.symbolset/fiori.bed.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bed.symbolset/fiori.bed.svg new file mode 100644 index 000000000..738a710db --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bed.symbolset/fiori.bed.svg @@ -0,0 +1,136 @@ + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from bed + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.begin.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.begin.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.begin.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.begin.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.begin.symbolset/fiori.begin.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.begin.symbolset/fiori.begin.svg new file mode 100644 index 000000000..1f1cbb605 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.begin.symbolset/fiori.begin.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from begin + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bell.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bell.2.symbolset/Contents.json new file mode 100644 index 000000000..6cf3c945f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bell.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.bell.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bell.2.symbolset/fiori.bell.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bell.2.symbolset/fiori.bell.2.svg new file mode 100644 index 000000000..bb4869557 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bell.2.symbolset/fiori.bell.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from bell.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bell.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bell.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bell.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bell.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bell.symbolset/fiori.bell.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bell.symbolset/fiori.bell.svg new file mode 100644 index 000000000..954a4d1e3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bell.symbolset/fiori.bell.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from bell + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.biometric.face.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.biometric.face.symbolset/Contents.json new file mode 100644 index 000000000..02149fccb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.biometric.face.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.biometric.face.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.biometric.face.symbolset/fiori.biometric.face.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.biometric.face.symbolset/fiori.biometric.face.svg new file mode 100644 index 000000000..73910312e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.biometric.face.symbolset/fiori.biometric.face.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from biometric.face + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.biometric.thumb.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.biometric.thumb.symbolset/Contents.json new file mode 100644 index 000000000..317a77f69 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.biometric.thumb.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.biometric.thumb.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.biometric.thumb.symbolset/fiori.biometric.thumb.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.biometric.thumb.symbolset/fiori.biometric.thumb.svg new file mode 100644 index 000000000..376205d65 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.biometric.thumb.symbolset/fiori.biometric.thumb.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from biometric.thumb + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.blank.tag.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.blank.tag.2.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.blank.tag.2.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.blank.tag.2.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.blank.tag.2.symbolset/fiori.blank.tag.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.blank.tag.2.symbolset/fiori.blank.tag.2.svg new file mode 100644 index 000000000..dd603d8c8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.blank.tag.2.symbolset/fiori.blank.tag.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from blank.tag.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.blank.tag.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.blank.tag.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.blank.tag.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.blank.tag.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.blank.tag.symbolset/fiori.blank.tag.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.blank.tag.symbolset/fiori.blank.tag.svg new file mode 100644 index 000000000..8df98a3da --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.blank.tag.symbolset/fiori.blank.tag.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from blank.tag + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.blur.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.blur.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.blur.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.blur.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.blur.symbolset/fiori.blur.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.blur.symbolset/fiori.blur.svg new file mode 100644 index 000000000..f05cb16e3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.blur.symbolset/fiori.blur.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from blur + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bo.strategy.management.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bo.strategy.management.symbolset/Contents.json new file mode 100644 index 000000000..e088d4c7f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bo.strategy.management.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.bo.strategy.management.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bo.strategy.management.symbolset/fiori.bo.strategy.management.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bo.strategy.management.symbolset/fiori.bo.strategy.management.svg new file mode 100644 index 000000000..6e5f27710 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bo.strategy.management.symbolset/fiori.bo.strategy.management.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from bo.strategy.management + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bold.text.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bold.text.symbolset/Contents.json new file mode 100644 index 000000000..769a6bbeb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bold.text.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.bold.text.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bold.text.symbolset/fiori.bold.text.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bold.text.symbolset/fiori.bold.text.svg new file mode 100644 index 000000000..9dadcd1f6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bold.text.symbolset/fiori.bold.text.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from bold.text + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bookmark.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bookmark.2.symbolset/Contents.json new file mode 100644 index 000000000..378b558ad --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bookmark.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.bookmark.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bookmark.2.symbolset/fiori.bookmark.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bookmark.2.symbolset/fiori.bookmark.2.svg new file mode 100644 index 000000000..360b26106 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bookmark.2.symbolset/fiori.bookmark.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from bookmark.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.bookmark.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bookmark.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.bookmark.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bookmark.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bookmark.symbolset/fiori.bookmark.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bookmark.symbolset/fiori.bookmark.svg new file mode 100644 index 000000000..2858ca1ee --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bookmark.symbolset/fiori.bookmark.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from bookmark + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.border.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.border.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.border.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.border.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.border.symbolset/fiori.border.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.border.symbolset/fiori.border.svg new file mode 100644 index 000000000..7070ca9dd --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.border.symbolset/fiori.border.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from border + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.broken.link.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.broken.link.symbolset/Contents.json new file mode 100644 index 000000000..6fd0e4c50 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.broken.link.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.broken.link.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.broken.link.symbolset/fiori.broken.link.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.broken.link.symbolset/fiori.broken.link.svg new file mode 100644 index 000000000..c62f9c598 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.broken.link.symbolset/fiori.broken.link.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from broken.link + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.browse.folder.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.browse.folder.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.browse.folder.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.browse.folder.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.browse.folder.symbolset/fiori.browse.folder.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.browse.folder.symbolset/fiori.browse.folder.svg new file mode 100644 index 000000000..30d4791ab --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.browse.folder.symbolset/fiori.browse.folder.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from browse.folder + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.bubble.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bubble.chart.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.bubble.chart.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bubble.chart.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bubble.chart.symbolset/fiori.bubble.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bubble.chart.symbolset/fiori.bubble.chart.svg new file mode 100644 index 000000000..2a25afe1c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bubble.chart.symbolset/fiori.bubble.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from bubble.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.building.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.building.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.building.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.building.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.building.symbolset/fiori.building.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.building.symbolset/fiori.building.svg new file mode 100644 index 000000000..4f58ddeb8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.building.symbolset/fiori.building.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from building + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bullet.text.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bullet.text.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bullet.text.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bullet.text.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bullet.text.fill.symbolset/fiori.bullet.text.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bullet.text.fill.symbolset/fiori.bullet.text.fill.svg new file mode 100644 index 000000000..0af5f5434 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bullet.text.fill.symbolset/fiori.bullet.text.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from bullet.text.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bullet.text.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bullet.text.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.bullet.text.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bullet.text.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bullet.text.symbolset/fiori.bullet.text.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bullet.text.symbolset/fiori.bullet.text.svg new file mode 100644 index 000000000..6c64e1622 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bullet.text.symbolset/fiori.bullet.text.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from bullet.text + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.burglary.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.burglary.symbolset/Contents.json new file mode 100644 index 000000000..b88fcce28 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.burglary.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.burglary.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.burglary.symbolset/fiori.burglary.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.burglary.symbolset/fiori.burglary.svg new file mode 100644 index 000000000..c27a611c2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.burglary.symbolset/fiori.burglary.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from burglary + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.bus.public.transport.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bus.public.transport.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.bus.public.transport.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bus.public.transport.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bus.public.transport.symbolset/fiori.bus.public.transport.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bus.public.transport.symbolset/fiori.bus.public.transport.svg new file mode 100644 index 000000000..2adf5ac1d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.bus.public.transport.symbolset/fiori.bus.public.transport.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from bus.public.transport + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.by.design.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.by.design.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.by.design.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.by.design.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.by.design.symbolset/fiori.business.by.design.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.by.design.symbolset/fiori.business.by.design.svg new file mode 100644 index 000000000..a0b4db4cb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.by.design.symbolset/fiori.business.by.design.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from business.by.design + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.card.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.card.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.card.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.card.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.card.fill.symbolset/fiori.business.card.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.card.fill.symbolset/fiori.business.card.fill.svg new file mode 100644 index 000000000..09966e386 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.card.fill.symbolset/fiori.business.card.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from business.card.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.card.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.card.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.card.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.card.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.card.symbolset/fiori.business.card.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.card.symbolset/fiori.business.card.svg new file mode 100644 index 000000000..757d1258f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.card.symbolset/fiori.business.card.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from business.card + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.business.objects.experience.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.experience.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.business.objects.experience.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.experience.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.experience.fill.symbolset/fiori.business.objects.experience.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.experience.fill.symbolset/fiori.business.objects.experience.fill.svg new file mode 100644 index 000000000..7d486a182 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.experience.fill.symbolset/fiori.business.objects.experience.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from business.objects.experience.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.business.objects.experience.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.experience.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.business.objects.experience.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.experience.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.experience.symbolset/fiori.business.objects.experience.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.experience.symbolset/fiori.business.objects.experience.svg new file mode 100644 index 000000000..8684376c7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.experience.symbolset/fiori.business.objects.experience.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from business.objects.experience + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.objects.explorer.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.explorer.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.objects.explorer.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.explorer.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.explorer.symbolset/fiori.business.objects.explorer.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.explorer.symbolset/fiori.business.objects.explorer.svg new file mode 100644 index 000000000..4bf5f746c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.explorer.symbolset/fiori.business.objects.explorer.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from business.objects.explorer + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.objects.mobile.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.mobile.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.objects.mobile.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.mobile.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.mobile.fill.symbolset/fiori.business.objects.mobile.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.mobile.fill.symbolset/fiori.business.objects.mobile.fill.svg new file mode 100644 index 000000000..d75888418 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.mobile.fill.symbolset/fiori.business.objects.mobile.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from business.objects.mobile.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.objects.mobile.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.mobile.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.business.objects.mobile.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.mobile.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.mobile.symbolset/fiori.business.objects.mobile.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.mobile.symbolset/fiori.business.objects.mobile.svg new file mode 100644 index 000000000..533b79d68 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.objects.mobile.symbolset/fiori.business.objects.mobile.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from business.objects.mobile + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.one.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.one.symbolset/Contents.json new file mode 100644 index 000000000..f7e8b96c4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.one.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.business.one.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.one.symbolset/fiori.business.one.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.one.symbolset/fiori.business.one.svg new file mode 100644 index 000000000..c1cc236aa --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.business.one.symbolset/fiori.business.one.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from business.one + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.busy.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.busy.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.busy.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.busy.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.busy.symbolset/fiori.busy.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.busy.symbolset/fiori.busy.svg new file mode 100644 index 000000000..e569b030c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.busy.symbolset/fiori.busy.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from busy + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.calendar.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.calendar.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.calendar.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.calendar.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.calendar.fill.symbolset/fiori.calendar.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.calendar.fill.symbolset/fiori.calendar.fill.svg new file mode 100644 index 000000000..5494e5db1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.calendar.fill.symbolset/fiori.calendar.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from calendar.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.calendar.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.calendar.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.calendar.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.calendar.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.calendar.symbolset/fiori.calendar.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.calendar.symbolset/fiori.calendar.svg new file mode 100644 index 000000000..c5f4ca661 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.calendar.symbolset/fiori.calendar.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from calendar + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.call.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.call.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.call.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.call.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.call.symbolset/fiori.call.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.call.symbolset/fiori.call.svg new file mode 100644 index 000000000..6cf1ace66 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.call.symbolset/fiori.call.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from call + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.camera.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.camera.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.camera.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.camera.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.camera.symbolset/fiori.camera.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.camera.symbolset/fiori.camera.svg new file mode 100644 index 000000000..d0b31ddf9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.camera.symbolset/fiori.camera.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from camera + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.cancel.maintenance.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cancel.maintenance.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.cancel.maintenance.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cancel.maintenance.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cancel.maintenance.symbolset/fiori.cancel.maintenance.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cancel.maintenance.symbolset/fiori.cancel.maintenance.svg new file mode 100644 index 000000000..626d4c4c3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cancel.maintenance.symbolset/fiori.cancel.maintenance.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from cancel.maintenance + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.cancel.share.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cancel.share.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.cancel.share.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cancel.share.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cancel.share.symbolset/fiori.cancel.share.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cancel.share.symbolset/fiori.cancel.share.svg new file mode 100644 index 000000000..fe10eff09 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cancel.share.symbolset/fiori.cancel.share.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from cancel.share + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cancel.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cancel.symbolset/Contents.json new file mode 100644 index 000000000..5de67be92 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cancel.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.cancel.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cancel.symbolset/fiori.cancel.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cancel.symbolset/fiori.cancel.svg new file mode 100644 index 000000000..e36a6d1b7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cancel.symbolset/fiori.cancel.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from cancel + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.capital.projects.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.capital.projects.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.capital.projects.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.capital.projects.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.capital.projects.symbolset/fiori.capital.projects.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.capital.projects.symbolset/fiori.capital.projects.svg new file mode 100644 index 000000000..bdbf8c54e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.capital.projects.symbolset/fiori.capital.projects.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from capital.projects + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.car.rental.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.car.rental.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.car.rental.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.car.rental.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.car.rental.fill.symbolset/fiori.car.rental.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.car.rental.fill.symbolset/fiori.car.rental.fill.svg new file mode 100644 index 000000000..c4730c0c7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.car.rental.fill.symbolset/fiori.car.rental.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from car.rental.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.car.rental.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.car.rental.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.car.rental.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.car.rental.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.car.rental.symbolset/fiori.car.rental.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.car.rental.symbolset/fiori.car.rental.svg new file mode 100644 index 000000000..78c1d8b35 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.car.rental.symbolset/fiori.car.rental.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from car.rental + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.card.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.card.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.card.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.card.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.card.symbolset/fiori.card.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.card.symbolset/fiori.card.svg new file mode 100644 index 000000000..5f6e4ad56 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.card.symbolset/fiori.card.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from card + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.cargo.train.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cargo.train.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.cargo.train.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cargo.train.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cargo.train.symbolset/fiori.cargo.train.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cargo.train.symbolset/fiori.cargo.train.svg new file mode 100644 index 000000000..f997ddb75 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cargo.train.symbolset/fiori.cargo.train.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from cargo.train + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.2.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.2.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.2.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.2.symbolset/fiori.cart.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.2.symbolset/fiori.cart.2.svg new file mode 100644 index 000000000..5c5ff03dd --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.2.symbolset/fiori.cart.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from cart.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.3.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.3.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.3.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.3.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.3.symbolset/fiori.cart.3.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.3.symbolset/fiori.cart.3.svg new file mode 100644 index 000000000..b0ea6febe --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.3.symbolset/fiori.cart.3.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from cart.3 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.4.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.4.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.4.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.4.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.4.symbolset/fiori.cart.4.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.4.symbolset/fiori.cart.4.svg new file mode 100644 index 000000000..7156cae0f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.4.symbolset/fiori.cart.4.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from cart.4 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.5.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.5.symbolset/Contents.json new file mode 100644 index 000000000..5ba776de8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.5.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.cart.5.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.5.symbolset/fiori.cart.5.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.5.symbolset/fiori.cart.5.svg new file mode 100644 index 000000000..36b50c2fa --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.5.symbolset/fiori.cart.5.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from cart.5 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.approval.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.approval.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.approval.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.approval.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.approval.symbolset/fiori.cart.approval.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.approval.symbolset/fiori.cart.approval.svg new file mode 100644 index 000000000..c06e2d331 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.approval.symbolset/fiori.cart.approval.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from cart.approval + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.full.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.full.symbolset/Contents.json new file mode 100644 index 000000000..70b3b0b13 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.full.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.cart.full.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.full.symbolset/fiori.cart.full.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.full.symbolset/fiori.cart.full.svg new file mode 100644 index 000000000..a7bd50dc5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.full.symbolset/fiori.cart.full.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from cart.full + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Shopping/fiori.cart.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.symbolset/fiori.cart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.symbolset/fiori.cart.svg new file mode 100644 index 000000000..36099a9a7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cart.symbolset/fiori.cart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from cart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.cause.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cause.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.cause.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cause.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cause.symbolset/fiori.cause.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cause.symbolset/fiori.cause.svg new file mode 100644 index 000000000..5c9421353 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cause.symbolset/fiori.cause.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from cause + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chain.link.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chain.link.symbolset/Contents.json new file mode 100644 index 000000000..34710b3f3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chain.link.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.chain.link.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chain.link.symbolset/fiori.chain.link.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chain.link.symbolset/fiori.chain.link.svg new file mode 100644 index 000000000..7e70325be --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chain.link.symbolset/fiori.chain.link.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from chain.link + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chalkboard.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chalkboard.symbolset/Contents.json new file mode 100644 index 000000000..9c45a698e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chalkboard.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.chalkboard.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chalkboard.symbolset/fiori.chalkboard.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chalkboard.symbolset/fiori.chalkboard.svg new file mode 100644 index 000000000..9a9685cb5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chalkboard.symbolset/fiori.chalkboard.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from chalkboard + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chart.axis.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chart.axis.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chart.axis.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chart.axis.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chart.axis.symbolset/fiori.chart.axis.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chart.axis.symbolset/fiori.chart.axis.svg new file mode 100644 index 000000000..a5334cfcc --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chart.axis.symbolset/fiori.chart.axis.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from chart.axis + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chart.table.view.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chart.table.view.symbolset/Contents.json new file mode 100644 index 000000000..7328614bc --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chart.table.view.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.chart.table.view.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chart.table.view.symbolset/fiori.chart.table.view.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chart.table.view.symbolset/fiori.chart.table.view.svg new file mode 100644 index 000000000..4e433088c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chart.table.view.symbolset/fiori.chart.table.view.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from chart.table.view + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chart.tree.map.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chart.tree.map.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chart.tree.map.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chart.tree.map.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chart.tree.map.symbolset/fiori.chart.tree.map.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chart.tree.map.symbolset/fiori.chart.tree.map.svg new file mode 100644 index 000000000..a61c4d948 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chart.tree.map.symbolset/fiori.chart.tree.map.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from chart.tree.map + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.check.availability.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.check.availability.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.check.availability.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.check.availability.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.check.availability.symbolset/fiori.check.availability.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.check.availability.symbolset/fiori.check.availability.svg new file mode 100644 index 000000000..cfb9532f8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.check.availability.symbolset/fiori.check.availability.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from check.availability + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.2.symbolset/Contents.json new file mode 100644 index 000000000..728c5e63e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.checklist.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.2.symbolset/fiori.checklist.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.2.symbolset/fiori.checklist.2.svg new file mode 100644 index 000000000..ee1b44224 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.2.symbolset/fiori.checklist.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from checklist.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.item.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.item.2.symbolset/Contents.json new file mode 100644 index 000000000..d444ebdb9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.item.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.checklist.item.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.item.2.symbolset/fiori.checklist.item.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.item.2.symbolset/fiori.checklist.item.2.svg new file mode 100644 index 000000000..b614b01d5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.item.2.symbolset/fiori.checklist.item.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from checklist.item.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.item.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.item.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.item.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.item.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.item.symbolset/fiori.checklist.item.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.item.symbolset/fiori.checklist.item.svg new file mode 100644 index 000000000..93a57ab54 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.item.symbolset/fiori.checklist.item.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from checklist.item + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.checklist.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.symbolset/fiori.checklist.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.symbolset/fiori.checklist.svg new file mode 100644 index 000000000..099427ae5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.checklist.symbolset/fiori.checklist.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from checklist + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chevron.phase.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chevron.phase.2.symbolset/Contents.json new file mode 100644 index 000000000..c7d6c1778 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chevron.phase.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.chevron.phase.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chevron.phase.2.symbolset/fiori.chevron.phase.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chevron.phase.2.symbolset/fiori.chevron.phase.2.svg new file mode 100644 index 000000000..194191837 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chevron.phase.2.symbolset/fiori.chevron.phase.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from chevron.phase.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chevron.phase.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chevron.phase.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.chevron.phase.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chevron.phase.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chevron.phase.symbolset/fiori.chevron.phase.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chevron.phase.symbolset/fiori.chevron.phase.svg new file mode 100644 index 000000000..66a6d552c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.chevron.phase.symbolset/fiori.chevron.phase.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from chevron.phase + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.choropleth.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.choropleth.chart.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.choropleth.chart.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.choropleth.chart.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.choropleth.chart.symbolset/fiori.choropleth.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.choropleth.chart.symbolset/fiori.choropleth.chart.svg new file mode 100644 index 000000000..ae061f8ec --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.choropleth.chart.symbolset/fiori.choropleth.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from choropleth.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.circle.task.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.circle.task.2.symbolset/Contents.json new file mode 100644 index 000000000..ce9b628bb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.circle.task.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.circle.task.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.circle.task.2.symbolset/fiori.circle.task.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.circle.task.2.symbolset/fiori.circle.task.2.svg new file mode 100644 index 000000000..45a093756 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.circle.task.2.symbolset/fiori.circle.task.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from circle.task.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.circle.task.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.circle.task.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.circle.task.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.circle.task.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.circle.task.fill.symbolset/fiori.circle.task.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.circle.task.fill.symbolset/fiori.circle.task.fill.svg new file mode 100644 index 000000000..837f808c2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.circle.task.fill.symbolset/fiori.circle.task.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from circle.task.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.circle.task.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.circle.task.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.circle.task.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.circle.task.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.circle.task.symbolset/fiori.circle.task.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.circle.task.symbolset/fiori.circle.task.svg new file mode 100644 index 000000000..55706b828 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.circle.task.symbolset/fiori.circle.task.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from circle.task + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.citizen.connect.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.citizen.connect.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.citizen.connect.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.citizen.connect.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.citizen.connect.symbolset/fiori.citizen.connect.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.citizen.connect.symbolset/fiori.citizen.connect.svg new file mode 100644 index 000000000..dcabbf490 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.citizen.connect.symbolset/fiori.citizen.connect.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from citizen.connect + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clear.all.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clear.all.symbolset/Contents.json new file mode 100644 index 000000000..a0ccec255 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clear.all.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.clear.all.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clear.all.symbolset/fiori.clear.all.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clear.all.symbolset/fiori.clear.all.svg new file mode 100644 index 000000000..e32e18f28 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clear.all.symbolset/fiori.clear.all.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from clear.all + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.clear.filter.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clear.filter.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.clear.filter.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clear.filter.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clear.filter.symbolset/fiori.clear.filter.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clear.filter.symbolset/fiori.clear.filter.svg new file mode 100644 index 000000000..075aabf42 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clear.filter.symbolset/fiori.clear.filter.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from clear.filter + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.clinical.order.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clinical.order.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.clinical.order.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clinical.order.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clinical.order.symbolset/fiori.clinical.order.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clinical.order.symbolset/fiori.clinical.order.svg new file mode 100644 index 000000000..a5522e4bb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clinical.order.symbolset/fiori.clinical.order.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from clinical.order + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clinical.task.tracker.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clinical.task.tracker.symbolset/Contents.json new file mode 100644 index 000000000..aa9e3d267 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clinical.task.tracker.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.clinical.task.tracker.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clinical.task.tracker.symbolset/fiori.clinical.task.tracker.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clinical.task.tracker.symbolset/fiori.clinical.task.tracker.svg new file mode 100644 index 000000000..d6d599e5e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.clinical.task.tracker.symbolset/fiori.clinical.task.tracker.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from clinical.fast.tracker.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.close.command.field.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.close.command.field.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.close.command.field.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.close.command.field.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.close.command.field.symbolset/fiori.close.command.field.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.close.command.field.symbolset/fiori.close.command.field.svg new file mode 100644 index 000000000..8eac0a033 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.close.command.field.symbolset/fiori.close.command.field.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from close.command.field + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cloud.check.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cloud.check.symbolset/Contents.json new file mode 100644 index 000000000..910517642 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cloud.check.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.cloud.check.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cloud.check.symbolset/fiori.cloud.check.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cloud.check.symbolset/fiori.cloud.check.svg new file mode 100644 index 000000000..0e1762273 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cloud.check.symbolset/fiori.cloud.check.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from cloud.check + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.cloud.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cloud.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.cloud.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cloud.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cloud.symbolset/fiori.cloud.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cloud.symbolset/fiori.cloud.svg new file mode 100644 index 000000000..2d257dfb4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cloud.symbolset/fiori.cloud.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from cloud + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.co.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.co.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.co.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.co.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.co.symbolset/fiori.co.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.co.symbolset/fiori.co.svg new file mode 100644 index 000000000..d7909f5f2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.co.symbolset/fiori.co.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from co + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.collaborate.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collaborate.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.collaborate.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collaborate.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collaborate.fill.symbolset/fiori.collaborate.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collaborate.fill.symbolset/fiori.collaborate.fill.svg new file mode 100644 index 000000000..77dfc2658 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collaborate.fill.symbolset/fiori.collaborate.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from collaborate.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.collaborate.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collaborate.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.collaborate.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collaborate.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collaborate.symbolset/fiori.collaborate.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collaborate.symbolset/fiori.collaborate.svg new file mode 100644 index 000000000..99ea19176 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collaborate.symbolset/fiori.collaborate.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from collaborate + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collapse.all.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collapse.all.symbolset/Contents.json new file mode 100644 index 000000000..5d47d38ae --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collapse.all.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.collapse.all.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collapse.all.symbolset/fiori.collapse.all.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collapse.all.symbolset/fiori.collapse.all.svg new file mode 100644 index 000000000..e3599592f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collapse.all.symbolset/fiori.collapse.all.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from collapse.all + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collapse.group.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collapse.group.symbolset/Contents.json new file mode 100644 index 000000000..811ada001 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collapse.group.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.collapse.group.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collapse.group.symbolset/fiori.collapse.group.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collapse.group.symbolset/fiori.collapse.group.svg new file mode 100644 index 000000000..5479306fa --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collapse.group.symbolset/fiori.collapse.group.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from collapse.group + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collapse.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collapse.symbolset/Contents.json new file mode 100644 index 000000000..f4be2c2bb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collapse.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.collapse.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collapse.symbolset/fiori.collapse.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collapse.symbolset/fiori.collapse.svg new file mode 100644 index 000000000..f6bbdadf0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collapse.symbolset/fiori.collapse.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from collapse + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collections.insight.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collections.insight.symbolset/Contents.json new file mode 100644 index 000000000..aefae51bf --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collections.insight.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.collections.insight.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collections.insight.symbolset/fiori.collections.insight.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collections.insight.symbolset/fiori.collections.insight.svg new file mode 100644 index 000000000..a71ebe2db --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collections.insight.symbolset/fiori.collections.insight.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from collections.insight + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collections.management.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collections.management.symbolset/Contents.json new file mode 100644 index 000000000..84b58b821 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collections.management.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.collections.management.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collections.management.symbolset/fiori.collections.management.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collections.management.symbolset/fiori.collections.management.svg new file mode 100644 index 000000000..75ea8561d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collections.management.symbolset/fiori.collections.management.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from collections.management + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collision.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collision.symbolset/Contents.json new file mode 100644 index 000000000..dbf23bf6f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collision.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.collision.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collision.symbolset/fiori.collision.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collision.symbolset/fiori.collision.svg new file mode 100644 index 000000000..25a73a407 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.collision.symbolset/fiori.collision.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from collision + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.color.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.color.fill.symbolset/Contents.json new file mode 100644 index 000000000..60fc11dba --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.color.fill.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.color.fill.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.color.fill.symbolset/fiori.color.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.color.fill.symbolset/fiori.color.fill.svg new file mode 100644 index 000000000..3f08dc7a0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.color.fill.symbolset/fiori.color.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from color.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.column.chart.dual.axis.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.column.chart.dual.axis.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.column.chart.dual.axis.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.column.chart.dual.axis.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.column.chart.dual.axis.symbolset/fiori.column.chart.dual.axis.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.column.chart.dual.axis.symbolset/fiori.column.chart.dual.axis.svg new file mode 100644 index 000000000..e9ee2a143 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.column.chart.dual.axis.symbolset/fiori.column.chart.dual.axis.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from column.chart.dual.axis + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.combine.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.combine.symbolset/Contents.json new file mode 100644 index 000000000..0e1668feb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.combine.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.combine.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.combine.symbolset/fiori.combine.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.combine.symbolset/fiori.combine.svg new file mode 100644 index 000000000..320157385 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.combine.symbolset/fiori.combine.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from combine + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.command.line.interfaces.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.command.line.interfaces.symbolset/Contents.json new file mode 100644 index 000000000..cdc8bbcf4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.command.line.interfaces.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.command.line.interfaces.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.command.line.interfaces.symbolset/fiori.command.line.interfaces.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.command.line.interfaces.symbolset/fiori.command.line.interfaces.svg new file mode 100644 index 000000000..9448c331c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.command.line.interfaces.symbolset/fiori.command.line.interfaces.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from command.line.interfaces + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.comment.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.comment.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.comment.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.comment.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.comment.symbolset/fiori.comment.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.comment.symbolset/fiori.comment.svg new file mode 100644 index 000000000..4c6990261 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.comment.symbolset/fiori.comment.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from comment + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.commission.check.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.commission.check.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.commission.check.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.commission.check.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.commission.check.symbolset/fiori.commission.check.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.commission.check.symbolset/fiori.commission.check.svg new file mode 100644 index 000000000..dfeb86fe6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.commission.check.symbolset/fiori.commission.check.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from commission.check + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.company.view.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.company.view.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.company.view.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.company.view.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.company.view.fill.symbolset/fiori.company.view.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.company.view.fill.symbolset/fiori.company.view.fill.svg new file mode 100644 index 000000000..d500aa016 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.company.view.fill.symbolset/fiori.company.view.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from company.view.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.company.view.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.company.view.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.company.view.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.company.view.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.company.view.symbolset/fiori.company.view.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.company.view.symbolset/fiori.company.view.svg new file mode 100644 index 000000000..6468b5c94 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.company.view.symbolset/fiori.company.view.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from company.view + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.compare.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.compare.2.symbolset/Contents.json new file mode 100644 index 000000000..3be4050b7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.compare.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.compare.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.compare.2.symbolset/fiori.compare.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.compare.2.symbolset/fiori.compare.2.svg new file mode 100644 index 000000000..4cc43aba9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.compare.2.symbolset/fiori.compare.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from compare.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.compare.arrows.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.compare.arrows.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.compare.arrows.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.compare.arrows.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.compare.arrows.symbolset/fiori.compare.arrows.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.compare.arrows.symbolset/fiori.compare.arrows.svg new file mode 100644 index 000000000..526fa7e82 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.compare.arrows.symbolset/fiori.compare.arrows.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from compare.arrows + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.compare.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.compare.symbolset/Contents.json new file mode 100644 index 000000000..729c27bf1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.compare.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.compare.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.compare.symbolset/fiori.compare.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.compare.symbolset/fiori.compare.svg new file mode 100644 index 000000000..95b9a7f0e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.compare.symbolset/fiori.compare.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from compare + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.competitor.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.competitor.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.competitor.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.competitor.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.competitor.fill.symbolset/fiori.competitor.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.competitor.fill.symbolset/fiori.competitor.fill.svg new file mode 100644 index 000000000..a43d13d89 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.competitor.fill.symbolset/fiori.competitor.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from competitor.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.competitor.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.competitor.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.competitor.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.competitor.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.competitor.symbolset/fiori.competitor.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.competitor.symbolset/fiori.competitor.svg new file mode 100644 index 000000000..d99bf9a0c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.competitor.symbolset/fiori.competitor.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from competitor + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.complete.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.complete.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.complete.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.complete.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.complete.symbolset/fiori.complete.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.complete.symbolset/fiori.complete.svg new file mode 100644 index 000000000..514cd1e72 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.complete.symbolset/fiori.complete.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from complete + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.connected.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.connected.symbolset/Contents.json new file mode 100644 index 000000000..bdcdb04db --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.connected.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.connected.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.connected.symbolset/fiori.connected.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.connected.symbolset/fiori.connected.svg new file mode 100644 index 000000000..807d3c34e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.connected.symbolset/fiori.connected.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from connected + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.contacts.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.contacts.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.contacts.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.contacts.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.contacts.symbolset/fiori.contacts.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.contacts.symbolset/fiori.contacts.svg new file mode 100644 index 000000000..881d1953b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.contacts.symbolset/fiori.contacts.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from contacts + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.copy.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.copy.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.copy.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.copy.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.copy.symbolset/fiori.copy.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.copy.symbolset/fiori.copy.svg new file mode 100644 index 000000000..b16859b54 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.copy.symbolset/fiori.copy.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from copy + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.course.book.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.course.book.symbolset/Contents.json new file mode 100644 index 000000000..8556e7fe8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.course.book.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.course.book.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.course.book.symbolset/fiori.course.book.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.course.book.symbolset/fiori.course.book.svg new file mode 100644 index 000000000..e05d3c624 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.course.book.symbolset/fiori.course.book.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from course.book + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.course.program.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.course.program.symbolset/Contents.json new file mode 100644 index 000000000..dbb12eadf --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.course.program.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.course.program.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.course.program.symbolset/fiori.course.program.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.course.program.symbolset/fiori.course.program.svg new file mode 100644 index 000000000..eeefd749a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.course.program.symbolset/fiori.course.program.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from course.program + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Time/fiori.create.entry.time.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.entry.time.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Time/fiori.create.entry.time.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.entry.time.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.entry.time.symbolset/fiori.create.entry.time.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.entry.time.symbolset/fiori.create.entry.time.svg new file mode 100644 index 000000000..fe8c781ed --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.entry.time.symbolset/fiori.create.entry.time.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from create.entry.time + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.form.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.form.2.symbolset/Contents.json new file mode 100644 index 000000000..2606e6362 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.form.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.create.form.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.form.2.symbolset/fiori.create.form.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.form.2.symbolset/fiori.create.form.2.svg new file mode 100644 index 000000000..bdde51e73 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.form.2.symbolset/fiori.create.form.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from create.form.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.create.form.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.form.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.create.form.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.form.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.form.symbolset/fiori.create.form.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.form.symbolset/fiori.create.form.svg new file mode 100644 index 000000000..f7083565f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.form.symbolset/fiori.create.form.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from create.form + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.leave.request.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.leave.request.symbolset/Contents.json new file mode 100644 index 000000000..1182e22f5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.leave.request.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.create.leave.request.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.leave.request.symbolset/fiori.create.leave.request.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.leave.request.symbolset/fiori.create.leave.request.svg new file mode 100644 index 000000000..a7c0455f9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.leave.request.symbolset/fiori.create.leave.request.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from create.leave.request + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.session.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.session.symbolset/Contents.json new file mode 100644 index 000000000..8ca3c1d90 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.session.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.create.session.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.session.symbolset/fiori.create.session.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.session.symbolset/fiori.create.session.svg new file mode 100644 index 000000000..17e480ac5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.session.symbolset/fiori.create.session.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from create.session + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.create.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.create.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.symbolset/fiori.create.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.symbolset/fiori.create.svg new file mode 100644 index 000000000..6158f9b13 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.create.symbolset/fiori.create.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from create + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.credit.card.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.credit.card.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.credit.card.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.credit.card.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.credit.card.symbolset/fiori.credit.card.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.credit.card.symbolset/fiori.credit.card.svg new file mode 100644 index 000000000..7da926550 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.credit.card.symbolset/fiori.credit.card.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from credit.card + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.crm.sales.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crm.sales.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.crm.sales.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crm.sales.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crm.sales.symbolset/fiori.crm.sales.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crm.sales.symbolset/fiori.crm.sales.svg new file mode 100644 index 000000000..17a3d53a0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crm.sales.symbolset/fiori.crm.sales.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from crm.sales + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crm.service.manager.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crm.service.manager.symbolset/Contents.json new file mode 100644 index 000000000..5e6ca7015 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crm.service.manager.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.crm.service.manager.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crm.service.manager.symbolset/fiori.crm.service.manager.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crm.service.manager.symbolset/fiori.crm.service.manager.svg new file mode 100644 index 000000000..d59752798 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crm.service.manager.symbolset/fiori.crm.service.manager.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from clinical.fast.tracker + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crop.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crop.symbolset/Contents.json new file mode 100644 index 000000000..d59f0a5a4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crop.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.crop.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crop.symbolset/fiori.crop.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crop.symbolset/fiori.crop.svg new file mode 100644 index 000000000..dd46cc73d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crop.symbolset/fiori.crop.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from crop + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crossed.line.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crossed.line.chart.symbolset/Contents.json new file mode 100644 index 000000000..5d11525e9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crossed.line.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.crossed.line.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crossed.line.chart.symbolset/fiori.crossed.line.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crossed.line.chart.symbolset/fiori.crossed.line.chart.svg new file mode 100644 index 000000000..2c0371fb5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.crossed.line.chart.symbolset/fiori.crossed.line.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from crossed.line.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.currency.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.currency.symbolset/Contents.json new file mode 100644 index 000000000..3d2017d89 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.currency.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.currency.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.currency.symbolset/fiori.currency.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.currency.symbolset/fiori.currency.svg new file mode 100644 index 000000000..3a1b47c15 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.currency.symbolset/fiori.currency.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from currency + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.curriculum.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.curriculum.symbolset/Contents.json new file mode 100644 index 000000000..8050ccde0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.curriculum.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.curriculum.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.curriculum.symbolset/fiori.curriculum.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.curriculum.symbolset/fiori.curriculum.svg new file mode 100644 index 000000000..1e5710968 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.curriculum.symbolset/fiori.curriculum.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from curriculum + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cursor.arrow.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cursor.arrow.symbolset/Contents.json new file mode 100644 index 000000000..36c5d89c9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cursor.arrow.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.cursor.arrow.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cursor.arrow.symbolset/fiori.cursor.arrow.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cursor.arrow.symbolset/fiori.cursor.arrow.svg new file mode 100644 index 000000000..acb46e25b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.cursor.arrow.symbolset/fiori.cursor.arrow.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from curser.arrow + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.and.contacts.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.and.contacts.symbolset/Contents.json new file mode 100644 index 000000000..f86ea467a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.and.contacts.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.customer.and.contacts.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.and.contacts.symbolset/fiori.customer.and.contacts.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.and.contacts.symbolset/fiori.customer.and.contacts.svg new file mode 100644 index 000000000..8f60aeb4f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.and.contacts.symbolset/fiori.customer.and.contacts.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from customer.and.contacts + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.and.supplier.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.and.supplier.symbolset/Contents.json new file mode 100644 index 000000000..68fdc0524 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.and.supplier.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.customer.and.supplier.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.and.supplier.symbolset/fiori.customer.and.supplier.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.and.supplier.symbolset/fiori.customer.and.supplier.svg new file mode 100644 index 000000000..a2e3000e7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.and.supplier.symbolset/fiori.customer.and.supplier.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from customer.and.supplier + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.customer.briefing.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.briefing.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.customer.briefing.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.briefing.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.briefing.symbolset/fiori.customer.briefing.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.briefing.symbolset/fiori.customer.briefing.svg new file mode 100644 index 000000000..12b2f9b7e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.briefing.symbolset/fiori.customer.briefing.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from customer.briefing + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.customer.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.customer.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.fill.symbolset/fiori.customer.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.fill.symbolset/fiori.customer.fill.svg new file mode 100644 index 000000000..0690f6797 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.fill.symbolset/fiori.customer.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from customer.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.customer.financial.fact.sheet.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.financial.fact.sheet.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.customer.financial.fact.sheet.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.financial.fact.sheet.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.financial.fact.sheet.symbolset/fiori.customer.financial.fact.sheet.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.financial.fact.sheet.symbolset/fiori.customer.financial.fact.sheet.svg new file mode 100644 index 000000000..661a49786 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.financial.fact.sheet.symbolset/fiori.customer.financial.fact.sheet.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from customer.financial.fact.sheet + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.history.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.history.symbolset/Contents.json new file mode 100644 index 000000000..60568ee2e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.history.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.customer.history.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.history.symbolset/fiori.customer.history.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.history.symbolset/fiori.customer.history.svg new file mode 100644 index 000000000..dfd4a383f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.history.symbolset/fiori.customer.history.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from customer.history + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.order.entry.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.order.entry.symbolset/Contents.json new file mode 100644 index 000000000..0f173b29c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.order.entry.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.customer.order.entry.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.order.entry.symbolset/fiori.customer.order.entry.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.order.entry.symbolset/fiori.customer.order.entry.svg new file mode 100644 index 000000000..37690bc27 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.order.entry.symbolset/fiori.customer.order.entry.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from customer.order.entry + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.customer.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.customer.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.symbolset/fiori.customer.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.symbolset/fiori.customer.svg new file mode 100644 index 000000000..c6f7c63d2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.symbolset/fiori.customer.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from customer + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.view.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.view.symbolset/Contents.json new file mode 100644 index 000000000..15025a22d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.view.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.customer.view.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.view.symbolset/fiori.customer.view.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.view.symbolset/fiori.customer.view.svg new file mode 100644 index 000000000..45b891c4e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customer.view.symbolset/fiori.customer.view.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from customer.view + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.customize.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customize.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.customize.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customize.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customize.symbolset/fiori.customize.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customize.symbolset/fiori.customize.svg new file mode 100644 index 000000000..29ea04434 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.customize.symbolset/fiori.customize.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from customize + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dark.mode.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dark.mode.symbolset/Contents.json new file mode 100644 index 000000000..1b8fd9811 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dark.mode.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.dark.mode.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dark.mode.symbolset/fiori.dark.mode.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dark.mode.symbolset/fiori.dark.mode.svg new file mode 100644 index 000000000..0da600587 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dark.mode.symbolset/fiori.dark.mode.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from dark.mode + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.database.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.database.symbolset/Contents.json new file mode 100644 index 000000000..974cac680 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.database.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.database.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.database.symbolset/fiori.database.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.database.symbolset/fiori.database.svg new file mode 100644 index 000000000..d16f585e4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.database.symbolset/fiori.database.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from database + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.date.time.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.date.time.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Calendars/fiori.date.time.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.date.time.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.date.time.symbolset/fiori.date.time.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.date.time.symbolset/fiori.date.time.svg new file mode 100644 index 000000000..b4842f4e3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.date.time.symbolset/fiori.date.time.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from date.time + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.decision.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.decision.symbolset/Contents.json new file mode 100644 index 000000000..13e47bd39 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.decision.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.decision.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.decision.symbolset/fiori.decision.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.decision.symbolset/fiori.decision.svg new file mode 100644 index 000000000..210fb97f7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.decision.symbolset/fiori.decision.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from decision + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.decline.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.decline.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.decline.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.decline.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.decline.symbolset/fiori.decline.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.decline.symbolset/fiori.decline.svg new file mode 100644 index 000000000..a13ff8799 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.decline.symbolset/fiori.decline.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from decline + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.decrease.line.height.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.decrease.line.height.symbolset/Contents.json new file mode 100644 index 000000000..081407890 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.decrease.line.height.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.decrease.line.height.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.decrease.line.height.symbolset/fiori.decrease.line.height.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.decrease.line.height.symbolset/fiori.decrease.line.height.svg new file mode 100644 index 000000000..088074360 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.decrease.line.height.symbolset/fiori.decrease.line.height.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from decrease.lineheight + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.delete.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.delete.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.delete.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.delete.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.delete.fill.symbolset/fiori.delete.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.delete.fill.symbolset/fiori.delete.fill.svg new file mode 100644 index 000000000..f120de43a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.delete.fill.symbolset/fiori.delete.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from delete.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.delete.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.delete.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.delete.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.delete.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.delete.symbolset/fiori.delete.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.delete.symbolset/fiori.delete.svg new file mode 100644 index 000000000..1fa7da5d5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.delete.symbolset/fiori.delete.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from delete + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.desktop.mobile.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.desktop.mobile.symbolset/Contents.json new file mode 100644 index 000000000..bfe772a65 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.desktop.mobile.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.desktop.mobile.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.desktop.mobile.symbolset/fiori.desktop.mobile.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.desktop.mobile.symbolset/fiori.desktop.mobile.svg new file mode 100644 index 000000000..36bcd50a1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.desktop.mobile.symbolset/fiori.desktop.mobile.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from desktop.mobile + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.less.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.less.symbolset/Contents.json new file mode 100644 index 000000000..2b4684b36 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.less.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.detail.less.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.less.symbolset/fiori.detail.less.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.less.symbolset/fiori.detail.less.svg new file mode 100644 index 000000000..8a392dad9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.less.symbolset/fiori.detail.less.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from detail.less + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.more.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.more.symbolset/Contents.json new file mode 100644 index 000000000..bf7c05236 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.more.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.detail.more.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.more.symbolset/fiori.detail.more.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.more.symbolset/fiori.detail.more.svg new file mode 100644 index 000000000..7810f02d7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.more.symbolset/fiori.detail.more.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from detail.more + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.view.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.view.2.symbolset/Contents.json new file mode 100644 index 000000000..9d80ac15e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.view.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.detail.view.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.view.2.symbolset/fiori.detail.view.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.view.2.symbolset/fiori.detail.view.2.svg new file mode 100644 index 000000000..8820a1696 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.view.2.symbolset/fiori.detail.view.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from detail.view.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.detail.view.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.view.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.detail.view.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.view.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.view.symbolset/fiori.detail.view.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.view.symbolset/fiori.detail.view.svg new file mode 100644 index 000000000..7429ba364 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.detail.view.symbolset/fiori.detail.view.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from detail.view + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.developer.settings.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.developer.settings.symbolset/Contents.json new file mode 100644 index 000000000..a169638a0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.developer.settings.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.developer.settings.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.developer.settings.symbolset/fiori.developer.settings.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.developer.settings.symbolset/fiori.developer.settings.svg new file mode 100644 index 000000000..7226c4b1b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.developer.settings.symbolset/fiori.developer.settings.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from developer.settings + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dimension.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dimension.symbolset/Contents.json new file mode 100644 index 000000000..e48712a4a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dimension.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.dimension.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dimension.symbolset/fiori.dimension.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dimension.symbolset/fiori.dimension.svg new file mode 100644 index 000000000..117ac7834 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dimension.symbolset/fiori.dimension.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from dimension + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.direction.arrows.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.direction.arrows.symbolset/Contents.json new file mode 100644 index 000000000..2f8a41df3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.direction.arrows.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.direction.arrows.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.direction.arrows.symbolset/fiori.direction.arrows.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.direction.arrows.symbolset/fiori.direction.arrows.svg new file mode 100644 index 000000000..8e02eacb6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.direction.arrows.symbolset/fiori.direction.arrows.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from direction.arrow + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.disconnected.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.disconnected.symbolset/Contents.json new file mode 100644 index 000000000..a3e2ee352 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.disconnected.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.disconnected.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.disconnected.symbolset/fiori.disconnected.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.disconnected.symbolset/fiori.disconnected.svg new file mode 100644 index 000000000..3c691492a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.disconnected.symbolset/fiori.disconnected.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from disconnected + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.discussion.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.discussion.2.symbolset/Contents.json new file mode 100644 index 000000000..96d0cd027 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.discussion.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.discussion.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.discussion.2.symbolset/fiori.discussion.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.discussion.2.symbolset/fiori.discussion.2.svg new file mode 100644 index 000000000..c5f1ec944 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.discussion.2.symbolset/fiori.discussion.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from discussion.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Callout/fiori.discussion.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.discussion.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Callout/fiori.discussion.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.discussion.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.discussion.symbolset/fiori.discussion.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.discussion.symbolset/fiori.discussion.svg new file mode 100644 index 000000000..8e7a87547 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.discussion.symbolset/fiori.discussion.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from discussion + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dishwasher.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dishwasher.symbolset/Contents.json new file mode 100644 index 000000000..b9b060b52 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dishwasher.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.dishwasher.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dishwasher.symbolset/fiori.dishwasher.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dishwasher.symbolset/fiori.dishwasher.svg new file mode 100644 index 000000000..58cc14ea1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dishwasher.symbolset/fiori.dishwasher.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from dishwasher + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.display.more.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.display.more.symbolset/Contents.json new file mode 100644 index 000000000..f5adcabd2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.display.more.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.display.more.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.display.more.symbolset/fiori.display.more.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.display.more.symbolset/fiori.display.more.svg new file mode 100644 index 000000000..1023601aa --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.display.more.symbolset/fiori.display.more.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from display.more + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.display.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.display.symbolset/Contents.json new file mode 100644 index 000000000..791c9e12d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.display.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.display.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.display.symbolset/fiori.display.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.display.symbolset/fiori.display.svg new file mode 100644 index 000000000..aed4b6a6b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.display.symbolset/fiori.display.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from display + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.doc.attachment.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.doc.attachment.2.symbolset/Contents.json new file mode 100644 index 000000000..2b647b869 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.doc.attachment.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.doc.attachment.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.doc.attachment.2.symbolset/fiori.doc.attachment.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.doc.attachment.2.symbolset/fiori.doc.attachment.2.svg new file mode 100644 index 000000000..e2ca0431b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.doc.attachment.2.symbolset/fiori.doc.attachment.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from doc.attachment.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.doc.attachment.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.doc.attachment.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.doc.attachment.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.doc.attachment.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.doc.attachment.symbolset/fiori.doc.attachment.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.doc.attachment.symbolset/fiori.doc.attachment.svg new file mode 100644 index 000000000..18893e590 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.doc.attachment.symbolset/fiori.doc.attachment.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from doc.attachment + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.doctor.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.doctor.symbolset/Contents.json new file mode 100644 index 000000000..334c6741d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.doctor.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.doctor.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.doctor.symbolset/fiori.doctor.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.doctor.symbolset/fiori.doctor.svg new file mode 100644 index 000000000..51b466582 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.doctor.symbolset/fiori.doctor.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from doctor + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.document.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.document.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.document.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.document.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.document.symbolset/fiori.document.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.document.symbolset/fiori.document.svg new file mode 100644 index 000000000..d62a8fc7d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.document.symbolset/fiori.document.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from document + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.document.text.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.document.text.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.document.text.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.document.text.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.document.text.symbolset/fiori.document.text.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.document.text.symbolset/fiori.document.text.svg new file mode 100644 index 000000000..f72b8a096 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.document.text.symbolset/fiori.document.text.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from document.text + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.documents.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.documents.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.documents.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.documents.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.documents.symbolset/fiori.documents.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.documents.symbolset/fiori.documents.svg new file mode 100644 index 000000000..d3a188bfc --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.documents.symbolset/fiori.documents.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from documents + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.donut.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.donut.chart.symbolset/Contents.json new file mode 100644 index 000000000..f2f8d7265 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.donut.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.donut.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.donut.chart.symbolset/fiori.donut.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.donut.chart.symbolset/fiori.donut.chart.svg new file mode 100644 index 000000000..2838babea --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.donut.chart.symbolset/fiori.donut.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from donut.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.down.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.down.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.down.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.down.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.down.symbolset/fiori.down.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.down.symbolset/fiori.down.svg new file mode 100644 index 000000000..005a1e087 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.down.symbolset/fiori.down.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from down + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.download.from.cloud.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.download.from.cloud.symbolset/Contents.json new file mode 100644 index 000000000..b80fde3b0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.download.from.cloud.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.download.from.cloud.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.download.from.cloud.symbolset/fiori.download.from.cloud.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.download.from.cloud.symbolset/fiori.download.from.cloud.svg new file mode 100644 index 000000000..8dc4a126d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.download.from.cloud.symbolset/fiori.download.from.cloud.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from download.from.cloud + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.download.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.download.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.download.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.download.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.download.symbolset/fiori.download.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.download.symbolset/fiori.download.svg new file mode 100644 index 000000000..828e73722 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.download.symbolset/fiori.download.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from download + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.draw.rectangle.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.draw.rectangle.symbolset/Contents.json new file mode 100644 index 000000000..b7bad24eb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.draw.rectangle.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.draw.rectangle.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.draw.rectangle.symbolset/fiori.draw.rectangle.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.draw.rectangle.symbolset/fiori.draw.rectangle.svg new file mode 100644 index 000000000..5f93de220 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.draw.rectangle.symbolset/fiori.draw.rectangle.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from draw.rectangle + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.drill.down.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.drill.down.symbolset/Contents.json new file mode 100644 index 000000000..225cd7e47 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.drill.down.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.drill.down.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.drill.down.symbolset/fiori.drill.down.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.drill.down.symbolset/fiori.drill.down.svg new file mode 100644 index 000000000..f8a16608f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.drill.down.symbolset/fiori.drill.down.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from drill.down + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.drill.up.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.drill.up.symbolset/Contents.json new file mode 100644 index 000000000..2d2bb5eb4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.drill.up.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.drill.up.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.drill.up.symbolset/fiori.drill.up.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.drill.up.symbolset/fiori.drill.up.svg new file mode 100644 index 000000000..0258c29aa --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.drill.up.symbolset/fiori.drill.up.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from drill.up + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.drop.down.list.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.drop.down.list.symbolset/Contents.json new file mode 100644 index 000000000..6be2ed42f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.drop.down.list.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.drop.down.list.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.drop.down.list.symbolset/fiori.drop.down.list.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.drop.down.list.symbolset/fiori.drop.down.list.svg new file mode 100644 index 000000000..87a8ebb8f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.drop.down.list.symbolset/fiori.drop.down.list.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from dropdown.list + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dropdown.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dropdown.symbolset/Contents.json new file mode 100644 index 000000000..66d26b658 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dropdown.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.dropdown.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dropdown.symbolset/fiori.dropdown.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dropdown.symbolset/fiori.dropdown.svg new file mode 100644 index 000000000..97aba4652 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.dropdown.symbolset/fiori.dropdown.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from dropdown + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.duplicate.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.duplicate.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.duplicate.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.duplicate.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.duplicate.symbolset/fiori.duplicate.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.duplicate.symbolset/fiori.duplicate.svg new file mode 100644 index 000000000..f60e3b847 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.duplicate.symbolset/fiori.duplicate.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from duplicate + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.e.care.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.e.care.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.e.care.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.e.care.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.e.care.symbolset/fiori.e.care.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.e.care.symbolset/fiori.e.care.svg new file mode 100644 index 000000000..390d96237 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.e.care.symbolset/fiori.e.care.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from e.care + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.e.learning.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.e.learning.symbolset/Contents.json new file mode 100644 index 000000000..b40bc5025 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.e.learning.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.e.learning.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.e.learning.symbolset/fiori.e.learning.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.e.learning.symbolset/fiori.e.learning.svg new file mode 100644 index 000000000..ea7c3d6ca --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.e.learning.symbolset/fiori.e.learning.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from e.learning + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.eam.work.order.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.eam.work.order.symbolset/Contents.json new file mode 100644 index 000000000..45b33f135 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.eam.work.order.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.eam.work.order.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.eam.work.order.symbolset/fiori.eam.work.order.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.eam.work.order.symbolset/fiori.eam.work.order.svg new file mode 100644 index 000000000..a84730b4d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.eam.work.order.symbolset/fiori.eam.work.order.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from eam.work.order + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.edit.outside.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.edit.outside.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.edit.outside.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.edit.outside.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.edit.outside.symbolset/fiori.edit.outside.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.edit.outside.symbolset/fiori.edit.outside.svg new file mode 100644 index 000000000..9cee73827 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.edit.outside.symbolset/fiori.edit.outside.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from edit.outside + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.edit.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.edit.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.edit.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.edit.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.edit.symbolset/fiori.edit.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.edit.symbolset/fiori.edit.svg new file mode 100644 index 000000000..9e1acbe21 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.edit.symbolset/fiori.edit.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from edit + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.education.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.education.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.education.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.education.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.education.fill.symbolset/fiori.education.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.education.fill.symbolset/fiori.education.fill.svg new file mode 100644 index 000000000..f896c4847 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.education.fill.symbolset/fiori.education.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from education.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.education.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.education.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.education.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.education.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.education.symbolset/fiori.education.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.education.symbolset/fiori.education.svg new file mode 100644 index 000000000..0aea057c5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.education.symbolset/fiori.education.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from fiori.education + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Medical/fiori.electrocardiogram.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.electrocardiogram.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Medical/fiori.electrocardiogram.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.electrocardiogram.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.electrocardiogram.symbolset/fiori.electrocardiogram.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.electrocardiogram.symbolset/fiori.electrocardiogram.svg new file mode 100644 index 000000000..ee3754e7c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.electrocardiogram.symbolset/fiori.electrocardiogram.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from electrocardiogram + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.electronic.medical.record.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.electronic.medical.record.symbolset/Contents.json new file mode 100644 index 000000000..8b99a1356 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.electronic.medical.record.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.electronic.medical.record.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.electronic.medical.record.symbolset/fiori.electronic.medical.record.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.electronic.medical.record.symbolset/fiori.electronic.medical.record.svg new file mode 100644 index 000000000..095c7a3c9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.electronic.medical.record.symbolset/fiori.electronic.medical.record.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from electronic.medical.record + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.email.read.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.email.read.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.email.read.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.email.read.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.email.read.symbolset/fiori.email.read.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.email.read.symbolset/fiori.email.read.svg new file mode 100644 index 000000000..85ebfa7fb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.email.read.symbolset/fiori.email.read.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from email.read + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.email.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.email.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.email.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.email.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.email.symbolset/fiori.email.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.email.symbolset/fiori.email.svg new file mode 100644 index 000000000..992813c43 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.email.symbolset/fiori.email.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from email + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.approvals.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.approvals.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.approvals.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.approvals.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.approvals.symbolset/fiori.employee.approvals.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.approvals.symbolset/fiori.employee.approvals.svg new file mode 100644 index 000000000..cab1eb8ac --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.approvals.symbolset/fiori.employee.approvals.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from employee.approvals + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.lookup.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.lookup.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.lookup.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.lookup.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.lookup.symbolset/fiori.employee.lookup.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.lookup.symbolset/fiori.employee.lookup.svg new file mode 100644 index 000000000..acca6c734 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.lookup.symbolset/fiori.employee.lookup.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from employee.lookup + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.pane.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.pane.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.pane.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.pane.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.pane.symbolset/fiori.employee.pane.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.pane.symbolset/fiori.employee.pane.svg new file mode 100644 index 000000000..70e140718 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.pane.symbolset/fiori.employee.pane.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from employee.pane + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.rejections.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.rejections.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.rejections.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.rejections.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.rejections.symbolset/fiori.employee.rejections.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.rejections.symbolset/fiori.employee.rejections.svg new file mode 100644 index 000000000..7fdf2482d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.rejections.symbolset/fiori.employee.rejections.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from employee.rejections + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.employee.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.symbolset/fiori.employee.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.symbolset/fiori.employee.svg new file mode 100644 index 000000000..d6d95f1e2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.employee.symbolset/fiori.employee.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from employee + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.enablement.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.enablement.symbolset/Contents.json new file mode 100644 index 000000000..399bc9baf --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.enablement.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.enablement.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.enablement.symbolset/fiori.enablement.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.enablement.symbolset/fiori.enablement.svg new file mode 100644 index 000000000..61d70669b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.enablement.symbolset/fiori.enablement.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from enablement + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.end.user.experience.monitoring.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.end.user.experience.monitoring.symbolset/Contents.json new file mode 100644 index 000000000..23d0d0999 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.end.user.experience.monitoring.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.end.user.experience.monitoring.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.end.user.experience.monitoring.symbolset/fiori.end.user.experience.monitoring.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.end.user.experience.monitoring.symbolset/fiori.end.user.experience.monitoring.svg new file mode 100644 index 000000000..d6daf4467 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.end.user.experience.monitoring.symbolset/fiori.end.user.experience.monitoring.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from end.user.experience.monitoring + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.endoscopy.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.endoscopy.symbolset/Contents.json new file mode 100644 index 000000000..e02617e7f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.endoscopy.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.endoscopy.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.endoscopy.symbolset/fiori.endoscopy.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.endoscopy.symbolset/fiori.endoscopy.svg new file mode 100644 index 000000000..63a2cdfc4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.endoscopy.symbolset/fiori.endoscopy.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from endoscopy + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.energy.saving.lightbulb.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.energy.saving.lightbulb.symbolset/Contents.json new file mode 100644 index 000000000..8a568cedb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.energy.saving.lightbulb.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.energy.saving.lightbulb.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.energy.saving.lightbulb.symbolset/fiori.energy.saving.lightbulb.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.energy.saving.lightbulb.symbolset/fiori.energy.saving.lightbulb.svg new file mode 100644 index 000000000..7a6f37eae --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.energy.saving.lightbulb.symbolset/fiori.energy.saving.lightbulb.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from energy.saving.lightbulb + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.enter.more.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.enter.more.symbolset/Contents.json new file mode 100644 index 000000000..cbca97b4d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.enter.more.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.enter.more.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.enter.more.symbolset/fiori.enter.more.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.enter.more.symbolset/fiori.enter.more.svg new file mode 100644 index 000000000..ae94b63fa --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.enter.more.symbolset/fiori.enter.more.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from enter.more + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.eraser.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.eraser.symbolset/Contents.json new file mode 100644 index 000000000..fc7e450aa --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.eraser.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.eraser.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.eraser.symbolset/fiori.eraser.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.eraser.symbolset/fiori.eraser.svg new file mode 100644 index 000000000..6d60506a7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.eraser.symbolset/fiori.eraser.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from erase + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.error.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.error.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.error.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.error.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.error.symbolset/fiori.error.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.error.symbolset/fiori.error.svg new file mode 100644 index 000000000..fa4920eeb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.error.symbolset/fiori.error.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from error + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.example.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.example.symbolset/Contents.json new file mode 100644 index 000000000..a4b89cbfc --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.example.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.example.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.example.symbolset/fiori.example.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.example.symbolset/fiori.example.svg new file mode 100644 index 000000000..3922e67f4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.example.symbolset/fiori.example.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from example + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.excel.attachment.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.excel.attachment.symbolset/Contents.json new file mode 100644 index 000000000..b7e77a8c4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.excel.attachment.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.excel.attachment.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.excel.attachment.symbolset/fiori.excel.attachment.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.excel.attachment.symbolset/fiori.excel.attachment.svg new file mode 100644 index 000000000..af662dfd5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.excel.attachment.symbolset/fiori.excel.attachment.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from excel.attachment + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.exit.full.screen.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.exit.full.screen.symbolset/Contents.json new file mode 100644 index 000000000..93c62d3a0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.exit.full.screen.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.exit.full.screen.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.exit.full.screen.symbolset/fiori.exit.full.screen.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.exit.full.screen.symbolset/fiori.exit.full.screen.svg new file mode 100644 index 000000000..dd464f4f0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.exit.full.screen.symbolset/fiori.exit.full.screen.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from exit.full.screen + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expand.all.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expand.all.symbolset/Contents.json new file mode 100644 index 000000000..22612b889 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expand.all.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.expand.all.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expand.all.symbolset/fiori.expand.all.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expand.all.symbolset/fiori.expand.all.svg new file mode 100644 index 000000000..bf8fcc670 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expand.all.symbolset/fiori.expand.all.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from expand.all + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expand.group.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expand.group.symbolset/Contents.json new file mode 100644 index 000000000..a8885bef0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expand.group.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.expand.group.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expand.group.symbolset/fiori.expand.group.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expand.group.symbolset/fiori.expand.group.svg new file mode 100644 index 000000000..439d85b2d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expand.group.symbolset/fiori.expand.group.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from expand.group + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expand.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expand.symbolset/Contents.json new file mode 100644 index 000000000..f5d5f9f59 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expand.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.expand.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expand.symbolset/fiori.expand.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expand.symbolset/fiori.expand.svg new file mode 100644 index 000000000..93e283227 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expand.symbolset/fiori.expand.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from expand + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.expense.report.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expense.report.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.expense.report.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expense.report.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expense.report.symbolset/fiori.expense.report.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expense.report.symbolset/fiori.expense.report.svg new file mode 100644 index 000000000..59a526886 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.expense.report.symbolset/fiori.expense.report.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from expense.report + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.explorer.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.explorer.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.explorer.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.explorer.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.explorer.symbolset/fiori.explorer.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.explorer.symbolset/fiori.explorer.svg new file mode 100644 index 000000000..fb4bb0a0a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.explorer.symbolset/fiori.explorer.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from explorer + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.factory.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.factory.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.factory.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.factory.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.factory.symbolset/fiori.factory.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.factory.symbolset/fiori.factory.svg new file mode 100644 index 000000000..f23368dc6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.factory.symbolset/fiori.factory.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from factory + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fallback.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fallback.symbolset/Contents.json new file mode 100644 index 000000000..2243bb9c4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fallback.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.fallback.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fallback.symbolset/fiori.fallback.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fallback.symbolset/fiori.fallback.svg new file mode 100644 index 000000000..9e452cd81 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fallback.symbolset/fiori.fallback.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from fallback + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.family.care.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.family.care.symbolset/Contents.json new file mode 100644 index 000000000..c4ae98cf1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.family.care.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.family.care.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.family.care.symbolset/fiori.family.care.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.family.care.symbolset/fiori.family.care.svg new file mode 100644 index 000000000..4eaafd1ea --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.family.care.symbolset/fiori.family.care.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from family.care + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.family.protection.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.family.protection.symbolset/Contents.json new file mode 100644 index 000000000..47540d8ed --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.family.protection.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.family.protection.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.family.protection.symbolset/fiori.family.protection.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.family.protection.symbolset/fiori.family.protection.svg new file mode 100644 index 000000000..c0af4712c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.family.protection.symbolset/fiori.family.protection.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from family.protection + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.favorite.list.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.favorite.list.symbolset/Contents.json new file mode 100644 index 000000000..43382d8c1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.favorite.list.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.favorite.list.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.favorite.list.symbolset/fiori.favorite.list.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.favorite.list.symbolset/fiori.favorite.list.svg new file mode 100644 index 000000000..bab97d54c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.favorite.list.symbolset/fiori.favorite.list.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from favorite.list + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.favorite.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.favorite.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.favorite.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.favorite.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.favorite.symbolset/fiori.favorite.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.favorite.symbolset/fiori.favorite.svg new file mode 100644 index 000000000..ef316fc7c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.favorite.symbolset/fiori.favorite.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from favorite + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fax.machine.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fax.machine.symbolset/Contents.json new file mode 100644 index 000000000..a8a83953e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fax.machine.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.fax.machine.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fax.machine.symbolset/fiori.fax.machine.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fax.machine.symbolset/fiori.fax.machine.svg new file mode 100644 index 000000000..84a726e47 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fax.machine.symbolset/fiori.fax.machine.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from fax.machine + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.feed.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.feed.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.feed.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.feed.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.feed.symbolset/fiori.feed.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.feed.symbolset/fiori.feed.svg new file mode 100644 index 000000000..2c8fa421f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.feed.symbolset/fiori.feed.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from feed + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.feedback.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.feedback.symbolset/Contents.json new file mode 100644 index 000000000..1beff85a7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.feedback.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.feedback.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.feedback.symbolset/fiori.feedback.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.feedback.symbolset/fiori.feedback.svg new file mode 100644 index 000000000..d47e062e9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.feedback.symbolset/fiori.feedback.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from feedback + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.feeder.arrow.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.feeder.arrow.symbolset/Contents.json new file mode 100644 index 000000000..8ff62b850 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.feeder.arrow.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.feeder.arrow.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.feeder.arrow.symbolset/fiori.feeder.arrow.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.feeder.arrow.symbolset/fiori.feeder.arrow.svg new file mode 100644 index 000000000..f31e46c00 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.feeder.arrow.symbolset/fiori.feeder.arrow.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from feeder.arrow + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.female.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.female.symbolset/Contents.json new file mode 100644 index 000000000..9431cad69 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.female.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.female.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.female.symbolset/fiori.female.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.female.symbolset/fiori.female.svg new file mode 100644 index 000000000..78e8f670a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.female.symbolset/fiori.female.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from female + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.analytics.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.analytics.symbolset/Contents.json new file mode 100644 index 000000000..a199e5ef2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.analytics.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.filter.analytics.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.analytics.symbolset/fiori.filter.analytics.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.analytics.symbolset/fiori.filter.analytics.svg new file mode 100644 index 000000000..0b344c355 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.analytics.symbolset/fiori.filter.analytics.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from filter.analytics + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.facets.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.facets.symbolset/Contents.json new file mode 100644 index 000000000..516e414e4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.facets.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.filter.facets.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.facets.symbolset/fiori.filter.facets.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.facets.symbolset/fiori.filter.facets.svg new file mode 100644 index 000000000..fc63a8ae2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.facets.symbolset/fiori.filter.facets.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from filter.facets + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.fields.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.fields.symbolset/Contents.json new file mode 100644 index 000000000..2102a3262 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.fields.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.filter.fields.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.fields.symbolset/fiori.filter.fields.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.fields.symbolset/fiori.filter.fields.svg new file mode 100644 index 000000000..b59473e7d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.fields.symbolset/fiori.filter.fields.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from filter.fields + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.filter.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.filter.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.fill.symbolset/fiori.filter.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.fill.symbolset/fiori.filter.fill.svg new file mode 100644 index 000000000..b0c760b2f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.fill.symbolset/fiori.filter.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from filter.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.filter.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.filter.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.symbolset/fiori.filter.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.symbolset/fiori.filter.svg new file mode 100644 index 000000000..8888233cb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.filter.symbolset/fiori.filter.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from filter + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.flag.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.flag.2.symbolset/Contents.json new file mode 100644 index 000000000..265f84365 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.flag.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.flag.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.flag.2.symbolset/fiori.flag.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.flag.2.symbolset/fiori.flag.2.svg new file mode 100644 index 000000000..f8606150c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.flag.2.symbolset/fiori.flag.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from flag.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.flag.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.flag.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.flag.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.flag.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.flag.symbolset/fiori.flag.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.flag.symbolset/fiori.flag.svg new file mode 100644 index 000000000..97c61e165 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.flag.symbolset/fiori.flag.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from flag + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.flight.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.flight.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.flight.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.flight.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.flight.symbolset/fiori.flight.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.flight.symbolset/fiori.flight.svg new file mode 100644 index 000000000..ad237c45a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.flight.symbolset/fiori.flight.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from flight + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.fob.watch.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fob.watch.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.fob.watch.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fob.watch.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fob.watch.fill.symbolset/fiori.fob.watch.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fob.watch.fill.symbolset/fiori.fob.watch.fill.svg new file mode 100644 index 000000000..e3beed9f6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fob.watch.fill.symbolset/fiori.fob.watch.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from fob.watch.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.fob.watch.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fob.watch.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.fob.watch.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fob.watch.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fob.watch.symbolset/fiori.fob.watch.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fob.watch.symbolset/fiori.fob.watch.svg new file mode 100644 index 000000000..7b83ed530 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fob.watch.symbolset/fiori.fob.watch.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from fob.watch + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.2.symbolset/Contents.json new file mode 100644 index 000000000..107231a28 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.folder.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.2.symbolset/fiori.folder.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.2.symbolset/fiori.folder.2.svg new file mode 100644 index 000000000..961c101ee --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.2.symbolset/fiori.folder.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from folder.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/fiori.folder.blank.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.blank.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/fiori.folder.blank.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.blank.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.blank.symbolset/fiori.folder.blank.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.blank.symbolset/fiori.folder.blank.svg new file mode 100644 index 000000000..7c169f5a3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.blank.symbolset/fiori.folder.blank.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from folder.blank + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/fiori.folder.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/fiori.folder.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.fill.symbolset/fiori.folder.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.fill.symbolset/fiori.folder.fill.svg new file mode 100644 index 000000000..b5ce0950c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.fill.symbolset/fiori.folder.fill.svg @@ -0,0 +1,97 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from folder.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.full.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.full.symbolset/Contents.json new file mode 100644 index 000000000..398eb2f6d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.full.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.folder.full.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.full.symbolset/fiori.folder.full.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.full.symbolset/fiori.folder.full.svg new file mode 100644 index 000000000..e95965848 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.full.symbolset/fiori.folder.full.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from folder.full + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/fiori.folder.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Folder/fiori.folder.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.symbolset/fiori.folder.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.symbolset/fiori.folder.svg new file mode 100644 index 000000000..51f520e0e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.folder.symbolset/fiori.folder.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from folder + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.form.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.form.symbolset/Contents.json new file mode 100644 index 000000000..878c19b99 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.form.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.form.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.form.symbolset/fiori.form.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.form.symbolset/fiori.form.svg new file mode 100644 index 000000000..58c9bdd69 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.form.symbolset/fiori.form.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from form + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.forward.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.forward.symbolset/Contents.json new file mode 100644 index 000000000..02c2ff4e0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.forward.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.forward.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.forward.symbolset/fiori.forward.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.forward.symbolset/fiori.forward.svg new file mode 100644 index 000000000..5e1caa28d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.forward.symbolset/fiori.forward.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from forward + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fridge.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fridge.symbolset/Contents.json new file mode 100644 index 000000000..458e86f70 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fridge.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.fridge.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fridge.symbolset/fiori.fridge.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fridge.symbolset/fiori.fridge.svg new file mode 100644 index 000000000..a47dfefa7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fridge.symbolset/fiori.fridge.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from fridge + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.full.screen.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.full.screen.symbolset/Contents.json new file mode 100644 index 000000000..178f62f46 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.full.screen.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.full.screen.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.full.screen.symbolset/fiori.full.screen.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.full.screen.symbolset/fiori.full.screen.svg new file mode 100644 index 000000000..70da0514b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.full.screen.symbolset/fiori.full.screen.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from full.screen + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.full.stacked.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.full.stacked.chart.symbolset/Contents.json new file mode 100644 index 000000000..9c2ef7867 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.full.stacked.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.full.stacked.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.full.stacked.chart.symbolset/fiori.full.stacked.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.full.stacked.chart.symbolset/fiori.full.stacked.chart.svg new file mode 100644 index 000000000..ce640c876 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.full.stacked.chart.symbolset/fiori.full.stacked.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from full.stacked.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.full.stacked.column.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.full.stacked.column.chart.symbolset/Contents.json new file mode 100644 index 000000000..e8145a828 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.full.stacked.column.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.full.stacked.column.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.full.stacked.column.chart.symbolset/fiori.full.stacked.column.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.full.stacked.column.chart.symbolset/fiori.full.stacked.column.chart.svg new file mode 100644 index 000000000..3f7c6b96b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.full.stacked.column.chart.symbolset/fiori.full.stacked.column.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from full.stacked.column.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.functional.location.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.functional.location.symbolset/Contents.json new file mode 100644 index 000000000..17b1be204 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.functional.location.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.functional.location.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.functional.location.symbolset/fiori.functional.location.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.functional.location.symbolset/fiori.functional.location.svg new file mode 100644 index 000000000..97e61f72c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.functional.location.symbolset/fiori.functional.location.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from functional.location + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.future.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.future.symbolset/Contents.json new file mode 100644 index 000000000..e5a22eaa7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.future.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.future.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.future.symbolset/fiori.future.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.future.symbolset/fiori.future.svg new file mode 100644 index 000000000..48b9dc17a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.future.symbolset/fiori.future.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from future + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fx.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fx.symbolset/Contents.json new file mode 100644 index 000000000..11ecc93fe --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fx.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.fx.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fx.symbolset/fiori.fx.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fx.symbolset/fiori.fx.svg new file mode 100644 index 000000000..fa908156a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.fx.symbolset/fiori.fx.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from fx + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.gantt.bars.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.gantt.bars.symbolset/Contents.json new file mode 100644 index 000000000..93f683ee0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.gantt.bars.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.gantt.bars.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.gantt.bars.symbolset/fiori.gantt.bars.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.gantt.bars.symbolset/fiori.gantt.bars.svg new file mode 100644 index 000000000..516539673 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.gantt.bars.symbolset/fiori.gantt.bars.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from gantt.bars + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.gender.male.and.female.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.gender.male.and.female.symbolset/Contents.json new file mode 100644 index 000000000..fc473639a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.gender.male.and.female.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.gender.male.and.female.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.gender.male.and.female.symbolset/fiori.gender.male.and.female.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.gender.male.and.female.symbolset/fiori.gender.male.and.female.svg new file mode 100644 index 000000000..95f9af175 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.gender.male.and.female.symbolset/fiori.gender.male.and.female.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from gender.male.and.female + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.general.leave.request.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.general.leave.request.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.general.leave.request.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.general.leave.request.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.general.leave.request.symbolset/fiori.general.leave.request.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.general.leave.request.symbolset/fiori.general.leave.request.svg new file mode 100644 index 000000000..3ff3e9fed --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.general.leave.request.symbolset/fiori.general.leave.request.svg @@ -0,0 +1,97 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from general.leave.request + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.generate.shortcut.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.generate.shortcut.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.generate.shortcut.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.generate.shortcut.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.generate.shortcut.symbolset/fiori.generate.shortcut.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.generate.shortcut.symbolset/fiori.generate.shortcut.svg new file mode 100644 index 000000000..e4b5922dd --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.generate.shortcut.symbolset/fiori.generate.shortcut.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from generate.shortcut + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.geographic.bubble.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.geographic.bubble.chart.symbolset/Contents.json new file mode 100644 index 000000000..411a4235b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.geographic.bubble.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.geographic.bubble.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.geographic.bubble.chart.symbolset/fiori.geographic.bubble.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.geographic.bubble.chart.symbolset/fiori.geographic.bubble.chart.svg new file mode 100644 index 000000000..90eb0b11e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.geographic.bubble.chart.symbolset/fiori.geographic.bubble.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from geographic.bubble.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.globe.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.globe.symbolset/Contents.json new file mode 100644 index 000000000..66bfeaa86 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.globe.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.globe.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.globe.symbolset/fiori.globe.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.globe.symbolset/fiori.globe.svg new file mode 100644 index 000000000..c5627088a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.globe.symbolset/fiori.globe.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from globe + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.goal.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.goal.symbolset/Contents.json new file mode 100644 index 000000000..e0264d171 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.goal.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.goal.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.goal.symbolset/fiori.goal.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.goal.symbolset/fiori.goal.svg new file mode 100644 index 000000000..dc5895da5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.goal.symbolset/fiori.goal.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from goal + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.goalseek.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.goalseek.symbolset/Contents.json new file mode 100644 index 000000000..128aa149b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.goalseek.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.goalseek.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.goalseek.symbolset/fiori.goalseek.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.goalseek.symbolset/fiori.goalseek.svg new file mode 100644 index 000000000..ef3970ed8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.goalseek.symbolset/fiori.goalseek.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from goal.seek + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.grid.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.grid.symbolset/Contents.json new file mode 100644 index 000000000..a324509b6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.grid.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.grid.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.grid.symbolset/fiori.grid.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.grid.symbolset/fiori.grid.svg new file mode 100644 index 000000000..b1773e049 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.grid.symbolset/fiori.grid.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from grid + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.group.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.group.2.symbolset/Contents.json new file mode 100644 index 000000000..835d67b47 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.group.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.group.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.group.2.symbolset/fiori.group.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.group.2.symbolset/fiori.group.2.svg new file mode 100644 index 000000000..96bce2f55 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.group.2.symbolset/fiori.group.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from group.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.group.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.group.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.group.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.group.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.group.symbolset/fiori.group.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.group.symbolset/fiori.group.svg new file mode 100644 index 000000000..6b61ae0e6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.group.symbolset/fiori.group.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from group + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.header.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.header.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.header.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.header.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.header.symbolset/fiori.header.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.header.symbolset/fiori.header.svg new file mode 100644 index 000000000..8e18a7016 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.header.symbolset/fiori.header.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from header + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heading1.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heading1.symbolset/Contents.json new file mode 100644 index 000000000..0f3071cc6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heading1.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.heading1.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heading1.symbolset/fiori.heading1.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heading1.symbolset/fiori.heading1.svg new file mode 100644 index 000000000..61f0f21ff --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heading1.symbolset/fiori.heading1.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from heading1 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heading2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heading2.symbolset/Contents.json new file mode 100644 index 000000000..57b5996b6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heading2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.heading2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heading2.symbolset/fiori.heading2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heading2.symbolset/fiori.heading2.svg new file mode 100644 index 000000000..7f775ac77 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heading2.symbolset/fiori.heading2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from heading2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heading3.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heading3.symbolset/Contents.json new file mode 100644 index 000000000..d64122102 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heading3.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.heading3.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heading3.symbolset/fiori.heading3.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heading3.symbolset/fiori.heading3.svg new file mode 100644 index 000000000..10919f453 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heading3.symbolset/fiori.heading3.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from heading3 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.headset.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.headset.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.headset.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.headset.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.headset.symbolset/fiori.headset.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.headset.symbolset/fiori.headset.svg new file mode 100644 index 000000000..c94a51cc2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.headset.symbolset/fiori.headset.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from headset + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heart.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heart.2.symbolset/Contents.json new file mode 100644 index 000000000..3020ba508 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heart.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.heart.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heart.2.symbolset/fiori.heart.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heart.2.symbolset/fiori.heart.2.svg new file mode 100644 index 000000000..4d9ac0d9f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heart.2.symbolset/fiori.heart.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from heart.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heart.symbolset/Contents.json new file mode 100644 index 000000000..092239cea --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.heart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heart.symbolset/fiori.heart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heart.symbolset/fiori.heart.svg new file mode 100644 index 000000000..8dc843658 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heart.symbolset/fiori.heart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from heart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heating.cooling.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heating.cooling.symbolset/Contents.json new file mode 100644 index 000000000..783c27656 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heating.cooling.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.heating.cooling.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heating.cooling.symbolset/fiori.heating.cooling.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heating.cooling.symbolset/fiori.heating.cooling.svg new file mode 100644 index 000000000..80730e83a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heating.cooling.symbolset/fiori.heating.cooling.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from heating.cooling + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heatmap.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heatmap.chart.symbolset/Contents.json new file mode 100644 index 000000000..68d914a4f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heatmap.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.heatmap.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heatmap.chart.symbolset/fiori.heatmap.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heatmap.chart.symbolset/fiori.heatmap.chart.svg new file mode 100644 index 000000000..da1eac99e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.heatmap.chart.symbolset/fiori.heatmap.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from heatmap.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hello.world.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hello.world.symbolset/Contents.json new file mode 100644 index 000000000..08d739d7e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hello.world.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.hello.world.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hello.world.symbolset/fiori.hello.world.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hello.world.symbolset/fiori.hello.world.svg new file mode 100644 index 000000000..fb60085bf --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hello.world.symbolset/fiori.hello.world.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from hello.world + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.hide.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hide.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.hide.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hide.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hide.symbolset/fiori.hide.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hide.symbolset/fiori.hide.svg new file mode 100644 index 000000000..57d90c202 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hide.symbolset/fiori.hide.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from hide + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.high.priority.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.high.priority.symbolset/Contents.json new file mode 100644 index 000000000..b2cd122e6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.high.priority.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.high.priority.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.high.priority.symbolset/fiori.high.priority.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.high.priority.symbolset/fiori.high.priority.svg new file mode 100644 index 000000000..410e2904e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.high.priority.symbolset/fiori.high.priority.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from high.priority + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.hint.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hint.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.hint.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hint.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hint.symbolset/fiori.hint.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hint.symbolset/fiori.hint.svg new file mode 100644 index 000000000..40b26c2af --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hint.symbolset/fiori.hint.svg @@ -0,0 +1,97 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from hint + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.history.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.history.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.history.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.history.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.history.symbolset/fiori.history.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.history.symbolset/fiori.history.svg new file mode 100644 index 000000000..94177f14f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.history.symbolset/fiori.history.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from history + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.home.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.home.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.home.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.home.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.home.fill.symbolset/fiori.home.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.home.fill.symbolset/fiori.home.fill.svg new file mode 100644 index 000000000..9de8cb951 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.home.fill.symbolset/fiori.home.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from home.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.home.share.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.home.share.symbolset/Contents.json new file mode 100644 index 000000000..29d53f985 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.home.share.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.home.share.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.home.share.symbolset/fiori.home.share.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.home.share.symbolset/fiori.home.share.svg new file mode 100644 index 000000000..dbedaad01 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.home.share.symbolset/fiori.home.share.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from home.share + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.home.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.home.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.home.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.home.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.home.symbolset/fiori.home.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.home.symbolset/fiori.home.svg new file mode 100644 index 000000000..a5d0dc792 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.home.symbolset/fiori.home.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from home + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.bar.chart.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.bar.chart.2.symbolset/Contents.json new file mode 100644 index 000000000..d24b48f56 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.bar.chart.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.horizontal.bar.chart.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.bar.chart.2.symbolset/fiori.horizontal.bar.chart.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.bar.chart.2.symbolset/fiori.horizontal.bar.chart.2.svg new file mode 100644 index 000000000..ba4b39784 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.bar.chart.2.symbolset/fiori.horizontal.bar.chart.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from horizontal.bar.chart.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.horizontal.bar.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.bar.chart.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.horizontal.bar.chart.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.bar.chart.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.bar.chart.symbolset/fiori.horizontal.bar.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.bar.chart.symbolset/fiori.horizontal.bar.chart.svg new file mode 100644 index 000000000..cf2c6e736 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.bar.chart.symbolset/fiori.horizontal.bar.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from horizontal.bar.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.bullet.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.bullet.chart.symbolset/Contents.json new file mode 100644 index 000000000..bb308849c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.bullet.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.horizontal.bullet.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.bullet.chart.symbolset/fiori.horizontal.bullet.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.bullet.chart.symbolset/fiori.horizontal.bullet.chart.svg new file mode 100644 index 000000000..d002c6f19 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.bullet.chart.symbolset/fiori.horizontal.bullet.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from horizontal.bullet.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.combination.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.combination.chart.symbolset/Contents.json new file mode 100644 index 000000000..4d7a10e00 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.combination.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.horizontal.combination.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.combination.chart.symbolset/fiori.horizontal.combination.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.combination.chart.symbolset/fiori.horizontal.combination.chart.svg new file mode 100644 index 000000000..5d08d2bba --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.combination.chart.symbolset/fiori.horizontal.combination.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from horizontal.combination.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.grip.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.grip.symbolset/Contents.json new file mode 100644 index 000000000..f8874bd62 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.grip.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.horizontal.grip.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.grip.symbolset/fiori.horizontal.grip.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.grip.symbolset/fiori.horizontal.grip.svg new file mode 100644 index 000000000..ad3b62404 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.grip.symbolset/fiori.horizontal.grip.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from horizontal.grip + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.stacked.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.stacked.chart.symbolset/Contents.json new file mode 100644 index 000000000..b35ccdeff --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.stacked.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.horizontal.stacked.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.stacked.chart.symbolset/fiori.horizontal.stacked.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.stacked.chart.symbolset/fiori.horizontal.stacked.chart.svg new file mode 100644 index 000000000..7e9ea5a19 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.stacked.chart.symbolset/fiori.horizontal.stacked.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from horizontal.stacked.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.waterfall.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.waterfall.chart.symbolset/Contents.json new file mode 100644 index 000000000..77cebe086 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.waterfall.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.horizontal.waterfall.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.waterfall.chart.symbolset/fiori.horizontal.waterfall.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.waterfall.chart.symbolset/fiori.horizontal.waterfall.chart.svg new file mode 100644 index 000000000..cb8211041 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.horizontal.waterfall.chart.symbolset/fiori.horizontal.waterfall.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from horizontal.waterfall.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hr.approval.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hr.approval.symbolset/Contents.json new file mode 100644 index 000000000..4eb2c4016 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hr.approval.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.hr.approval.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hr.approval.symbolset/fiori.hr.approval.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hr.approval.symbolset/fiori.hr.approval.svg new file mode 100644 index 000000000..cffb0526b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.hr.approval.symbolset/fiori.hr.approval.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from hr.approval + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.idea.wall.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.idea.wall.symbolset/Contents.json new file mode 100644 index 000000000..95b7e0346 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.idea.wall.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.idea.wall.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.idea.wall.symbolset/fiori.idea.wall.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.idea.wall.symbolset/fiori.idea.wall.svg new file mode 100644 index 000000000..3cc24e392 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.idea.wall.symbolset/fiori.idea.wall.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from idea.wall + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.image.viewer.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.image.viewer.symbolset/Contents.json new file mode 100644 index 000000000..f418c68c5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.image.viewer.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.image.viewer.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.image.viewer.symbolset/fiori.image.viewer.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.image.viewer.symbolset/fiori.image.viewer.svg new file mode 100644 index 000000000..94535d977 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.image.viewer.symbolset/fiori.image.viewer.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from image.viewer + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.in.progress.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.in.progress.symbolset/Contents.json new file mode 100644 index 000000000..5433b29e7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.in.progress.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.in.progress.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.in.progress.symbolset/fiori.in.progress.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.in.progress.symbolset/fiori.in.progress.svg new file mode 100644 index 000000000..c5cc28e05 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.in.progress.symbolset/fiori.in.progress.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from in.progress + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.inbox.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inbox.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.inbox.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inbox.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inbox.fill.symbolset/fiori.inbox.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inbox.fill.symbolset/fiori.inbox.fill.svg new file mode 100644 index 000000000..7a25f9728 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inbox.fill.symbolset/fiori.inbox.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from inbox.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.inbox.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inbox.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.inbox.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inbox.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inbox.symbolset/fiori.inbox.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inbox.symbolset/fiori.inbox.svg new file mode 100644 index 000000000..a4670e4a8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inbox.symbolset/fiori.inbox.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from inbox + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.incident.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.incident.symbolset/Contents.json new file mode 100644 index 000000000..3705cba5a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.incident.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.incident.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.incident.symbolset/fiori.incident.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.incident.symbolset/fiori.incident.svg new file mode 100644 index 000000000..3dcf1ed4e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.incident.symbolset/fiori.incident.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from incident + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.incoming.call.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.incoming.call.symbolset/Contents.json new file mode 100644 index 000000000..80d74870b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.incoming.call.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.incoming.call.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.incoming.call.symbolset/fiori.incoming.call.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.incoming.call.symbolset/fiori.incoming.call.svg new file mode 100644 index 000000000..9d69d8a8d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.incoming.call.symbolset/fiori.incoming.call.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from incomming.call + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.increase.line.height.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.increase.line.height.symbolset/Contents.json new file mode 100644 index 000000000..fe252ec61 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.increase.line.height.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.increase.line.height.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.increase.line.height.symbolset/fiori.increase.line.height.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.increase.line.height.symbolset/fiori.increase.line.height.svg new file mode 100644 index 000000000..33814fa09 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.increase.line.height.symbolset/fiori.increase.line.height.svg @@ -0,0 +1,101 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from increase.lineheight + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.indent.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.indent.symbolset/Contents.json new file mode 100644 index 000000000..c02d81337 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.indent.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.indent.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.indent.symbolset/fiori.indent.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.indent.symbolset/fiori.indent.svg new file mode 100644 index 000000000..12a677545 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.indent.symbolset/fiori.indent.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from indent + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.information.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.information.symbolset/Contents.json new file mode 100644 index 000000000..15d88cfb0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.information.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.information.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.information.symbolset/fiori.information.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.information.symbolset/fiori.information.svg new file mode 100644 index 000000000..0d788823b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.information.symbolset/fiori.information.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from information + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.initiative.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.initiative.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.initiative.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.initiative.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.initiative.symbolset/fiori.initiative.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.initiative.symbolset/fiori.initiative.svg new file mode 100644 index 000000000..a59c16400 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.initiative.symbolset/fiori.initiative.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from initiative + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inspect.down.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inspect.down.symbolset/Contents.json new file mode 100644 index 000000000..0ff5b4ddb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inspect.down.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.inspect.down.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inspect.down.symbolset/fiori.inspect.down.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inspect.down.symbolset/fiori.inspect.down.svg new file mode 100644 index 000000000..e1fdcbabf --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inspect.down.symbolset/fiori.inspect.down.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from inspect.down + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inspect.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inspect.symbolset/Contents.json new file mode 100644 index 000000000..ead3f1288 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inspect.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.inspect.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inspect.symbolset/fiori.inspect.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inspect.symbolset/fiori.inspect.svg new file mode 100644 index 000000000..dd5120c4d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inspect.symbolset/fiori.inspect.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from inspect + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.inspection.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inspection.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.inspection.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inspection.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inspection.symbolset/fiori.inspection.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inspection.symbolset/fiori.inspection.svg new file mode 100644 index 000000000..ed61d72ec --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inspection.symbolset/fiori.inspection.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from inspection + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.instance.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.instance.symbolset/Contents.json new file mode 100644 index 000000000..0a4baf29a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.instance.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.instance.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.instance.symbolset/fiori.instance.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.instance.symbolset/fiori.instance.svg new file mode 100644 index 000000000..c13d6d011 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.instance.symbolset/fiori.instance.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from instance + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.insurance.car.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.insurance.car.symbolset/Contents.json new file mode 100644 index 000000000..d735f0884 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.insurance.car.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.insurance.car.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.insurance.car.symbolset/fiori.insurance.car.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.insurance.car.symbolset/fiori.insurance.car.svg new file mode 100644 index 000000000..125a61d79 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.insurance.car.symbolset/fiori.insurance.car.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from insurance.car + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.insurance.house.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.insurance.house.symbolset/Contents.json new file mode 100644 index 000000000..cb55ebfa1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.insurance.house.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.insurance.house.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.insurance.house.symbolset/fiori.insurance.house.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.insurance.house.symbolset/fiori.insurance.house.svg new file mode 100644 index 000000000..f10c23fce --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.insurance.house.symbolset/fiori.insurance.house.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from insurance.house + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.insurance.life.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.insurance.life.symbolset/Contents.json new file mode 100644 index 000000000..d33d426b8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.insurance.life.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.insurance.life.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.insurance.life.symbolset/fiori.insurance.life.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.insurance.life.symbolset/fiori.insurance.life.svg new file mode 100644 index 000000000..c02d7cf5f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.insurance.life.symbolset/fiori.insurance.life.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from insurance.life + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.internet.browser.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.internet.browser.symbolset/Contents.json new file mode 100644 index 000000000..b4d406fe3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.internet.browser.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.internet.browser.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.internet.browser.symbolset/fiori.internet.browser.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.internet.browser.symbolset/fiori.internet.browser.svg new file mode 100644 index 000000000..8f5f48e7d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.internet.browser.symbolset/fiori.internet.browser.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from internet.browser + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inventory.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inventory.symbolset/Contents.json new file mode 100644 index 000000000..6f71fcc36 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inventory.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.inventory.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inventory.symbolset/fiori.inventory.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inventory.symbolset/fiori.inventory.svg new file mode 100644 index 000000000..4c1f7564a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.inventory.symbolset/fiori.inventory.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from inventory + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ipad.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ipad.2.symbolset/Contents.json new file mode 100644 index 000000000..063c1006d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ipad.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.ipad.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ipad.2.symbolset/fiori.ipad.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ipad.2.symbolset/fiori.ipad.2.svg new file mode 100644 index 000000000..c467420a5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ipad.2.symbolset/fiori.ipad.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from ipad.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ipad.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ipad.symbolset/Contents.json new file mode 100644 index 000000000..850321d16 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ipad.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.ipad.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ipad.symbolset/fiori.ipad.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ipad.symbolset/fiori.ipad.svg new file mode 100644 index 000000000..8704ddcb6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ipad.symbolset/fiori.ipad.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from ipad + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.iphone.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.iphone.2.symbolset/Contents.json new file mode 100644 index 000000000..e79e8da99 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.iphone.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.iphone.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.iphone.2.symbolset/fiori.iphone.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.iphone.2.symbolset/fiori.iphone.2.svg new file mode 100644 index 000000000..0dbc246d8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.iphone.2.symbolset/fiori.iphone.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from iphone.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.iphone.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.iphone.symbolset/Contents.json new file mode 100644 index 000000000..8083d5124 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.iphone.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.iphone.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.iphone.symbolset/fiori.iphone.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.iphone.symbolset/fiori.iphone.svg new file mode 100644 index 000000000..65ed30f0a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.iphone.symbolset/fiori.iphone.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from iphone + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.it.host.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.it.host.symbolset/Contents.json new file mode 100644 index 000000000..321a15633 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.it.host.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.it.host.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.it.host.symbolset/fiori.it.host.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.it.host.symbolset/fiori.it.host.svg new file mode 100644 index 000000000..7528a5050 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.it.host.symbolset/fiori.it.host.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from it.host + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.it.instance.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.it.instance.symbolset/Contents.json new file mode 100644 index 000000000..e4a409b07 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.it.instance.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.it.instance.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.it.instance.symbolset/fiori.it.instance.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.it.instance.symbolset/fiori.it.instance.svg new file mode 100644 index 000000000..831f0d809 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.it.instance.symbolset/fiori.it.instance.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from it.instance + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.it.system.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.it.system.symbolset/Contents.json new file mode 100644 index 000000000..f1a6d525b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.it.system.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.it.system.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.it.system.symbolset/fiori.it.system.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.it.system.symbolset/fiori.it.system.svg new file mode 100644 index 000000000..13a79edcb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.it.system.symbolset/fiori.it.system.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from it.system + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.italic.text.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.italic.text.symbolset/Contents.json new file mode 100644 index 000000000..af5d05360 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.italic.text.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.italic.text.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.italic.text.symbolset/fiori.italic.text.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.italic.text.symbolset/fiori.italic.text.svg new file mode 100644 index 000000000..9b618692f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.italic.text.symbolset/fiori.italic.text.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from italic.text + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.jam.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.jam.symbolset/Contents.json new file mode 100644 index 000000000..412b5106a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.jam.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.jam.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.jam.symbolset/fiori.jam.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.jam.symbolset/fiori.jam.svg new file mode 100644 index 000000000..f9e658fe7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.jam.symbolset/fiori.jam.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from jam + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.journey.arrive.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.journey.arrive.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.journey.arrive.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.journey.arrive.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.journey.arrive.symbolset/fiori.journey.arrive.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.journey.arrive.symbolset/fiori.journey.arrive.svg new file mode 100644 index 000000000..f94e23986 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.journey.arrive.symbolset/fiori.journey.arrive.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from journey.arrive + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.journey.change.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.journey.change.symbolset/Contents.json new file mode 100644 index 000000000..420abb100 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.journey.change.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.journey.change.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.journey.change.symbolset/fiori.journey.change.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.journey.change.symbolset/fiori.journey.change.svg new file mode 100644 index 000000000..6b778e864 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.journey.change.symbolset/fiori.journey.change.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from journey.change + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.journey.depart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.journey.depart.symbolset/Contents.json new file mode 100644 index 000000000..5a859dde9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.journey.depart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.journey.depart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.journey.depart.symbolset/fiori.journey.depart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.journey.depart.symbolset/fiori.journey.depart.svg new file mode 100644 index 000000000..c6a1505c0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.journey.depart.symbolset/fiori.journey.depart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from journey.depart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.key.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.key.symbolset/Contents.json new file mode 100644 index 000000000..b37015b94 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.key.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.key.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.key.symbolset/fiori.key.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.key.symbolset/fiori.key.svg new file mode 100644 index 000000000..6645977ad --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.key.symbolset/fiori.key.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from key + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.key.user.settings.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.key.user.settings.symbolset/Contents.json new file mode 100644 index 000000000..df618c9ba --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.key.user.settings.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.key.user.settings.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.key.user.settings.symbolset/fiori.key.user.settings.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.key.user.settings.symbolset/fiori.key.user.settings.svg new file mode 100644 index 000000000..dee0ef9ad --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.key.user.settings.symbolset/fiori.key.user.settings.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from key.user.settings + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.keyboard.and.mouse.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.keyboard.and.mouse.symbolset/Contents.json new file mode 100644 index 000000000..56da2e907 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.keyboard.and.mouse.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.keyboard.and.mouse.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.keyboard.and.mouse.symbolset/fiori.keyboard.and.mouse.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.keyboard.and.mouse.symbolset/fiori.keyboard.and.mouse.svg new file mode 100644 index 000000000..d49faaee4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.keyboard.and.mouse.symbolset/fiori.keyboard.and.mouse.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from keyboard.and.mouse + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.kpi.corporate.performance.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.kpi.corporate.performance.symbolset/Contents.json new file mode 100644 index 000000000..b13d31691 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.kpi.corporate.performance.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.kpi.corporate.performance.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.kpi.corporate.performance.symbolset/fiori.kpi.corporate.performance.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.kpi.corporate.performance.symbolset/fiori.kpi.corporate.performance.svg new file mode 100644 index 000000000..c48b9226b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.kpi.corporate.performance.symbolset/fiori.kpi.corporate.performance.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from kpi.corporate.performance + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.kpi.managing.my.area.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.kpi.managing.my.area.symbolset/Contents.json new file mode 100644 index 000000000..5dae6cdfb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.kpi.managing.my.area.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.kpi.managing.my.area.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.kpi.managing.my.area.symbolset/fiori.kpi.managing.my.area.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.kpi.managing.my.area.symbolset/fiori.kpi.managing.my.area.svg new file mode 100644 index 000000000..e8853a2cf --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.kpi.managing.my.area.symbolset/fiori.kpi.managing.my.area.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from kpi.managing.my.area + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lab.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lab.symbolset/Contents.json new file mode 100644 index 000000000..5d5b58a04 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lab.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.lab.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lab.symbolset/fiori.lab.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lab.symbolset/fiori.lab.svg new file mode 100644 index 000000000..7050f65de --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lab.symbolset/fiori.lab.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from lab + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.laptop.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.laptop.symbolset/Contents.json new file mode 100644 index 000000000..6828c0b8a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.laptop.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.laptop.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.laptop.symbolset/fiori.laptop.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.laptop.symbolset/fiori.laptop.svg new file mode 100644 index 000000000..1717d4b3e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.laptop.symbolset/fiori.laptop.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from laptop + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lateness.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lateness.symbolset/Contents.json new file mode 100644 index 000000000..1e61f3936 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lateness.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.lateness.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lateness.symbolset/fiori.lateness.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lateness.symbolset/fiori.lateness.svg new file mode 100644 index 000000000..cd5157428 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lateness.symbolset/fiori.lateness.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from lateness + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lead.outdated.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lead.outdated.symbolset/Contents.json new file mode 100644 index 000000000..b8be26913 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lead.outdated.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.lead.outdated.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lead.outdated.symbolset/fiori.lead.outdated.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lead.outdated.symbolset/fiori.lead.outdated.svg new file mode 100644 index 000000000..a64058f3b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lead.outdated.symbolset/fiori.lead.outdated.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from lead.outdated + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.lead.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lead.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.lead.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lead.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lead.symbolset/fiori.lead.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lead.symbolset/fiori.lead.svg new file mode 100644 index 000000000..b6e156a25 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lead.symbolset/fiori.lead.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from lead + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.leads.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.leads.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.leads.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.leads.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.leads.symbolset/fiori.leads.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.leads.symbolset/fiori.leads.svg new file mode 100644 index 000000000..3e756bdb4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.leads.symbolset/fiori.leads.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from leades + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.learning.assistant.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.learning.assistant.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.learning.assistant.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.learning.assistant.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.learning.assistant.symbolset/fiori.learning.assistant.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.learning.assistant.symbolset/fiori.learning.assistant.svg new file mode 100644 index 000000000..f36aefa5e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.learning.assistant.symbolset/fiori.learning.assistant.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from learning.assistant + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.legend.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.legend.symbolset/Contents.json new file mode 100644 index 000000000..6f2a14773 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.legend.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.legend.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.legend.symbolset/fiori.legend.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.legend.symbolset/fiori.legend.svg new file mode 100644 index 000000000..c38596df3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.legend.symbolset/fiori.legend.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from legend + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.less.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.less.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.less.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.less.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.less.symbolset/fiori.less.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.less.symbolset/fiori.less.svg new file mode 100644 index 000000000..efffd8e20 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.less.symbolset/fiori.less.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from less + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.letter.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.letter.symbolset/Contents.json new file mode 100644 index 000000000..0dc2efef3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.letter.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.letter.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.letter.symbolset/fiori.letter.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.letter.symbolset/fiori.letter.svg new file mode 100644 index 000000000..a3330bffc --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.letter.symbolset/fiori.letter.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from letter + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.light.mode.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.light.mode.symbolset/Contents.json new file mode 100644 index 000000000..4a2dc5035 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.light.mode.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.light.mode.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.light.mode.symbolset/fiori.light.mode.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.light.mode.symbolset/fiori.light.mode.svg new file mode 100644 index 000000000..9182a45ef --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.light.mode.symbolset/fiori.light.mode.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from light.mode + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lightbulb.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lightbulb.symbolset/Contents.json new file mode 100644 index 000000000..44db07f49 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lightbulb.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.lightbulb.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lightbulb.symbolset/fiori.lightbulb.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lightbulb.symbolset/fiori.lightbulb.svg new file mode 100644 index 000000000..278c53106 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.lightbulb.symbolset/fiori.lightbulb.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from lightbulb + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.chart.dual.axis.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.chart.dual.axis.symbolset/Contents.json new file mode 100644 index 000000000..4f4c459f6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.chart.dual.axis.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.line.chart.dual.axis.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.chart.dual.axis.symbolset/fiori.line.chart.dual.axis.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.chart.dual.axis.symbolset/fiori.line.chart.dual.axis.svg new file mode 100644 index 000000000..db0575cde --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.chart.dual.axis.symbolset/fiori.line.chart.dual.axis.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from line.chart.dual.axis + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.line.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.chart.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.line.chart.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.chart.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.chart.symbolset/fiori.line.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.chart.symbolset/fiori.line.chart.svg new file mode 100644 index 000000000..6b6191ece --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.chart.symbolset/fiori.line.chart.svg @@ -0,0 +1,97 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from line.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.chart.time.axis.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.chart.time.axis.symbolset/Contents.json new file mode 100644 index 000000000..5ec412734 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.chart.time.axis.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.line.chart.time.axis.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.chart.time.axis.symbolset/fiori.line.chart.time.axis.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.chart.time.axis.symbolset/fiori.line.chart.time.axis.svg new file mode 100644 index 000000000..b5df166c7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.chart.time.axis.symbolset/fiori.line.chart.time.axis.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from line.chart.time.axis + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.charts.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.charts.symbolset/Contents.json new file mode 100644 index 000000000..10b85af0e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.charts.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.line.charts.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.charts.symbolset/fiori.line.charts.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.charts.symbolset/fiori.line.charts.svg new file mode 100644 index 000000000..892bc87e4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.line.charts.symbolset/fiori.line.charts.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from linie.charts + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.list.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.list.symbolset/Contents.json new file mode 100644 index 000000000..6f1f9e1f5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.list.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.list.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.list.symbolset/fiori.list.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.list.symbolset/fiori.list.svg new file mode 100644 index 000000000..425a0416a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.list.symbolset/fiori.list.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from list + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.loader.0.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.loader.0.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.loader.0.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.loader.0.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.loader.0.symbolset/fiori.loader.0.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.loader.0.symbolset/fiori.loader.0.svg new file mode 100644 index 000000000..a03b0c25f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.loader.0.symbolset/fiori.loader.0.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from loader.0 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.loader.1.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.loader.1.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.loader.1.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.loader.1.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.loader.1.symbolset/fiori.loader.1.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.loader.1.symbolset/fiori.loader.1.svg new file mode 100644 index 000000000..158d114e6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.loader.1.symbolset/fiori.loader.1.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from loader.1 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.loader.3.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.loader.3.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.loader.3.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.loader.3.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.loader.3.symbolset/fiori.loader.3.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.loader.3.symbolset/fiori.loader.3.svg new file mode 100644 index 000000000..ac87418c7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.loader.3.symbolset/fiori.loader.3.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from loader.3 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.loan.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.loan.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.loan.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.loan.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.loan.symbolset/fiori.loan.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.loan.symbolset/fiori.loan.svg new file mode 100644 index 000000000..f4a4a4991 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.loan.symbolset/fiori.loan.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from loan + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.locate.me.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.locate.me.2.symbolset/Contents.json new file mode 100644 index 000000000..66288e16e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.locate.me.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.locate.me.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.locate.me.2.symbolset/fiori.locate.me.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.locate.me.2.symbolset/fiori.locate.me.2.svg new file mode 100644 index 000000000..8341dfc18 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.locate.me.2.symbolset/fiori.locate.me.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from locate.me.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.locate.me.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.locate.me.symbolset/Contents.json new file mode 100644 index 000000000..70be12a11 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.locate.me.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.locate.me.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.locate.me.symbolset/fiori.locate.me.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.locate.me.symbolset/fiori.locate.me.svg new file mode 100644 index 000000000..0efbc930d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.locate.me.symbolset/fiori.locate.me.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from locate.me + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.locked.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.locked.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.locked.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.locked.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.locked.symbolset/fiori.locked.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.locked.symbolset/fiori.locked.svg new file mode 100644 index 000000000..e570500f7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.locked.symbolset/fiori.locked.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from locked + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.log.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.log.symbolset/Contents.json new file mode 100644 index 000000000..9c9bf38db --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.log.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.log.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.log.symbolset/fiori.log.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.log.symbolset/fiori.log.svg new file mode 100644 index 000000000..5f5164e54 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.log.symbolset/fiori.log.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from log + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.machine.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.machine.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Device/fiori.machine.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.machine.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.machine.symbolset/fiori.machine.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.machine.symbolset/fiori.machine.svg new file mode 100644 index 000000000..ed6a0908f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.machine.symbolset/fiori.machine.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from machine + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.male.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.male.symbolset/Contents.json new file mode 100644 index 000000000..c00825dcb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.male.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.male.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.male.symbolset/fiori.male.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.male.symbolset/fiori.male.svg new file mode 100644 index 000000000..4ab0459d3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.male.symbolset/fiori.male.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from male + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.manager.insight.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.manager.insight.symbolset/Contents.json new file mode 100644 index 000000000..6a60443f9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.manager.insight.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.manager.insight.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.manager.insight.symbolset/fiori.manager.insight.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.manager.insight.symbolset/fiori.manager.insight.svg new file mode 100644 index 000000000..98990d5f4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.manager.insight.symbolset/fiori.manager.insight.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from manager.insight + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.manager.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.manager.symbolset/Contents.json new file mode 100644 index 000000000..db627516a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.manager.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.manager.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.manager.symbolset/fiori.manager.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.manager.symbolset/fiori.manager.svg new file mode 100644 index 000000000..d0cadc877 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.manager.symbolset/fiori.manager.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from manager + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.2.symbolset/Contents.json new file mode 100644 index 000000000..4e745f7a8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.map.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.2.symbolset/fiori.map.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.2.symbolset/fiori.map.2.svg new file mode 100644 index 000000000..113c9ed14 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.2.symbolset/fiori.map.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from map.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.map.3.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.3.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.map.3.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.3.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.3.fill.symbolset/fiori.map.3.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.3.fill.symbolset/fiori.map.3.fill.svg new file mode 100644 index 000000000..49f68a861 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.3.fill.symbolset/fiori.map.3.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from map.3.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.map.3.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.3.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.map.3.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.3.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.3.symbolset/fiori.map.3.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.3.symbolset/fiori.map.3.svg new file mode 100644 index 000000000..218d1f4df --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.3.symbolset/fiori.map.3.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from map.3 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.map.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.map.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.fill.symbolset/fiori.map.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.fill.symbolset/fiori.map.fill.svg new file mode 100644 index 000000000..996327746 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.fill.symbolset/fiori.map.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from map.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.map.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.map.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.symbolset/fiori.map.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.symbolset/fiori.map.svg new file mode 100644 index 000000000..6a368299b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.map.symbolset/fiori.map.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from map + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.marketing.campaign.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.marketing.campaign.symbolset/Contents.json new file mode 100644 index 000000000..e59a48737 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.marketing.campaign.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.marketing.campaign.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.marketing.campaign.symbolset/fiori.marketing.campaign.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.marketing.campaign.symbolset/fiori.marketing.campaign.svg new file mode 100644 index 000000000..2821e12b3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.marketing.campaign.symbolset/fiori.marketing.campaign.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from marketing + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.master.task.triangle.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.master.task.triangle.2.symbolset/Contents.json new file mode 100644 index 000000000..b35bef704 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.master.task.triangle.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.master.task.triangle.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.master.task.triangle.2.symbolset/fiori.master.task.triangle.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.master.task.triangle.2.symbolset/fiori.master.task.triangle.2.svg new file mode 100644 index 000000000..66396ddca --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.master.task.triangle.2.symbolset/fiori.master.task.triangle.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from master.task.triangle.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.master.task.triangle.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.master.task.triangle.symbolset/Contents.json new file mode 100644 index 000000000..aae07e3d5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.master.task.triangle.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.master.task.triangle.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.master.task.triangle.symbolset/fiori.master.task.triangle.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.master.task.triangle.symbolset/fiori.master.task.triangle.svg new file mode 100644 index 000000000..c5fb17bdb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.master.task.triangle.symbolset/fiori.master.task.triangle.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from master.task.triangle + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Travel/fiori.meal.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.meal.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Travel/fiori.meal.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.meal.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.meal.symbolset/fiori.meal.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.meal.symbolset/fiori.meal.svg new file mode 100644 index 000000000..b289189cb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.meal.symbolset/fiori.meal.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from meal + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.measure.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.measure.symbolset/Contents.json new file mode 100644 index 000000000..58d3f7920 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.measure.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.measure.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.measure.symbolset/fiori.measure.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.measure.symbolset/fiori.measure.svg new file mode 100644 index 000000000..ab75443c1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.measure.symbolset/fiori.measure.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from measure + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.measurement.document.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.measurement.document.symbolset/Contents.json new file mode 100644 index 000000000..209286bdd --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.measurement.document.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.measurement.document.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.measurement.document.symbolset/fiori.measurement.document.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.measurement.document.symbolset/fiori.measurement.document.svg new file mode 100644 index 000000000..da06dab51 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.measurement.document.symbolset/fiori.measurement.document.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from measurement.document + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.measuring.point.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.measuring.point.symbolset/Contents.json new file mode 100644 index 000000000..8c4247f9d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.measuring.point.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.measuring.point.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.measuring.point.symbolset/fiori.measuring.point.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.measuring.point.symbolset/fiori.measuring.point.svg new file mode 100644 index 000000000..178860cec --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.measuring.point.symbolset/fiori.measuring.point.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from measuring.point + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.forward.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.forward.symbolset/Contents.json new file mode 100644 index 000000000..2c445425e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.forward.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.media.forward.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.forward.symbolset/fiori.media.forward.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.forward.symbolset/fiori.media.forward.svg new file mode 100644 index 000000000..6776f2213 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.forward.symbolset/fiori.media.forward.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from media.forward + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.pause.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.pause.symbolset/Contents.json new file mode 100644 index 000000000..f9711f9bd --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.pause.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.media.pause.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.pause.symbolset/fiori.media.pause.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.pause.symbolset/fiori.media.pause.svg new file mode 100644 index 000000000..6b4eedb4a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.pause.symbolset/fiori.media.pause.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from media.pause + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.play.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.play.symbolset/Contents.json new file mode 100644 index 000000000..1db1bc9af --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.play.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.media.play.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.play.symbolset/fiori.media.play.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.play.symbolset/fiori.media.play.svg new file mode 100644 index 000000000..3bdc344c5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.play.symbolset/fiori.media.play.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from media.play + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.reverse.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.reverse.symbolset/Contents.json new file mode 100644 index 000000000..a772d5cb4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.reverse.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.media.reverse.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.reverse.symbolset/fiori.media.reverse.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.reverse.symbolset/fiori.media.reverse.svg new file mode 100644 index 000000000..d78a8de74 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.reverse.symbolset/fiori.media.reverse.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from media.reverse + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.rewind.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.rewind.symbolset/Contents.json new file mode 100644 index 000000000..7c6d779eb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.rewind.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.media.rewind.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.rewind.symbolset/fiori.media.rewind.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.rewind.symbolset/fiori.media.rewind.svg new file mode 100644 index 000000000..2e75c04cd --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.media.rewind.symbolset/fiori.media.rewind.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from media.rewind + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.meeting.room.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.meeting.room.symbolset/Contents.json new file mode 100644 index 000000000..58ccfbdc7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.meeting.room.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.meeting.room.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.meeting.room.symbolset/fiori.meeting.room.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.meeting.room.symbolset/fiori.meeting.room.svg new file mode 100644 index 000000000..abc7b218a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.meeting.room.symbolset/fiori.meeting.room.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from meeting.room + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.megamenu.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.megamenu.symbolset/Contents.json new file mode 100644 index 000000000..46bc1d5d4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.megamenu.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.megamenu.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.megamenu.symbolset/fiori.megamenu.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.megamenu.symbolset/fiori.megamenu.svg new file mode 100644 index 000000000..1e8f58d7f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.megamenu.symbolset/fiori.megamenu.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from megamenu + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.menu.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.menu.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.menu.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.menu.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.menu.fill.symbolset/fiori.menu.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.menu.fill.symbolset/fiori.menu.fill.svg new file mode 100644 index 000000000..385dfcf2a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.menu.fill.symbolset/fiori.menu.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from menu.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.menu.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.menu.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.menu.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.menu.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.menu.symbolset/fiori.menu.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.menu.symbolset/fiori.menu.svg new file mode 100644 index 000000000..b4460cd47 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.menu.symbolset/fiori.menu.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from menu + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.menu2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.menu2.symbolset/Contents.json new file mode 100644 index 000000000..051ff2666 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.menu2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.menu2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.menu2.symbolset/fiori.menu2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.menu2.symbolset/fiori.menu2.svg new file mode 100644 index 000000000..d4d53dd1f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.menu2.symbolset/fiori.menu2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from menu.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.error.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.error.symbolset/Contents.json new file mode 100644 index 000000000..adb56ce16 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.error.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.message.error.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.error.symbolset/fiori.message.error.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.error.symbolset/fiori.message.error.svg new file mode 100644 index 000000000..f66fc6e3e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.error.symbolset/fiori.message.error.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from message.error + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.information.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.information.symbolset/Contents.json new file mode 100644 index 000000000..f95ca6c41 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.information.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.message.information.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.information.symbolset/fiori.message.information.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.information.symbolset/fiori.message.information.svg new file mode 100644 index 000000000..ba24a671c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.information.symbolset/fiori.message.information.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from message.information + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.popup.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.popup.symbolset/Contents.json new file mode 100644 index 000000000..f0347f5a5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.popup.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.message.popup.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.popup.symbolset/fiori.message.popup.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.popup.symbolset/fiori.message.popup.svg new file mode 100644 index 000000000..06f964e1b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.popup.symbolset/fiori.message.popup.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from message.popup + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.success.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.success.symbolset/Contents.json new file mode 100644 index 000000000..55a224280 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.success.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.message.success.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.success.symbolset/fiori.message.success.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.success.symbolset/fiori.message.success.svg new file mode 100644 index 000000000..754ad86a8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.success.symbolset/fiori.message.success.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from message.success + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.message.warning.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.warning.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.message.warning.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.warning.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.warning.symbolset/fiori.message.warning.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.warning.symbolset/fiori.message.warning.svg new file mode 100644 index 000000000..467c0a92d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.message.warning.symbolset/fiori.message.warning.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from message.warning + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.microphone.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.microphone.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.microphone.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.microphone.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.microphone.symbolset/fiori.microphone.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.microphone.symbolset/fiori.microphone.svg new file mode 100644 index 000000000..96d2c755b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.microphone.symbolset/fiori.microphone.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from microphone + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mileage.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mileage.symbolset/Contents.json new file mode 100644 index 000000000..d4bdeecec --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mileage.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.mileage.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mileage.symbolset/fiori.mileage.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mileage.symbolset/fiori.mileage.svg new file mode 100644 index 000000000..43dc50b4f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mileage.symbolset/fiori.mileage.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from mileage + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.minimize.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.minimize.symbolset/Contents.json new file mode 100644 index 000000000..72658c62f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.minimize.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.minimize.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.minimize.symbolset/fiori.minimize.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.minimize.symbolset/fiori.minimize.svg new file mode 100644 index 000000000..1f7b81558 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.minimize.symbolset/fiori.minimize.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from minimize + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mirrored.task.circle.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mirrored.task.circle.2.symbolset/Contents.json new file mode 100644 index 000000000..b54298f2c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mirrored.task.circle.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.mirrored.task.circle.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mirrored.task.circle.2.symbolset/fiori.mirrored.task.circle.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mirrored.task.circle.2.symbolset/fiori.mirrored.task.circle.2.svg new file mode 100644 index 000000000..c6e301e1c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mirrored.task.circle.2.symbolset/fiori.mirrored.task.circle.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from mirrored.task.circle.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mirrored.task.circle.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mirrored.task.circle.symbolset/Contents.json new file mode 100644 index 000000000..6a290e9b3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mirrored.task.circle.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.mirrored.task.circle.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mirrored.task.circle.symbolset/fiori.mirrored.task.circle.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mirrored.task.circle.symbolset/fiori.mirrored.task.circle.svg new file mode 100644 index 000000000..5cb1e9bbe --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mirrored.task.circle.symbolset/fiori.mirrored.task.circle.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from mirrored.task.circle + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.money.bills.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.money.bills.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.money.bills.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.money.bills.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.money.bills.symbolset/fiori.money.bills.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.money.bills.symbolset/fiori.money.bills.svg new file mode 100644 index 000000000..fff376fc6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.money.bills.symbolset/fiori.money.bills.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from money.bills + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.monitor.payments.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.monitor.payments.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.monitor.payments.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.monitor.payments.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.monitor.payments.symbolset/fiori.monitor.payments.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.monitor.payments.symbolset/fiori.monitor.payments.svg new file mode 100644 index 000000000..9a56ea04f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.monitor.payments.symbolset/fiori.monitor.payments.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from monitor.payments + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.move.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.move.symbolset/Contents.json new file mode 100644 index 000000000..7bd6d35ec --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.move.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.move.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.move.symbolset/fiori.move.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.move.symbolset/fiori.move.svg new file mode 100644 index 000000000..16036e574 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.move.symbolset/fiori.move.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from move + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mri.scan.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mri.scan.symbolset/Contents.json new file mode 100644 index 000000000..53020e033 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mri.scan.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.mri.scan.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mri.scan.symbolset/fiori.mri.scan.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mri.scan.symbolset/fiori.mri.scan.svg new file mode 100644 index 000000000..57fa366fb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.mri.scan.symbolset/fiori.mri.scan.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from mri.scan + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multi.select.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multi.select.symbolset/Contents.json new file mode 100644 index 000000000..f5e965f07 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multi.select.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.multi.select.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multi.select.symbolset/fiori.multi.select.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multi.select.symbolset/fiori.multi.select.svg new file mode 100644 index 000000000..6dd703d2d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multi.select.symbolset/fiori.multi.select.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from multi.select + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.bar.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.bar.chart.symbolset/Contents.json new file mode 100644 index 000000000..6ab861ac9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.bar.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.multiple.bar.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.bar.chart.symbolset/fiori.multiple.bar.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.bar.chart.symbolset/fiori.multiple.bar.chart.svg new file mode 100644 index 000000000..1bda0c96d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.bar.chart.symbolset/fiori.multiple.bar.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from multiple.bar.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.line.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.line.chart.symbolset/Contents.json new file mode 100644 index 000000000..7e3edfce7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.line.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.multiple.line.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.line.chart.symbolset/fiori.multiple.line.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.line.chart.symbolset/fiori.multiple.line.chart.svg new file mode 100644 index 000000000..d0e4003fb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.line.chart.symbolset/fiori.multiple.line.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from multiple.line.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.pie.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.pie.chart.symbolset/Contents.json new file mode 100644 index 000000000..71b66a584 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.pie.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.multiple.pie.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.pie.chart.symbolset/fiori.multiple.pie.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.pie.chart.symbolset/fiori.multiple.pie.chart.svg new file mode 100644 index 000000000..244aaa1a3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.pie.chart.symbolset/fiori.multiple.pie.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from multiple.pie.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.radar.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.radar.chart.symbolset/Contents.json new file mode 100644 index 000000000..9899107b6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.radar.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.multiple.radar.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.radar.chart.symbolset/fiori.multiple.radar.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.radar.chart.symbolset/fiori.multiple.radar.chart.svg new file mode 100644 index 000000000..21e927e2e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiple.radar.chart.symbolset/fiori.multiple.radar.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from multiple.radar.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiselect.all.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiselect.all.symbolset/Contents.json new file mode 100644 index 000000000..37d0e6f7e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiselect.all.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.multiselect.all.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiselect.all.symbolset/fiori.multiselect.all.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiselect.all.symbolset/fiori.multiselect.all.svg new file mode 100644 index 000000000..b3157c62e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiselect.all.symbolset/fiori.multiselect.all.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from multiselect.all + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiselect.none.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiselect.none.symbolset/Contents.json new file mode 100644 index 000000000..96470f06c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiselect.none.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.multiselect.none.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiselect.none.symbolset/fiori.multiselect.none.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiselect.none.symbolset/fiori.multiselect.none.svg new file mode 100644 index 000000000..e7b204db6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.multiselect.none.symbolset/fiori.multiselect.none.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from multiselect.none + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.my.sales.order.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.my.sales.order.symbolset/Contents.json new file mode 100644 index 000000000..909c759fe --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.my.sales.order.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.my.sales.order.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.my.sales.order.symbolset/fiori.my.sales.order.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.my.sales.order.symbolset/fiori.my.sales.order.svg new file mode 100644 index 000000000..bb1ae4aaf --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.my.sales.order.symbolset/fiori.my.sales.order.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from my.sales.order + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.my.view.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.my.view.symbolset/Contents.json new file mode 100644 index 000000000..5c8296c44 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.my.view.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.my.view.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.my.view.symbolset/fiori.my.view.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.my.view.symbolset/fiori.my.view.svg new file mode 100644 index 000000000..0edfcfbcb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.my.view.symbolset/fiori.my.view.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from my.view + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.nav.back.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.nav.back.symbolset/Contents.json new file mode 100644 index 000000000..d2fa72108 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.nav.back.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.nav.back.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.nav.back.symbolset/fiori.nav.back.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.nav.back.symbolset/fiori.nav.back.svg new file mode 100644 index 000000000..133ba4ea0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.nav.back.symbolset/fiori.nav.back.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from navigation.back + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.navigation.down.arrow.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.down.arrow.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.navigation.down.arrow.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.down.arrow.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.down.arrow.symbolset/fiori.navigation.down.arrow.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.down.arrow.symbolset/fiori.navigation.down.arrow.svg new file mode 100644 index 000000000..c112373c3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.down.arrow.symbolset/fiori.navigation.down.arrow.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from navigation.down.arrow + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.left.arrow.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.left.arrow.symbolset/Contents.json new file mode 100644 index 000000000..559dc1f39 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.left.arrow.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.navigation.left.arrow.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.left.arrow.symbolset/fiori.navigation.left.arrow.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.left.arrow.symbolset/fiori.navigation.left.arrow.svg new file mode 100644 index 000000000..27d4924a5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.left.arrow.symbolset/fiori.navigation.left.arrow.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from navigation.left.arrow + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.right.arrow.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.right.arrow.symbolset/Contents.json new file mode 100644 index 000000000..917c12dc2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.right.arrow.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.navigation.right.arrow.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.right.arrow.symbolset/fiori.navigation.right.arrow.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.right.arrow.symbolset/fiori.navigation.right.arrow.svg new file mode 100644 index 000000000..327487439 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.right.arrow.symbolset/fiori.navigation.right.arrow.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from navigation.right.arrow + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.navigation.up.arrow.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.up.arrow.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.navigation.up.arrow.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.up.arrow.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.up.arrow.symbolset/fiori.navigation.up.arrow.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.up.arrow.symbolset/fiori.navigation.up.arrow.svg new file mode 100644 index 000000000..28bbd0d3b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.navigation.up.arrow.symbolset/fiori.navigation.up.arrow.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from navigation.up.arrow + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.negative.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.negative.symbolset/Contents.json new file mode 100644 index 000000000..bb4233684 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.negative.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.negative.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.negative.symbolset/fiori.negative.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.negative.symbolset/fiori.negative.svg new file mode 100644 index 000000000..9d4592c67 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.negative.symbolset/fiori.negative.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from negative + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.netweaver.business.client.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.netweaver.business.client.symbolset/Contents.json new file mode 100644 index 000000000..345a52a12 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.netweaver.business.client.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.netweaver.business.client.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.netweaver.business.client.symbolset/fiori.netweaver.business.client.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.netweaver.business.client.symbolset/fiori.netweaver.business.client.svg new file mode 100644 index 000000000..d13f27def --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.netweaver.business.client.symbolset/fiori.netweaver.business.client.svg @@ -0,0 +1,101 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from netweaver.business.client + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.newspaper.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.newspaper.symbolset/Contents.json new file mode 100644 index 000000000..1a90315b8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.newspaper.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.newspaper.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.newspaper.symbolset/fiori.newspaper.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.newspaper.symbolset/fiori.newspaper.svg new file mode 100644 index 000000000..3346b4cb2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.newspaper.symbolset/fiori.newspaper.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from newspaper + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.non.binary.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.non.binary.symbolset/Contents.json new file mode 100644 index 000000000..c7edd714f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.non.binary.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.non.binary.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.non.binary.symbolset/fiori.non.binary.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.non.binary.symbolset/fiori.non.binary.svg new file mode 100644 index 000000000..85e0cbab0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.non.binary.symbolset/fiori.non.binary.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from non.binary + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.not.editable.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.not.editable.symbolset/Contents.json new file mode 100644 index 000000000..0cd22d93d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.not.editable.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.not.editable.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.not.editable.symbolset/fiori.not.editable.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.not.editable.symbolset/fiori.not.editable.svg new file mode 100644 index 000000000..13ffc244f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.not.editable.symbolset/fiori.not.editable.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from not.editable + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notes.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notes.symbolset/Contents.json new file mode 100644 index 000000000..75af590ff --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notes.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.notes.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notes.symbolset/fiori.notes.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notes.symbolset/fiori.notes.svg new file mode 100644 index 000000000..fd4fa587e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notes.symbolset/fiori.notes.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from notes + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.notification.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.2.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.notification.2.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.2.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.2.symbolset/fiori.notification.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.2.symbolset/fiori.notification.2.svg new file mode 100644 index 000000000..63dd82cbb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.2.symbolset/fiori.notification.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from notification.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.3.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.3.symbolset/Contents.json new file mode 100644 index 000000000..5053d206f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.3.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.notification.3.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.3.symbolset/fiori.notification.3.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.3.symbolset/fiori.notification.3.svg new file mode 100644 index 000000000..0747fc56e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.3.symbolset/fiori.notification.3.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from notification.3 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.4.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.4.symbolset/Contents.json new file mode 100644 index 000000000..3566c395c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.4.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.notification.4.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.4.symbolset/fiori.notification.4.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.4.symbolset/fiori.notification.4.svg new file mode 100644 index 000000000..9ea46ddf3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.4.symbolset/fiori.notification.4.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from notification.4 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.fill.symbolset/Contents.json new file mode 100644 index 000000000..661d175ad --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.fill.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.notification.fill.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.fill.symbolset/fiori.notification.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.fill.symbolset/fiori.notification.fill.svg new file mode 100644 index 000000000..886eaa9f7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.fill.symbolset/fiori.notification.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from notification.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.notification.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.notification.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.symbolset/fiori.notification.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.symbolset/fiori.notification.svg new file mode 100644 index 000000000..6f69035fe --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.notification.symbolset/fiori.notification.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from notification + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.number.sign.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.number.sign.symbolset/Contents.json new file mode 100644 index 000000000..a0e3bd776 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.number.sign.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.number.sign.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.number.sign.symbolset/fiori.number.sign.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.number.sign.symbolset/fiori.number.sign.svg new file mode 100644 index 000000000..e2ca2d6e0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.number.sign.symbolset/fiori.number.sign.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from number + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.numbered.text.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.numbered.text.symbolset/Contents.json new file mode 100644 index 000000000..25cce80be --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.numbered.text.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.numbered.text.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.numbered.text.symbolset/fiori.numbered.text.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.numbered.text.symbolset/fiori.numbered.text.svg new file mode 100644 index 000000000..fc3efc8e0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.numbered.text.symbolset/fiori.numbered.text.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from numbered.text + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.nurse.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.nurse.symbolset/Contents.json new file mode 100644 index 000000000..7b4b69668 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.nurse.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.nurse.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.nurse.symbolset/fiori.nurse.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.nurse.symbolset/fiori.nurse.svg new file mode 100644 index 000000000..6015dca4b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.nurse.symbolset/fiori.nurse.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from nurse + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.nutrition.activity.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.nutrition.activity.symbolset/Contents.json new file mode 100644 index 000000000..bebf5f18a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.nutrition.activity.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.nutrition.activity.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.nutrition.activity.symbolset/fiori.nutrition.activity.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.nutrition.activity.symbolset/fiori.nutrition.activity.svg new file mode 100644 index 000000000..d6c2f0fa8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.nutrition.activity.symbolset/fiori.nutrition.activity.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from nutrition.activity + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.official.service.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.official.service.symbolset/Contents.json new file mode 100644 index 000000000..469b0968c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.official.service.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.official.service.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.official.service.symbolset/fiori.official.service.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.official.service.symbolset/fiori.official.service.svg new file mode 100644 index 000000000..b5ba39274 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.official.service.symbolset/fiori.official.service.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from official.service + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.offsite.work.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.offsite.work.symbolset/Contents.json new file mode 100644 index 000000000..65d319714 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.offsite.work.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.offsite.work.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.offsite.work.symbolset/fiori.offsite.work.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.offsite.work.symbolset/fiori.offsite.work.svg new file mode 100644 index 000000000..a52584fd3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.offsite.work.symbolset/fiori.offsite.work.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from offsite.work + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.open.command.field.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.open.command.field.symbolset/Contents.json new file mode 100644 index 000000000..844519dbd --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.open.command.field.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.open.command.field.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.open.command.field.symbolset/fiori.open.command.field.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.open.command.field.symbolset/fiori.open.command.field.svg new file mode 100644 index 000000000..a1ac0a702 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.open.command.field.symbolset/fiori.open.command.field.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from open.command.field + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.open.folder.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.open.folder.symbolset/Contents.json new file mode 100644 index 000000000..c387d8823 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.open.folder.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.open.folder.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.open.folder.symbolset/fiori.open.folder.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.open.folder.symbolset/fiori.open.folder.svg new file mode 100644 index 000000000..4c57227ec --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.open.folder.symbolset/fiori.open.folder.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from open.folder + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.opportunities.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.opportunities.symbolset/Contents.json new file mode 100644 index 000000000..aca2b7db9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.opportunities.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.opportunities.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.opportunities.symbolset/fiori.opportunities.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.opportunities.symbolset/fiori.opportunities.svg new file mode 100644 index 000000000..93e0ffdb2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.opportunities.symbolset/fiori.opportunities.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from opportunities + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.opportunity.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.opportunity.symbolset/Contents.json new file mode 100644 index 000000000..62aae1cdd --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.opportunity.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.opportunity.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.opportunity.symbolset/fiori.opportunity.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.opportunity.symbolset/fiori.opportunity.svg new file mode 100644 index 000000000..15ab712b7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.opportunity.symbolset/fiori.opportunity.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from opportunity + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.order.status.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.order.status.symbolset/Contents.json new file mode 100644 index 000000000..d975e8de8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.order.status.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.order.status.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.order.status.symbolset/fiori.order.status.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.order.status.symbolset/fiori.order.status.svg new file mode 100644 index 000000000..9ea9e1164 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.order.status.symbolset/fiori.order.status.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from order.status + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.org.chart.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.org.chart.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.org.chart.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.org.chart.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.org.chart.fill.symbolset/fiori.org.chart.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.org.chart.fill.symbolset/fiori.org.chart.fill.svg new file mode 100644 index 000000000..2b55fa023 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.org.chart.fill.symbolset/fiori.org.chart.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from org.chart.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.org.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.org.chart.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.org.chart.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.org.chart.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.org.chart.symbolset/fiori.org.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.org.chart.symbolset/fiori.org.chart.svg new file mode 100644 index 000000000..d617fca0b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.org.chart.symbolset/fiori.org.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from org.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.outbox.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.outbox.symbolset/Contents.json new file mode 100644 index 000000000..11d753f0e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.outbox.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.outbox.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.outbox.symbolset/fiori.outbox.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.outbox.symbolset/fiori.outbox.svg new file mode 100644 index 000000000..532e05761 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.outbox.symbolset/fiori.outbox.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from outbox + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.outdent.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.outdent.symbolset/Contents.json new file mode 100644 index 000000000..7148cc596 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.outdent.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.outdent.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.outdent.symbolset/fiori.outdent.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.outdent.symbolset/fiori.outdent.svg new file mode 100644 index 000000000..531fddb3b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.outdent.symbolset/fiori.outdent.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from outdent + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.outgoing.call.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.outgoing.call.symbolset/Contents.json new file mode 100644 index 000000000..7d0251493 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.outgoing.call.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.outgoing.call.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.outgoing.call.symbolset/fiori.outgoing.call.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.outgoing.call.symbolset/fiori.outgoing.call.svg new file mode 100644 index 000000000..d9f490a12 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.outgoing.call.symbolset/fiori.outgoing.call.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from outcomming.call + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.overflow.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.overflow.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.overflow.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.overflow.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.overflow.symbolset/fiori.overflow.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.overflow.symbolset/fiori.overflow.svg new file mode 100644 index 000000000..8321b13d8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.overflow.symbolset/fiori.overflow.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from overflow + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.overlay.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.overlay.symbolset/Contents.json new file mode 100644 index 000000000..b0e20e202 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.overlay.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.overlay.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.overlay.symbolset/fiori.overlay.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.overlay.symbolset/fiori.overlay.svg new file mode 100644 index 000000000..9bcfcbb0c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.overlay.symbolset/fiori.overlay.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from overlay + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.overview.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.overview.chart.symbolset/Contents.json new file mode 100644 index 000000000..d2d71c98e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.overview.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.overview.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.overview.chart.symbolset/fiori.overview.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.overview.chart.symbolset/fiori.overview.chart.svg new file mode 100644 index 000000000..fe5d3b1c1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.overview.chart.symbolset/fiori.overview.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from overview.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.paging.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paging.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.paging.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paging.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paging.symbolset/fiori.paging.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paging.symbolset/fiori.paging.svg new file mode 100644 index 000000000..c54d14699 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paging.symbolset/fiori.paging.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from paging + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.paid.leave.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paid.leave.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.paid.leave.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paid.leave.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paid.leave.symbolset/fiori.paid.leave.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paid.leave.symbolset/fiori.paid.leave.svg new file mode 100644 index 000000000..9c0c90b3c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paid.leave.symbolset/fiori.paid.leave.svg @@ -0,0 +1,97 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from paid.leave + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paint.bucket.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paint.bucket.symbolset/Contents.json new file mode 100644 index 000000000..387c8c655 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paint.bucket.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.paint.bucket.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paint.bucket.symbolset/fiori.paint.bucket.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paint.bucket.symbolset/fiori.paint.bucket.svg new file mode 100644 index 000000000..5d8cfd591 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paint.bucket.symbolset/fiori.paint.bucket.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from paint.bucket + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.palette.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.palette.symbolset/Contents.json new file mode 100644 index 000000000..30328ac60 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.palette.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.palette.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.palette.symbolset/fiori.palette.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.palette.symbolset/fiori.palette.svg new file mode 100644 index 000000000..e000bf7ba --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.palette.symbolset/fiori.palette.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from palette + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.paper.plane.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paper.plane.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.paper.plane.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paper.plane.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paper.plane.symbolset/fiori.paper.plane.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paper.plane.symbolset/fiori.paper.plane.svg new file mode 100644 index 000000000..108c53368 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paper.plane.symbolset/fiori.paper.plane.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from paper.plane + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.passenger.train.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.passenger.train.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.passenger.train.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.passenger.train.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.passenger.train.symbolset/fiori.passenger.train.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.passenger.train.symbolset/fiori.passenger.train.svg new file mode 100644 index 000000000..d0b6579a1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.passenger.train.symbolset/fiori.passenger.train.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from passenger.train + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Time/fiori.past.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.past.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Time/fiori.past.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.past.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.past.symbolset/fiori.past.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.past.symbolset/fiori.past.svg new file mode 100644 index 000000000..c4be434e6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.past.symbolset/fiori.past.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from past + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paste.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paste.symbolset/Contents.json new file mode 100644 index 000000000..4d01e0015 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paste.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.paste.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paste.symbolset/fiori.paste.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paste.symbolset/fiori.paste.svg new file mode 100644 index 000000000..d2cbc5277 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.paste.symbolset/fiori.paste.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from paste + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pause.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pause.symbolset/Contents.json new file mode 100644 index 000000000..5dcf079be --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pause.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.pause.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pause.symbolset/fiori.pause.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pause.symbolset/fiori.pause.svg new file mode 100644 index 000000000..45303e001 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pause.symbolset/fiori.pause.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from pause + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.payment.approval.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.payment.approval.symbolset/Contents.json new file mode 100644 index 000000000..ef8ada805 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.payment.approval.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.payment.approval.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.payment.approval.symbolset/fiori.payment.approval.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.payment.approval.symbolset/fiori.payment.approval.svg new file mode 100644 index 000000000..073d0fc21 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.payment.approval.symbolset/fiori.payment.approval.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from payment.approval + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.pdf.attachment.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pdf.attachment.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.pdf.attachment.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pdf.attachment.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pdf.attachment.symbolset/fiori.pdf.attachment.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pdf.attachment.symbolset/fiori.pdf.attachment.svg new file mode 100644 index 000000000..26670fb2e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pdf.attachment.symbolset/fiori.pdf.attachment.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from pdf.attachment + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pdf.reader.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pdf.reader.symbolset/Contents.json new file mode 100644 index 000000000..94f164242 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pdf.reader.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.pdf.reader.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pdf.reader.symbolset/fiori.pdf.reader.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pdf.reader.symbolset/fiori.pdf.reader.svg new file mode 100644 index 000000000..48f08ec0e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pdf.reader.symbolset/fiori.pdf.reader.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from pdf.reader + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pending.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pending.symbolset/Contents.json new file mode 100644 index 000000000..d918f6399 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pending.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.pending.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pending.symbolset/fiori.pending.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pending.symbolset/fiori.pending.svg new file mode 100644 index 000000000..585ec67cf --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pending.symbolset/fiori.pending.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from pending + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.people.connected.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.people.connected.symbolset/Contents.json new file mode 100644 index 000000000..f45df2fe7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.people.connected.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.people.connected.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.people.connected.symbolset/fiori.people.connected.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.people.connected.symbolset/fiori.people.connected.svg new file mode 100644 index 000000000..5b927e918 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.people.connected.symbolset/fiori.people.connected.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from people.connected + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.per.diem.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.per.diem.symbolset/Contents.json new file mode 100644 index 000000000..e2836c58b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.per.diem.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.per.diem.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.per.diem.symbolset/fiori.per.diem.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.per.diem.symbolset/fiori.per.diem.svg new file mode 100644 index 000000000..38eca5885 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.per.diem.symbolset/fiori.per.diem.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from per.diem + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.performance.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.performance.symbolset/Contents.json new file mode 100644 index 000000000..a62c0a0e6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.performance.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.performance.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.performance.symbolset/fiori.performance.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.performance.symbolset/fiori.performance.svg new file mode 100644 index 000000000..7b5862429 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.performance.symbolset/fiori.performance.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from performance + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.permission.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.permission.symbolset/Contents.json new file mode 100644 index 000000000..ce36b827d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.permission.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.permission.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.permission.symbolset/fiori.permission.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.permission.symbolset/fiori.permission.svg new file mode 100644 index 000000000..f4cdc7b03 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.permission.symbolset/fiori.permission.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from permission + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.person.placeholder.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.person.placeholder.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.person.placeholder.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.person.placeholder.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.person.placeholder.fill.symbolset/fiori.person.placeholder.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.person.placeholder.fill.symbolset/fiori.person.placeholder.fill.svg new file mode 100644 index 000000000..3eff3ce4a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.person.placeholder.fill.symbolset/fiori.person.placeholder.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from person.placeholder.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.person.placeholder.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.person.placeholder.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/People/fiori.person.placeholder.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.person.placeholder.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.person.placeholder.symbolset/fiori.person.placeholder.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.person.placeholder.symbolset/fiori.person.placeholder.svg new file mode 100644 index 000000000..b7241eb57 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.person.placeholder.symbolset/fiori.person.placeholder.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from person.placeholder + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.personnel.view.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.personnel.view.symbolset/Contents.json new file mode 100644 index 000000000..ba3afccf7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.personnel.view.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.personnel.view.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.personnel.view.symbolset/fiori.personnel.view.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.personnel.view.symbolset/fiori.personnel.view.svg new file mode 100644 index 000000000..9d50356e3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.personnel.view.symbolset/fiori.personnel.view.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from personal.view + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pharmacy.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pharmacy.symbolset/Contents.json new file mode 100644 index 000000000..a9f1fe15b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pharmacy.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.pharmacy.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pharmacy.symbolset/fiori.pharmacy.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pharmacy.symbolset/fiori.pharmacy.svg new file mode 100644 index 000000000..a3ed1998f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pharmacy.symbolset/fiori.pharmacy.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from pharmacy + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.phone.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.phone.symbolset/Contents.json new file mode 100644 index 000000000..6d1a4299c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.phone.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.phone.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.phone.symbolset/fiori.phone.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.phone.symbolset/fiori.phone.svg new file mode 100644 index 000000000..cf9771c1f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.phone.symbolset/fiori.phone.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from phone + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.photo.voltaic.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.photo.voltaic.symbolset/Contents.json new file mode 100644 index 000000000..c92ec21af --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.photo.voltaic.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.photo.voltaic.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.photo.voltaic.symbolset/fiori.photo.voltaic.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.photo.voltaic.symbolset/fiori.photo.voltaic.svg new file mode 100644 index 000000000..2af063060 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.photo.voltaic.symbolset/fiori.photo.voltaic.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from photo.voltaic + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.physical.activity.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.physical.activity.symbolset/Contents.json new file mode 100644 index 000000000..bb4688c21 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.physical.activity.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.physical.activity.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.physical.activity.symbolset/fiori.physical.activity.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.physical.activity.symbolset/fiori.physical.activity.svg new file mode 100644 index 000000000..9c59221dd --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.physical.activity.symbolset/fiori.physical.activity.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from physical.activity + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.picture.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.picture.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.picture.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.picture.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.picture.symbolset/fiori.picture.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.picture.symbolset/fiori.picture.svg new file mode 100644 index 000000000..fa819a2b3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.picture.symbolset/fiori.picture.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from picture + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.pie.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pie.chart.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.pie.chart.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pie.chart.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pie.chart.symbolset/fiori.pie.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pie.chart.symbolset/fiori.pie.chart.svg new file mode 100644 index 000000000..97e281baf --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pie.chart.symbolset/fiori.pie.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from pie.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pipeline.analysis.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pipeline.analysis.symbolset/Contents.json new file mode 100644 index 000000000..56d178827 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pipeline.analysis.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.pipeline.analysis.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pipeline.analysis.symbolset/fiori.pipeline.analysis.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pipeline.analysis.symbolset/fiori.pipeline.analysis.svg new file mode 100644 index 000000000..93ac20aa9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pipeline.analysis.symbolset/fiori.pipeline.analysis.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from pipeline.analysis + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pixelate.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pixelate.symbolset/Contents.json new file mode 100644 index 000000000..d28f26eda --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pixelate.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.pixelate.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pixelate.symbolset/fiori.pixelate.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pixelate.symbolset/fiori.pixelate.svg new file mode 100644 index 000000000..50c92f931 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pixelate.symbolset/fiori.pixelate.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from pixelate + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.play.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.play.symbolset/Contents.json new file mode 100644 index 000000000..f012d31c9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.play.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.play.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.play.symbolset/fiori.play.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.play.symbolset/fiori.play.svg new file mode 100644 index 000000000..5716c83ff --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.play.symbolset/fiori.play.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from play + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pool.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pool.symbolset/Contents.json new file mode 100644 index 000000000..b16f908aa --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pool.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.pool.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pool.symbolset/fiori.pool.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pool.symbolset/fiori.pool.svg new file mode 100644 index 000000000..583885bfc --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pool.symbolset/fiori.pool.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from pool + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.popup.window.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.popup.window.symbolset/Contents.json new file mode 100644 index 000000000..48755272f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.popup.window.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.popup.window.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.popup.window.symbolset/fiori.popup.window.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.popup.window.symbolset/fiori.popup.window.svg new file mode 100644 index 000000000..343733250 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.popup.window.symbolset/fiori.popup.window.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from popup.window + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.positive.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.positive.symbolset/Contents.json new file mode 100644 index 000000000..16f5117f5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.positive.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.positive.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.positive.symbolset/fiori.positive.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.positive.symbolset/fiori.positive.svg new file mode 100644 index 000000000..f7a8ad0c7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.positive.symbolset/fiori.positive.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from positive + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.post.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.post.symbolset/Contents.json new file mode 100644 index 000000000..869be0c40 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.post.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.post.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.post.symbolset/fiori.post.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.post.symbolset/fiori.post.svg new file mode 100644 index 000000000..3dcff7b3e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.post.symbolset/fiori.post.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from post + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ppt.attachment.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ppt.attachment.symbolset/Contents.json new file mode 100644 index 000000000..7bba162bf --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ppt.attachment.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.ppt.attachment.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ppt.attachment.symbolset/fiori.ppt.attachment.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ppt.attachment.symbolset/fiori.ppt.attachment.svg new file mode 100644 index 000000000..0b8281396 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ppt.attachment.symbolset/fiori.ppt.attachment.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from ppt.attachment + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.present.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.present.symbolset/Contents.json new file mode 100644 index 000000000..8e615047d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.present.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.present.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.present.symbolset/fiori.present.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.present.symbolset/fiori.present.svg new file mode 100644 index 000000000..0033411b9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.present.symbolset/fiori.present.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from present + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.primary.key.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.primary.key.symbolset/Contents.json new file mode 100644 index 000000000..4d959ac43 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.primary.key.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.primary.key.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.primary.key.symbolset/fiori.primary.key.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.primary.key.symbolset/fiori.primary.key.svg new file mode 100644 index 000000000..01e97086b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.primary.key.symbolset/fiori.primary.key.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from primarry.key + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.print.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.print.symbolset/Contents.json new file mode 100644 index 000000000..e41b21ab0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.print.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.print.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.print.symbolset/fiori.print.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.print.symbolset/fiori.print.svg new file mode 100644 index 000000000..34cdc514a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.print.symbolset/fiori.print.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from print + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.private.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.private.symbolset/Contents.json new file mode 100644 index 000000000..f4ccf6100 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.private.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.private.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.private.symbolset/fiori.private.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.private.symbolset/fiori.private.svg new file mode 100644 index 000000000..0d52a5440 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.private.symbolset/fiori.private.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from private + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.process.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.process.symbolset/Contents.json new file mode 100644 index 000000000..3d444e67b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.process.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.process.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.process.symbolset/fiori.process.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.process.symbolset/fiori.process.svg new file mode 100644 index 000000000..bd80ac23d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.process.symbolset/fiori.process.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from process + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.product.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.product.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.product.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.product.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.product.fill.symbolset/fiori.product.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.product.fill.symbolset/fiori.product.fill.svg new file mode 100644 index 000000000..408d1472b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.product.fill.symbolset/fiori.product.fill.svg @@ -0,0 +1,97 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from product.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.product.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.product.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.product.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.product.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.product.symbolset/fiori.product.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.product.symbolset/fiori.product.svg new file mode 100644 index 000000000..931b3bf47 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.product.symbolset/fiori.product.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from product + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.program.triangles.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.program.triangles.2.symbolset/Contents.json new file mode 100644 index 000000000..a18d575dc --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.program.triangles.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.program.triangles.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.program.triangles.2.symbolset/fiori.program.triangles.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.program.triangles.2.symbolset/fiori.program.triangles.2.svg new file mode 100644 index 000000000..f684aefce --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.program.triangles.2.symbolset/fiori.program.triangles.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from program.triangles.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.program.triangles.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.program.triangles.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.program.triangles.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.program.triangles.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.program.triangles.fill.symbolset/fiori.program.triangles.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.program.triangles.fill.symbolset/fiori.program.triangles.fill.svg new file mode 100644 index 000000000..cccc72b25 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.program.triangles.fill.symbolset/fiori.program.triangles.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from program.triangles.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.program.triangles.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.program.triangles.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.program.triangles.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.program.triangles.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.program.triangles.symbolset/fiori.program.triangles.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.program.triangles.symbolset/fiori.program.triangles.svg new file mode 100644 index 000000000..18e58f0ed --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.program.triangles.symbolset/fiori.program.triangles.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from program.triangles + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.2.symbolset/Contents.json new file mode 100644 index 000000000..11145d2f8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.project.definition.triangle.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.2.symbolset/fiori.project.definition.triangle.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.2.symbolset/fiori.project.definition.triangle.2.svg new file mode 100644 index 000000000..3c6d2e96a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.2.symbolset/fiori.project.definition.triangle.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from project.definition.triangle.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.down.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.down.2.symbolset/Contents.json new file mode 100644 index 000000000..9e3061206 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.down.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.project.definition.triangle.down.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.down.2.symbolset/fiori.project.definition.triangle.down.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.down.2.symbolset/fiori.project.definition.triangle.down.2.svg new file mode 100644 index 000000000..04c4e1c82 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.down.2.symbolset/fiori.project.definition.triangle.down.2.svg @@ -0,0 +1,125 @@ + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from fiori.project.definition.triangle.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.down.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.down.symbolset/Contents.json new file mode 100644 index 000000000..7ec03f474 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.down.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.project.definition.triangle.down.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.down.symbolset/fiori.project.definition.triangle.down.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.down.symbolset/fiori.project.definition.triangle.down.svg new file mode 100644 index 000000000..1e84ce771 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.down.symbolset/fiori.project.definition.triangle.down.svg @@ -0,0 +1,128 @@ + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from fiori.project.definition.triangle + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.symbolset/Contents.json new file mode 100644 index 000000000..635c5df41 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.project.definition.triangle.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.symbolset/fiori.project.definition.triangle.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.symbolset/fiori.project.definition.triangle.svg new file mode 100644 index 000000000..eda488f77 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.project.definition.triangle.symbolset/fiori.project.definition.triangle.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from project.definition.triangle + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.projector.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.projector.symbolset/Contents.json new file mode 100644 index 000000000..9c2525789 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.projector.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.projector.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.projector.symbolset/fiori.projector.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.projector.symbolset/fiori.projector.svg new file mode 100644 index 000000000..2277becd9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.projector.symbolset/fiori.projector.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from projector + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.provision.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.provision.symbolset/Contents.json new file mode 100644 index 000000000..23367bc25 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.provision.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.provision.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.provision.symbolset/fiori.provision.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.provision.symbolset/fiori.provision.svg new file mode 100644 index 000000000..73a2259cd --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.provision.symbolset/fiori.provision.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from provision + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pull.down.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pull.down.symbolset/Contents.json new file mode 100644 index 000000000..aa6850cec --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pull.down.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.pull.down.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pull.down.symbolset/fiori.pull.down.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pull.down.symbolset/fiori.pull.down.svg new file mode 100644 index 000000000..cf7621c44 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pull.down.symbolset/fiori.pull.down.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from pull.down + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pushpin.off.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pushpin.off.symbolset/Contents.json new file mode 100644 index 000000000..7c5a9f9ec --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pushpin.off.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.pushpin.off.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pushpin.off.symbolset/fiori.pushpin.off.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pushpin.off.symbolset/fiori.pushpin.off.svg new file mode 100644 index 000000000..162f1d67d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pushpin.off.symbolset/fiori.pushpin.off.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from pushpin.off + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.pushpin.on.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pushpin.on.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.pushpin.on.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pushpin.on.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pushpin.on.symbolset/fiori.pushpin.on.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pushpin.on.symbolset/fiori.pushpin.on.svg new file mode 100644 index 000000000..2cf60dfd5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.pushpin.on.symbolset/fiori.pushpin.on.svg @@ -0,0 +1,101 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from pushpin.on + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.puzzle.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.puzzle.symbolset/Contents.json new file mode 100644 index 000000000..e0f235d83 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.puzzle.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.puzzle.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.puzzle.symbolset/fiori.puzzle.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.puzzle.symbolset/fiori.puzzle.svg new file mode 100644 index 000000000..df7cd4676 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.puzzle.symbolset/fiori.puzzle.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from puzzle + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.qr.code.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.qr.code.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.qr.code.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.qr.code.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.qr.code.symbolset/fiori.qr.code.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.qr.code.symbolset/fiori.qr.code.svg new file mode 100644 index 000000000..a434a3449 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.qr.code.symbolset/fiori.qr.code.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from qr.code + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.quality.issue.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.quality.issue.symbolset/Contents.json new file mode 100644 index 000000000..906ae9109 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.quality.issue.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.quality.issue.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.quality.issue.symbolset/fiori.quality.issue.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.quality.issue.symbolset/fiori.quality.issue.svg new file mode 100644 index 000000000..a2d30d1d3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.quality.issue.symbolset/fiori.quality.issue.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from quality.issue + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.question.mark.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.question.mark.symbolset/Contents.json new file mode 100644 index 000000000..24de8e560 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.question.mark.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.question.mark.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.question.mark.symbolset/fiori.question.mark.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.question.mark.symbolset/fiori.question.mark.svg new file mode 100644 index 000000000..81564b08e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.question.mark.symbolset/fiori.question.mark.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from questionmark + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.radar.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.radar.chart.symbolset/Contents.json new file mode 100644 index 000000000..988e8a1e4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.radar.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.radar.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.radar.chart.symbolset/fiori.radar.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.radar.chart.symbolset/fiori.radar.chart.svg new file mode 100644 index 000000000..909556f13 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.radar.chart.symbolset/fiori.radar.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from radar.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.receipt.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.receipt.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.receipt.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.receipt.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.receipt.symbolset/fiori.receipt.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.receipt.symbolset/fiori.receipt.svg new file mode 100644 index 000000000..b1cd0140e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.receipt.symbolset/fiori.receipt.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from receipt + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.record.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.record.symbolset/Contents.json new file mode 100644 index 000000000..3e658f180 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.record.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.record.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.record.symbolset/fiori.record.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.record.symbolset/fiori.record.svg new file mode 100644 index 000000000..28ce48f4c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.record.symbolset/fiori.record.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from record + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.redo.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.redo.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.redo.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.redo.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.redo.symbolset/fiori.redo.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.redo.symbolset/fiori.redo.svg new file mode 100644 index 000000000..dd31d2cec --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.redo.symbolset/fiori.redo.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from redo + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.refresh.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.refresh.symbolset/Contents.json new file mode 100644 index 000000000..fe94cc151 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.refresh.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.refresh.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.refresh.symbolset/fiori.refresh.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.refresh.symbolset/fiori.refresh.svg new file mode 100644 index 000000000..255e7e3d6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.refresh.symbolset/fiori.refresh.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from refresh + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.repost.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.repost.symbolset/Contents.json new file mode 100644 index 000000000..591af6233 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.repost.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.repost.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.repost.symbolset/fiori.repost.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.repost.symbolset/fiori.repost.svg new file mode 100644 index 000000000..f121ded2d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.repost.symbolset/fiori.repost.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from repost + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.request.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.request.symbolset/Contents.json new file mode 100644 index 000000000..bd9e7e5a1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.request.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.request.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.request.symbolset/fiori.request.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.request.symbolset/fiori.request.svg new file mode 100644 index 000000000..a9f714804 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.request.symbolset/fiori.request.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from request + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.reset.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.reset.symbolset/Contents.json new file mode 100644 index 000000000..054fc4957 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.reset.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.reset.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.reset.symbolset/fiori.reset.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.reset.symbolset/fiori.reset.svg new file mode 100644 index 000000000..3db71d3fe --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.reset.symbolset/fiori.reset.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from reset + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.corner.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.corner.symbolset/Contents.json new file mode 100644 index 000000000..43f0c10e9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.corner.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.resize.corner.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.corner.symbolset/fiori.resize.corner.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.corner.symbolset/fiori.resize.corner.svg new file mode 100644 index 000000000..4864c08a5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.corner.symbolset/fiori.resize.corner.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from resize.corner + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.horizontal.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.horizontal.symbolset/Contents.json new file mode 100644 index 000000000..942394c44 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.horizontal.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.resize.horizontal.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.horizontal.symbolset/fiori.resize.horizontal.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.horizontal.symbolset/fiori.resize.horizontal.svg new file mode 100644 index 000000000..c7301b182 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.horizontal.symbolset/fiori.resize.horizontal.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from resize.horizontal + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.symbolset/Contents.json new file mode 100644 index 000000000..7af0b8b2b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.resize.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.symbolset/fiori.resize.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.symbolset/fiori.resize.svg new file mode 100644 index 000000000..f6c605cea --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.symbolset/fiori.resize.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from resize + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.vertical.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.vertical.symbolset/Contents.json new file mode 100644 index 000000000..ca288c344 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.vertical.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.resize.vertical.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.vertical.symbolset/fiori.resize.vertical.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.vertical.symbolset/fiori.resize.vertical.svg new file mode 100644 index 000000000..f53849698 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.resize.vertical.symbolset/fiori.resize.vertical.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from resize.vertical + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.response.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.response.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.response.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.response.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.response.symbolset/fiori.response.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.response.symbolset/fiori.response.svg new file mode 100644 index 000000000..a36acc57d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.response.symbolset/fiori.response.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from response + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.responsive.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.responsive.symbolset/Contents.json new file mode 100644 index 000000000..452405f78 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.responsive.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.responsive.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.responsive.symbolset/fiori.responsive.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.responsive.symbolset/fiori.responsive.svg new file mode 100644 index 000000000..de92cf3cc --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.responsive.symbolset/fiori.responsive.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from responsive + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.restart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.restart.symbolset/Contents.json new file mode 100644 index 000000000..e149f5fe2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.restart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.restart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.restart.symbolset/fiori.restart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.restart.symbolset/fiori.restart.svg new file mode 100644 index 000000000..378448217 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.restart.symbolset/fiori.restart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from restart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.retail.store.manager.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.retail.store.manager.symbolset/Contents.json new file mode 100644 index 000000000..940037566 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.retail.store.manager.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.retail.store.manager.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.retail.store.manager.symbolset/fiori.retail.store.manager.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.retail.store.manager.symbolset/fiori.retail.store.manager.svg new file mode 100644 index 000000000..81c47cd3c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.retail.store.manager.symbolset/fiori.retail.store.manager.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from retail.store.manager + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Places/fiori.retail.store.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.retail.store.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Places/fiori.retail.store.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.retail.store.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.retail.store.symbolset/fiori.retail.store.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.retail.store.symbolset/fiori.retail.store.svg new file mode 100644 index 000000000..83570b651 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.retail.store.symbolset/fiori.retail.store.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from retail.store + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.rhombus.milestone.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.rhombus.milestone.2.symbolset/Contents.json new file mode 100644 index 000000000..e16ae8192 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.rhombus.milestone.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.rhombus.milestone.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.rhombus.milestone.2.symbolset/fiori.rhombus.milestone.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.rhombus.milestone.2.symbolset/fiori.rhombus.milestone.2.svg new file mode 100644 index 000000000..5511c359b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.rhombus.milestone.2.symbolset/fiori.rhombus.milestone.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from rhombus.milestone.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.rhombus.milestone.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.rhombus.milestone.symbolset/Contents.json new file mode 100644 index 000000000..2809b786d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.rhombus.milestone.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.rhombus.milestone.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.rhombus.milestone.symbolset/fiori.rhombus.milestone.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.rhombus.milestone.symbolset/fiori.rhombus.milestone.svg new file mode 100644 index 000000000..5040a0c37 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.rhombus.milestone.symbolset/fiori.rhombus.milestone.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from rhombus.milestone + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.role.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.role.symbolset/Contents.json new file mode 100644 index 000000000..7e184f67b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.role.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.role.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.role.symbolset/fiori.role.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.role.symbolset/fiori.role.svg new file mode 100644 index 000000000..9d7b5dd95 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.role.symbolset/fiori.role.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from role + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.rotate.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.rotate.symbolset/Contents.json new file mode 100644 index 000000000..4f679bdb8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.rotate.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.rotate.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.rotate.symbolset/fiori.rotate.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.rotate.symbolset/fiori.rotate.svg new file mode 100644 index 000000000..34f2f7057 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.rotate.symbolset/fiori.rotate.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from rotate + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.s4hana.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.s4hana.symbolset/Contents.json new file mode 100644 index 000000000..3aa616254 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.s4hana.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.s4hana.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.s4hana.symbolset/fiori.s4hana.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.s4hana.symbolset/fiori.s4hana.svg new file mode 100644 index 000000000..d545c7795 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.s4hana.symbolset/fiori.s4hana.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from s4hana + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.sales.document.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.document.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.sales.document.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.document.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.document.symbolset/fiori.sales.document.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.document.symbolset/fiori.sales.document.svg new file mode 100644 index 000000000..5f67cbc88 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.document.symbolset/fiori.sales.document.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sales.document + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.notification.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.notification.symbolset/Contents.json new file mode 100644 index 000000000..1f437178f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.notification.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sales.notification.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.notification.symbolset/fiori.sales.notification.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.notification.symbolset/fiori.sales.notification.svg new file mode 100644 index 000000000..c8826ace5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.notification.symbolset/fiori.sales.notification.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sales.notification + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.sales.order.item.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.order.item.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Documents/fiori.sales.order.item.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.order.item.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.order.item.symbolset/fiori.sales.order.item.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.order.item.symbolset/fiori.sales.order.item.svg new file mode 100644 index 000000000..aae9ac13e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.order.item.symbolset/fiori.sales.order.item.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sales.order.item + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.order.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.order.symbolset/Contents.json new file mode 100644 index 000000000..ca5dd672f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.order.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sales.order.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.order.symbolset/fiori.sales.order.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.order.symbolset/fiori.sales.order.svg new file mode 100644 index 000000000..b64708c95 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.order.symbolset/fiori.sales.order.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sales.order + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.quote.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.quote.symbolset/Contents.json new file mode 100644 index 000000000..bc8f35af5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.quote.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sales.quote.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.quote.symbolset/fiori.sales.quote.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.quote.symbolset/fiori.sales.quote.svg new file mode 100644 index 000000000..e27cc395d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sales.quote.symbolset/fiori.sales.quote.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sales.quote + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sap.box.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sap.box.symbolset/Contents.json new file mode 100644 index 000000000..2d390f260 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sap.box.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sap.box.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sap.box.symbolset/fiori.sap.box.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sap.box.symbolset/fiori.sap.box.svg new file mode 100644 index 000000000..a03ea3656 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sap.box.symbolset/fiori.sap.box.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sap.box + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sap.logo.shape.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sap.logo.shape.symbolset/Contents.json new file mode 100644 index 000000000..5c872fdea --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sap.logo.shape.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sap.logo.shape.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sap.logo.shape.symbolset/fiori.sap.logo.shape.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sap.logo.shape.symbolset/fiori.sap.logo.shape.svg new file mode 100644 index 000000000..5eb9deea3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sap.logo.shape.symbolset/fiori.sap.logo.shape.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sap.logo.shape + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sap.ui5.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sap.ui5.symbolset/Contents.json new file mode 100644 index 000000000..e273130c2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sap.ui5.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sap.ui5.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sap.ui5.symbolset/fiori.sap.ui5.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sap.ui5.symbolset/fiori.sap.ui5.svg new file mode 100644 index 000000000..76e4e1bfc --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sap.ui5.symbolset/fiori.sap.ui5.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sap.ui5 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.save.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.save.symbolset/Contents.json new file mode 100644 index 000000000..34759214e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.save.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.save.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.save.symbolset/fiori.save.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.save.symbolset/fiori.save.svg new file mode 100644 index 000000000..7459ae28b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.save.symbolset/fiori.save.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from save + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.scatter.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.scatter.chart.symbolset/Contents.json new file mode 100644 index 000000000..2add2c5fd --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.scatter.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.scatter.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.scatter.chart.symbolset/fiori.scatter.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.scatter.chart.symbolset/fiori.scatter.chart.svg new file mode 100644 index 000000000..d1da13ddb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.scatter.chart.symbolset/fiori.scatter.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from scatter.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.scissors.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.scissors.symbolset/Contents.json new file mode 100644 index 000000000..90a9a95f2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.scissors.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.scissors.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.scissors.symbolset/fiori.scissors.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.scissors.symbolset/fiori.scissors.svg new file mode 100644 index 000000000..5d35ddd7d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.scissors.symbolset/fiori.scissors.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from scissors + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.screen.split.one.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.screen.split.one.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.screen.split.one.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.screen.split.one.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.screen.split.one.symbolset/fiori.screen.split.one.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.screen.split.one.symbolset/fiori.screen.split.one.svg new file mode 100644 index 000000000..a49e572ad --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.screen.split.one.symbolset/fiori.screen.split.one.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from screen.split.one + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.screen.split.three.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.screen.split.three.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.screen.split.three.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.screen.split.three.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.screen.split.three.symbolset/fiori.screen.split.three.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.screen.split.three.symbolset/fiori.screen.split.three.svg new file mode 100644 index 000000000..02db4ced4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.screen.split.three.symbolset/fiori.screen.split.three.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from screen.split.three + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.screen.split.two.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.screen.split.two.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.screen.split.two.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.screen.split.two.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.screen.split.two.symbolset/fiori.screen.split.two.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.screen.split.two.symbolset/fiori.screen.split.two.svg new file mode 100644 index 000000000..66541ee41 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.screen.split.two.symbolset/fiori.screen.split.two.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from screen.split.two + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.search.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.search.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.search.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.search.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.search.fill.symbolset/fiori.search.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.search.fill.symbolset/fiori.search.fill.svg new file mode 100644 index 000000000..43f348808 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.search.fill.symbolset/fiori.search.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from search.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.search.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.search.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.search.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.search.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.search.symbolset/fiori.search.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.search.symbolset/fiori.search.svg new file mode 100644 index 000000000..8f08e220c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.search.symbolset/fiori.search.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from search + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.select.appointments.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.select.appointments.symbolset/Contents.json new file mode 100644 index 000000000..d74b032aa --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.select.appointments.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.select.appointments.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.select.appointments.symbolset/fiori.select.appointments.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.select.appointments.symbolset/fiori.select.appointments.svg new file mode 100644 index 000000000..2394148e1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.select.appointments.symbolset/fiori.select.appointments.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from select.appointment + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.settings.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.settings.symbolset/Contents.json new file mode 100644 index 000000000..79316dba1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.settings.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.settings.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.settings.symbolset/fiori.settings.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.settings.symbolset/fiori.settings.svg new file mode 100644 index 000000000..1a259f4b7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.settings.symbolset/fiori.settings.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from settings + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.share.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.share.2.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.share.2.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.share.2.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.share.2.symbolset/fiori.share.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.share.2.symbolset/fiori.share.2.svg new file mode 100644 index 000000000..4935241a0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.share.2.symbolset/fiori.share.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from share.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.share.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.share.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.share.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.share.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.share.symbolset/fiori.share.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.share.symbolset/fiori.share.svg new file mode 100644 index 000000000..46bc4e26f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.share.symbolset/fiori.share.svg @@ -0,0 +1,101 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from share + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shelf.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shelf.symbolset/Contents.json new file mode 100644 index 000000000..36f0ef644 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shelf.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.shelf.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shelf.symbolset/fiori.shelf.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shelf.symbolset/fiori.shelf.svg new file mode 100644 index 000000000..feb732259 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shelf.symbolset/fiori.shelf.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from shelf + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shield.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shield.symbolset/Contents.json new file mode 100644 index 000000000..5fe289782 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shield.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.shield.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shield.symbolset/fiori.shield.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shield.symbolset/fiori.shield.svg new file mode 100644 index 000000000..dd6675d95 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shield.symbolset/fiori.shield.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from shield + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.shipping.status.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shipping.status.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Transport/fiori.shipping.status.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shipping.status.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shipping.status.symbolset/fiori.shipping.status.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shipping.status.symbolset/fiori.shipping.status.svg new file mode 100644 index 000000000..649ebcd69 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shipping.status.symbolset/fiori.shipping.status.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from shipping.status + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shortcut.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shortcut.symbolset/Contents.json new file mode 100644 index 000000000..2187bbe2c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shortcut.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.shortcut.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shortcut.symbolset/fiori.shortcut.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shortcut.symbolset/fiori.shortcut.svg new file mode 100644 index 000000000..ec559d664 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.shortcut.symbolset/fiori.shortcut.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from shortcut + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.show.edit.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.show.edit.symbolset/Contents.json new file mode 100644 index 000000000..387204e22 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.show.edit.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.show.edit.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.show.edit.symbolset/fiori.show.edit.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.show.edit.symbolset/fiori.show.edit.svg new file mode 100644 index 000000000..c9dddacaf --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.show.edit.symbolset/fiori.show.edit.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from show.edit + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.show.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.show.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.show.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.show.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.show.symbolset/fiori.show.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.show.symbolset/fiori.show.svg new file mode 100644 index 000000000..0cc083138 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.show.symbolset/fiori.show.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from show + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.signature.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.signature.symbolset/Contents.json new file mode 100644 index 000000000..8912a2ba9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.signature.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.signature.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.signature.symbolset/fiori.signature.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.signature.symbolset/fiori.signature.svg new file mode 100644 index 000000000..9f387497b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.signature.symbolset/fiori.signature.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from signature + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.simple.payment.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.simple.payment.symbolset/Contents.json new file mode 100644 index 000000000..3b73ae9d5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.simple.payment.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.simple.payment.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.simple.payment.symbolset/fiori.simple.payment.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.simple.payment.symbolset/fiori.simple.payment.svg new file mode 100644 index 000000000..64885be59 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.simple.payment.symbolset/fiori.simple.payment.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from simple.payment + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.simulate.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.simulate.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.simulate.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.simulate.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.simulate.symbolset/fiori.simulate.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.simulate.symbolset/fiori.simulate.svg new file mode 100644 index 000000000..343a29b60 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.simulate.symbolset/fiori.simulate.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from simulate + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.slim.arrow.down.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.slim.arrow.down.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.slim.arrow.down.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.slim.arrow.down.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.slim.arrow.down.symbolset/fiori.slim.arrow.down.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.slim.arrow.down.symbolset/fiori.slim.arrow.down.svg new file mode 100644 index 000000000..6e0c103d2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.slim.arrow.down.symbolset/fiori.slim.arrow.down.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from slim.arrow.down + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.slim.arrow.left.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.slim.arrow.left.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.slim.arrow.left.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.slim.arrow.left.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.slim.arrow.left.symbolset/fiori.slim.arrow.left.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.slim.arrow.left.symbolset/fiori.slim.arrow.left.svg new file mode 100644 index 000000000..84bf994e7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.slim.arrow.left.symbolset/fiori.slim.arrow.left.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from slim.arrow.left + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.slim.arrow.right.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.slim.arrow.right.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.slim.arrow.right.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.slim.arrow.right.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.slim.arrow.right.symbolset/fiori.slim.arrow.right.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.slim.arrow.right.symbolset/fiori.slim.arrow.right.svg new file mode 100644 index 000000000..0e92f0c7a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.slim.arrow.right.symbolset/fiori.slim.arrow.right.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from slim.arrow.right + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.slim.arrow.up.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.slim.arrow.up.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.slim.arrow.up.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.slim.arrow.up.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.slim.arrow.up.symbolset/fiori.slim.arrow.up.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.slim.arrow.up.symbolset/fiori.slim.arrow.up.svg new file mode 100644 index 000000000..63be1bfc9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.slim.arrow.up.symbolset/fiori.slim.arrow.up.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from slim.arrow.up + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.soccer.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.soccer.symbolset/Contents.json new file mode 100644 index 000000000..91a315903 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.soccer.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.soccer.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.soccer.symbolset/fiori.soccer.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.soccer.symbolset/fiori.soccer.svg new file mode 100644 index 000000000..43cdbebe0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.soccer.symbolset/fiori.soccer.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from soccer + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sonography.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sonography.symbolset/Contents.json new file mode 100644 index 000000000..73c150b95 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sonography.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sonography.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sonography.symbolset/fiori.sonography.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sonography.symbolset/fiori.sonography.svg new file mode 100644 index 000000000..49efd2942 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sonography.symbolset/fiori.sonography.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sonography + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sort.ascending.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sort.ascending.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sort.ascending.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sort.ascending.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sort.ascending.symbolset/fiori.sort.ascending.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sort.ascending.symbolset/fiori.sort.ascending.svg new file mode 100644 index 000000000..653a05bb0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sort.ascending.symbolset/fiori.sort.ascending.svg @@ -0,0 +1,97 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sort.ascending + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sort.descending.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sort.descending.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sort.descending.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sort.descending.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sort.descending.symbolset/fiori.sort.descending.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sort.descending.symbolset/fiori.sort.descending.svg new file mode 100644 index 000000000..250a51063 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sort.descending.symbolset/fiori.sort.descending.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sort.descending + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sort.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sort.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sort.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sort.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sort.symbolset/fiori.sort.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sort.symbolset/fiori.sort.svg new file mode 100644 index 000000000..8d738060c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sort.symbolset/fiori.sort.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sort + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sorting.ranking.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sorting.ranking.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sorting.ranking.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sorting.ranking.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sorting.ranking.symbolset/fiori.sorting.ranking.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sorting.ranking.symbolset/fiori.sorting.ranking.svg new file mode 100644 index 000000000..d8fc834aa --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sorting.ranking.symbolset/fiori.sorting.ranking.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sorting.ranking + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sound.loud.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sound.loud.symbolset/Contents.json new file mode 100644 index 000000000..6e1e83870 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sound.loud.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sound.loud.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sound.loud.symbolset/fiori.sound.loud.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sound.loud.symbolset/fiori.sound.loud.svg new file mode 100644 index 000000000..0bcd2cc15 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sound.loud.symbolset/fiori.sound.loud.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sound.loud + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sound.off.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sound.off.symbolset/Contents.json new file mode 100644 index 000000000..ebbbfb876 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sound.off.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sound.off.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sound.off.symbolset/fiori.sound.off.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sound.off.symbolset/fiori.sound.off.svg new file mode 100644 index 000000000..d66f46050 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sound.off.symbolset/fiori.sound.off.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sound.off + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sound.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sound.symbolset/Contents.json new file mode 100644 index 000000000..931f65b25 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sound.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sound.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sound.symbolset/fiori.sound.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sound.symbolset/fiori.sound.svg new file mode 100644 index 000000000..f67315f7b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sound.symbolset/fiori.sound.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sound + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.source.code.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.source.code.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Arrows/fiori.source.code.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.source.code.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.source.code.symbolset/fiori.source.code.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.source.code.symbolset/fiori.source.code.svg new file mode 100644 index 000000000..91593e22e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.source.code.symbolset/fiori.source.code.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from source.code + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.space.navigation.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.space.navigation.symbolset/Contents.json new file mode 100644 index 000000000..a5fc2232d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.space.navigation.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.space.navigation.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.space.navigation.symbolset/fiori.space.navigation.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.space.navigation.symbolset/fiori.space.navigation.svg new file mode 100644 index 000000000..0a982894d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.space.navigation.symbolset/fiori.space.navigation.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from space.navigation + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.split.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.split.symbolset/Contents.json new file mode 100644 index 000000000..861a6ffe2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.split.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.split.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.split.symbolset/fiori.split.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.split.symbolset/fiori.split.svg new file mode 100644 index 000000000..7473f6d4c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.split.symbolset/fiori.split.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from split + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.completed.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.completed.symbolset/Contents.json new file mode 100644 index 000000000..12f24ac52 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.completed.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.status.completed.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.completed.symbolset/fiori.status.completed.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.completed.symbolset/fiori.status.completed.svg new file mode 100644 index 000000000..731f365ce --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.completed.symbolset/fiori.status.completed.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from status.compleated + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.critical.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.critical.symbolset/Contents.json new file mode 100644 index 000000000..7b650ebb1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.critical.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.status.critical.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.critical.symbolset/fiori.status.critical.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.critical.symbolset/fiori.status.critical.svg new file mode 100644 index 000000000..2016316d7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.critical.symbolset/fiori.status.critical.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from status.critical + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.error.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.error.symbolset/Contents.json new file mode 100644 index 000000000..ea0c5279d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.error.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.status.error.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.error.symbolset/fiori.status.error.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.error.symbolset/fiori.status.error.svg new file mode 100644 index 000000000..4031893e4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.error.symbolset/fiori.status.error.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from status.error + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.in.process.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.in.process.symbolset/Contents.json new file mode 100644 index 000000000..710ff60d3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.in.process.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.status.in.process.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.in.process.symbolset/fiori.status.in.process.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.in.process.symbolset/fiori.status.in.process.svg new file mode 100644 index 000000000..26a922ae3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.in.process.symbolset/fiori.status.in.process.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from status.in.progress + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.inactive.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.inactive.symbolset/Contents.json new file mode 100644 index 000000000..7c514bcd0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.inactive.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.status.inactive.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.inactive.symbolset/fiori.status.inactive.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.inactive.symbolset/fiori.status.inactive.svg new file mode 100644 index 000000000..18f1ee310 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.inactive.symbolset/fiori.status.inactive.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from status.inactive + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.negative.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.negative.symbolset/Contents.json new file mode 100644 index 000000000..b704cab0c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.negative.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.status.negative.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.negative.symbolset/fiori.status.negative.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.negative.symbolset/fiori.status.negative.svg new file mode 100644 index 000000000..1dbdf2a87 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.negative.symbolset/fiori.status.negative.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from status.negative + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.positive.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.positive.symbolset/Contents.json new file mode 100644 index 000000000..dd752d857 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.positive.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.status.positive.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.positive.symbolset/fiori.status.positive.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.positive.symbolset/fiori.status.positive.svg new file mode 100644 index 000000000..d6a070fdc --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.status.positive.symbolset/fiori.status.positive.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from status.positive + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.step.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.step.symbolset/Contents.json new file mode 100644 index 000000000..1e70288b1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.step.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.step.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.step.symbolset/fiori.step.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.step.symbolset/fiori.step.svg new file mode 100644 index 000000000..73e767a37 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.step.symbolset/fiori.step.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from step + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.stethoscope.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.stethoscope.symbolset/Contents.json new file mode 100644 index 000000000..7f2ae839d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.stethoscope.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.stethoscope.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.stethoscope.symbolset/fiori.stethoscope.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.stethoscope.symbolset/fiori.stethoscope.svg new file mode 100644 index 000000000..6801ca50d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.stethoscope.symbolset/fiori.stethoscope.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from stethoscope + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.stop.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.stop.symbolset/Contents.json new file mode 100644 index 000000000..991ea45bf --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.stop.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.stop.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.stop.symbolset/fiori.stop.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.stop.symbolset/fiori.stop.svg new file mode 100644 index 000000000..5da88f2c2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.stop.symbolset/fiori.stop.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from stop + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.strikethrough.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.strikethrough.symbolset/Contents.json new file mode 100644 index 000000000..1b1dc9d11 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.strikethrough.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.strikethrough.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.strikethrough.symbolset/fiori.strikethrough.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.strikethrough.symbolset/fiori.strikethrough.svg new file mode 100644 index 000000000..f4833ded1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.strikethrough.symbolset/fiori.strikethrough.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from strikethrough + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.study.leave.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.study.leave.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.study.leave.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.study.leave.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.study.leave.fill.symbolset/fiori.study.leave.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.study.leave.fill.symbolset/fiori.study.leave.fill.svg new file mode 100644 index 000000000..808cfa115 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.study.leave.fill.symbolset/fiori.study.leave.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from study.leave.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.study.leave.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.study.leave.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.study.leave.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.study.leave.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.study.leave.symbolset/fiori.study.leave.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.study.leave.symbolset/fiori.study.leave.svg new file mode 100644 index 000000000..220bba87a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.study.leave.symbolset/fiori.study.leave.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from study.leave + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.subway.train.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.subway.train.symbolset/Contents.json new file mode 100644 index 000000000..c7bcf56f5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.subway.train.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.subway.train.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.subway.train.symbolset/fiori.subway.train.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.subway.train.symbolset/fiori.subway.train.svg new file mode 100644 index 000000000..b97d06f9e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.subway.train.symbolset/fiori.subway.train.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from subway.train + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.suitcase.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.suitcase.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.suitcase.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.suitcase.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.suitcase.fill.symbolset/fiori.suitcase.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.suitcase.fill.symbolset/fiori.suitcase.fill.svg new file mode 100644 index 000000000..d30761f60 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.suitcase.fill.symbolset/fiori.suitcase.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from suitcase.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.suitcase.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.suitcase.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.suitcase.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.suitcase.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.suitcase.symbolset/fiori.suitcase.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.suitcase.symbolset/fiori.suitcase.svg new file mode 100644 index 000000000..473766d85 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.suitcase.symbolset/fiori.suitcase.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from suitcase + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sum.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sum.symbolset/Contents.json new file mode 100644 index 000000000..99b3f623f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sum.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sum.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sum.symbolset/fiori.sum.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sum.symbolset/fiori.sum.svg new file mode 100644 index 000000000..c1d5520e9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sum.symbolset/fiori.sum.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sum + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.supplier.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.supplier.symbolset/Contents.json new file mode 100644 index 000000000..c8de8916e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.supplier.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.supplier.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.supplier.symbolset/fiori.supplier.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.supplier.symbolset/fiori.supplier.svg new file mode 100644 index 000000000..9e638cd52 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.supplier.symbolset/fiori.supplier.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from supplier + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.survey.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.survey.symbolset/Contents.json new file mode 100644 index 000000000..15c82c779 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.survey.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.survey.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.survey.symbolset/fiori.survey.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.survey.symbolset/fiori.survey.svg new file mode 100644 index 000000000..9d5fae28b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.survey.symbolset/fiori.survey.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from survey + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.switch.classes.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.switch.classes.symbolset/Contents.json new file mode 100644 index 000000000..b652b8de1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.switch.classes.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.switch.classes.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.switch.classes.symbolset/fiori.switch.classes.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.switch.classes.symbolset/fiori.switch.classes.svg new file mode 100644 index 000000000..4c3ae68b8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.switch.classes.symbolset/fiori.switch.classes.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from switch.classes + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.switch.views.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.switch.views.symbolset/Contents.json new file mode 100644 index 000000000..99803a694 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.switch.views.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.switch.views.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.switch.views.symbolset/fiori.switch.views.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.switch.views.symbolset/fiori.switch.views.svg new file mode 100644 index 000000000..0e1ca3b7c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.switch.views.symbolset/fiori.switch.views.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from switch.views + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sync.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sync.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sync.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sync.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sync.symbolset/fiori.sync.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sync.symbolset/fiori.sync.svg new file mode 100644 index 000000000..46816114b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sync.symbolset/fiori.sync.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sync + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.synchronize.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.synchronize.symbolset/Contents.json new file mode 100644 index 000000000..0f79043ae --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.synchronize.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.synchronize.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.synchronize.symbolset/fiori.synchronize.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.synchronize.symbolset/fiori.synchronize.svg new file mode 100644 index 000000000..64e2b0c76 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.synchronize.symbolset/fiori.synchronize.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from synchronize + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.syntax.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.syntax.symbolset/Contents.json new file mode 100644 index 000000000..a58d0bb19 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.syntax.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.syntax.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.syntax.symbolset/fiori.syntax.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.syntax.symbolset/fiori.syntax.svg new file mode 100644 index 000000000..31d100405 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.syntax.symbolset/fiori.syntax.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from syntax + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.syringe.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.syringe.symbolset/Contents.json new file mode 100644 index 000000000..8dd5804b7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.syringe.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.syringe.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.syringe.symbolset/fiori.syringe.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.syringe.symbolset/fiori.syringe.svg new file mode 100644 index 000000000..7e69b1178 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.syringe.symbolset/fiori.syringe.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from syringe + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.add.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.add.symbolset/Contents.json new file mode 100644 index 000000000..3df43a349 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.add.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sys.add.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.add.symbolset/fiori.sys.add.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.add.symbolset/fiori.sys.add.svg new file mode 100644 index 000000000..c1d668d04 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.add.symbolset/fiori.sys.add.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sys.add + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.back.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.back.2.symbolset/Contents.json new file mode 100644 index 000000000..48f5476e8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.back.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sys.back.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.back.2.symbolset/fiori.sys.back.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.back.2.symbolset/fiori.sys.back.2.svg new file mode 100644 index 000000000..09a009b90 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.back.2.symbolset/fiori.sys.back.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sys.back.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.back.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.back.symbolset/Contents.json new file mode 100644 index 000000000..679fcad70 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.back.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sys.back.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.back.symbolset/fiori.sys.back.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.back.symbolset/fiori.sys.back.svg new file mode 100644 index 000000000..c9d3c3c53 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.back.symbolset/fiori.sys.back.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sys.back + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.cancel.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.cancel.2.symbolset/Contents.json new file mode 100644 index 000000000..83357248b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.cancel.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sys.cancel.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.cancel.2.symbolset/fiori.sys.cancel.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.cancel.2.symbolset/fiori.sys.cancel.2.svg new file mode 100644 index 000000000..df879238e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.cancel.2.symbolset/fiori.sys.cancel.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sys.cancel.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.cancel.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.cancel.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.cancel.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.cancel.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.cancel.symbolset/fiori.sys.cancel.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.cancel.symbolset/fiori.sys.cancel.svg new file mode 100644 index 000000000..8cd9b1ff2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.cancel.symbolset/fiori.sys.cancel.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sys.cancel + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.enter.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.enter.2.symbolset/Contents.json new file mode 100644 index 000000000..49d16ee5e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.enter.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sys.enter.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.enter.2.symbolset/fiori.sys.enter.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.enter.2.symbolset/fiori.sys.enter.2.svg new file mode 100644 index 000000000..32e4ea5fd --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.enter.2.symbolset/fiori.sys.enter.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sys.enter.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.enter.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.enter.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.enter.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.enter.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.enter.fill.symbolset/fiori.sys.enter.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.enter.fill.symbolset/fiori.sys.enter.fill.svg new file mode 100644 index 000000000..7f878e4c1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.enter.fill.symbolset/fiori.sys.enter.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sys.enter.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.enter.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.enter.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.enter.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.enter.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.enter.symbolset/fiori.sys.enter.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.enter.symbolset/fiori.sys.enter.svg new file mode 100644 index 000000000..85b19c8be --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.enter.symbolset/fiori.sys.enter.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sys.enter + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.find.next.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.find.next.symbolset/Contents.json new file mode 100644 index 000000000..af9a97b03 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.find.next.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sys.find.next.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.find.next.symbolset/fiori.sys.find.next.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.find.next.symbolset/fiori.sys.find.next.svg new file mode 100644 index 000000000..c77edc495 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.find.next.symbolset/fiori.sys.find.next.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sys.find.next + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.find.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.find.symbolset/Contents.json new file mode 100644 index 000000000..18292ed33 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.find.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sys.find.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.find.symbolset/fiori.sys.find.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.find.symbolset/fiori.sys.find.svg new file mode 100644 index 000000000..62b54d5bc --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.find.symbolset/fiori.sys.find.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sys.find + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.first.page.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.first.page.symbolset/Contents.json new file mode 100644 index 000000000..180680905 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.first.page.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sys.first.page.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.first.page.symbolset/fiori.sys.first.page.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.first.page.symbolset/fiori.sys.first.page.svg new file mode 100644 index 000000000..06c31f876 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.first.page.symbolset/fiori.sys.first.page.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sys.first.page + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.help.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.help.2.symbolset/Contents.json new file mode 100644 index 000000000..70b9ebfe2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.help.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sys.help.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.help.2.symbolset/fiori.sys.help.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.help.2.symbolset/fiori.sys.help.2.svg new file mode 100644 index 000000000..ccd0b107f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.help.2.symbolset/fiori.sys.help.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sys.help.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.help.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.help.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.help.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.help.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.help.fill.symbolset/fiori.sys.help.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.help.fill.symbolset/fiori.sys.help.fill.svg new file mode 100644 index 000000000..476cd080d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.help.fill.symbolset/fiori.sys.help.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sys.help.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.help.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.help.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.sys.help.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.help.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.help.symbolset/fiori.sys.help.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.help.symbolset/fiori.sys.help.svg new file mode 100644 index 000000000..2e9c66a4a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.help.symbolset/fiori.sys.help.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sys.help + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.last.page.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.last.page.symbolset/Contents.json new file mode 100644 index 000000000..c96b05e61 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.last.page.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sys.last.page.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.last.page.symbolset/fiori.sys.last.page.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.last.page.symbolset/fiori.sys.last.page.svg new file mode 100644 index 000000000..d04675ab9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.last.page.symbolset/fiori.sys.last.page.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sys.last.page + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.minus.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.minus.symbolset/Contents.json new file mode 100644 index 000000000..37395a25e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.minus.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sys.minus.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.minus.symbolset/fiori.sys.minus.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.minus.symbolset/fiori.sys.minus.svg new file mode 100644 index 000000000..fbfcda150 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.minus.symbolset/fiori.sys.minus.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sys.minus + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.monitor.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.monitor.symbolset/Contents.json new file mode 100644 index 000000000..db47798c7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.monitor.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sys.monitor.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.monitor.symbolset/fiori.sys.monitor.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.monitor.symbolset/fiori.sys.monitor.svg new file mode 100644 index 000000000..793a19761 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.monitor.symbolset/fiori.sys.monitor.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sys.monitor + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.next.page.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.next.page.symbolset/Contents.json new file mode 100644 index 000000000..d61be4b19 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.next.page.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sys.next.page.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.next.page.symbolset/fiori.sys.next.page.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.next.page.symbolset/fiori.sys.next.page.svg new file mode 100644 index 000000000..139d3b9ea --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.next.page.symbolset/fiori.sys.next.page.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sys.next.page + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.prev.page.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.prev.page.symbolset/Contents.json new file mode 100644 index 000000000..6353344a7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.prev.page.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.sys.prev.page.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.prev.page.symbolset/fiori.sys.prev.page.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.prev.page.symbolset/fiori.sys.prev.page.svg new file mode 100644 index 000000000..8610c43f8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.sys.prev.page.symbolset/fiori.sys.prev.page.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sys.prev.page + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.system.exit.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.system.exit.2.symbolset/Contents.json new file mode 100644 index 000000000..dae195740 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.system.exit.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.system.exit.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.system.exit.2.symbolset/fiori.system.exit.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.system.exit.2.symbolset/fiori.system.exit.2.svg new file mode 100644 index 000000000..672107e43 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.system.exit.2.symbolset/fiori.system.exit.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from sys.exit.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.system.exit.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.system.exit.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.system.exit.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.system.exit.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.system.exit.symbolset/fiori.system.exit.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.system.exit.symbolset/fiori.system.exit.svg new file mode 100644 index 000000000..d17768c9d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.system.exit.symbolset/fiori.system.exit.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from system.exit + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.chart.symbolset/Contents.json new file mode 100644 index 000000000..1cfcf4e5f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.table.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.chart.symbolset/fiori.table.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.chart.symbolset/fiori.table.chart.svg new file mode 100644 index 000000000..575fc2242 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.chart.symbolset/fiori.table.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from table.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.column.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.column.symbolset/Contents.json new file mode 100644 index 000000000..2a01b485d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.column.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.table.column.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.column.symbolset/fiori.table.column.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.column.symbolset/fiori.table.column.svg new file mode 100644 index 000000000..782a061c9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.column.symbolset/fiori.table.column.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from table.column + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.row.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.row.symbolset/Contents.json new file mode 100644 index 000000000..164e44603 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.row.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.table.row.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.row.symbolset/fiori.table.row.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.row.symbolset/fiori.table.row.svg new file mode 100644 index 000000000..0814385b5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.row.symbolset/fiori.table.row.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from table.row + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.view.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.view.symbolset/Contents.json new file mode 100644 index 000000000..732734f0d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.view.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.table.view.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.view.symbolset/fiori.table.view.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.view.symbolset/fiori.table.view.svg new file mode 100644 index 000000000..70f3b8015 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.table.view.symbolset/fiori.table.view.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from table.view + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tag.cloud.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tag.cloud.chart.symbolset/Contents.json new file mode 100644 index 000000000..7acdfbb96 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tag.cloud.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.tag.cloud.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tag.cloud.chart.symbolset/fiori.tag.cloud.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tag.cloud.chart.symbolset/fiori.tag.cloud.chart.svg new file mode 100644 index 000000000..c0284eb56 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tag.cloud.chart.symbolset/fiori.tag.cloud.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from tag.cloud.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tag.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tag.symbolset/Contents.json new file mode 100644 index 000000000..86e7d7907 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tag.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.tag.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tag.symbolset/fiori.tag.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tag.symbolset/fiori.tag.svg new file mode 100644 index 000000000..105add222 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tag.symbolset/fiori.tag.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from tag + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tags.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tags.symbolset/Contents.json new file mode 100644 index 000000000..c0d1e5af3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tags.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.tags.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tags.symbolset/fiori.tags.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tags.symbolset/fiori.tags.svg new file mode 100644 index 000000000..3b3474c88 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tags.symbolset/fiori.tags.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from tags + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.target.group.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.target.group.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.target.group.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.target.group.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.target.group.fill.symbolset/fiori.target.group.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.target.group.fill.symbolset/fiori.target.group.fill.svg new file mode 100644 index 000000000..a06c7e365 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.target.group.fill.symbolset/fiori.target.group.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from target.group.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.target.group.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.target.group.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.target.group.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.target.group.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.target.group.symbolset/fiori.target.group.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.target.group.symbolset/fiori.target.group.svg new file mode 100644 index 000000000..50c3d08d2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.target.group.symbolset/fiori.target.group.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from target.group + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.task.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.task.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.task.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.task.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.task.fill.symbolset/fiori.task.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.task.fill.symbolset/fiori.task.fill.svg new file mode 100644 index 000000000..b58ad35dd --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.task.fill.symbolset/fiori.task.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from task.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.task.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.task.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Clipboards/fiori.task.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.task.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.task.symbolset/fiori.task.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.task.symbolset/fiori.task.svg new file mode 100644 index 000000000..272300b2b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.task.symbolset/fiori.task.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from task + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.taxi.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.taxi.symbolset/Contents.json new file mode 100644 index 000000000..6cf374398 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.taxi.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.taxi.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.taxi.symbolset/fiori.taxi.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.taxi.symbolset/fiori.taxi.svg new file mode 100644 index 000000000..0d6cb7797 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.taxi.symbolset/fiori.taxi.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from taxi + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.technical.object.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.technical.object.symbolset/Contents.json new file mode 100644 index 000000000..361a4293c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.technical.object.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.technical.object.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.technical.object.symbolset/fiori.technical.object.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.technical.object.symbolset/fiori.technical.object.svg new file mode 100644 index 000000000..935eb7658 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.technical.object.symbolset/fiori.technical.object.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from technical.object + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.temperature.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.temperature.symbolset/Contents.json new file mode 100644 index 000000000..0a3adebb1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.temperature.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.temperature.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.temperature.symbolset/fiori.temperature.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.temperature.symbolset/fiori.temperature.svg new file mode 100644 index 000000000..677848aa2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.temperature.symbolset/fiori.temperature.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from temprature + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.center.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.center.symbolset/Contents.json new file mode 100644 index 000000000..4ade90802 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.center.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.text.align.center.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.center.symbolset/fiori.text.align.center.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.center.symbolset/fiori.text.align.center.svg new file mode 100644 index 000000000..aa51b1912 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.center.symbolset/fiori.text.align.center.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from text.align.center + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.justified.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.justified.symbolset/Contents.json new file mode 100644 index 000000000..45b9ff9ac --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.justified.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.text.align.justified.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.justified.symbolset/fiori.text.align.justified.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.justified.symbolset/fiori.text.align.justified.svg new file mode 100644 index 000000000..39c64ea0b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.justified.symbolset/fiori.text.align.justified.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from text.align.justify + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.left.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.left.symbolset/Contents.json new file mode 100644 index 000000000..d4e1d69ad --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.left.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.text.align.left.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.left.symbolset/fiori.text.align.left.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.left.symbolset/fiori.text.align.left.svg new file mode 100644 index 000000000..58df90cde --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.left.symbolset/fiori.text.align.left.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from text.align.left + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.right.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.right.symbolset/Contents.json new file mode 100644 index 000000000..710a11522 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.right.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.text.align.right.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.right.symbolset/fiori.text.align.right.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.right.symbolset/fiori.text.align.right.svg new file mode 100644 index 000000000..e1a5eeaa0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.align.right.symbolset/fiori.text.align.right.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from text.align.right + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.color.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.color.symbolset/Contents.json new file mode 100644 index 000000000..5aa4b0a09 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.color.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.text.color.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.color.symbolset/fiori.text.color.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.color.symbolset/fiori.text.color.svg new file mode 100644 index 000000000..b2c20533d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.color.symbolset/fiori.text.color.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from text.color + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.formatting.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.formatting.symbolset/Contents.json new file mode 100644 index 000000000..5c21b49be --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.formatting.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.text.formatting.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.formatting.symbolset/fiori.text.formatting.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.formatting.symbolset/fiori.text.formatting.svg new file mode 100644 index 000000000..e3d889d81 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.formatting.symbolset/fiori.text.formatting.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from text.formating + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.symbolset/Contents.json new file mode 100644 index 000000000..6be97959f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.text.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.symbolset/fiori.text.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.symbolset/fiori.text.svg new file mode 100644 index 000000000..23b682be7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.text.symbolset/fiori.text.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from text + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.theater.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.theater.symbolset/Contents.json new file mode 100644 index 000000000..0eaf34090 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.theater.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.theater.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.theater.symbolset/fiori.theater.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.theater.symbolset/fiori.theater.svg new file mode 100644 index 000000000..18970f09c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.theater.symbolset/fiori.theater.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from theater + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.thing.type.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.thing.type.symbolset/Contents.json new file mode 100644 index 000000000..9cc3d5472 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.thing.type.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.thing.type.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.thing.type.symbolset/fiori.thing.type.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.thing.type.symbolset/fiori.thing.type.svg new file mode 100644 index 000000000..a1164ba0e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.thing.type.symbolset/fiori.thing.type.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from thing.type + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.thumb.down.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.thumb.down.symbolset/Contents.json new file mode 100644 index 000000000..29235d01d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.thumb.down.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.thumb.down.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.thumb.down.symbolset/fiori.thumb.down.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.thumb.down.symbolset/fiori.thumb.down.svg new file mode 100644 index 000000000..9329b143c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.thumb.down.symbolset/fiori.thumb.down.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from thumb.down + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.thumb.up.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.thumb.up.symbolset/Contents.json new file mode 100644 index 000000000..ac2f26d78 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.thumb.up.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.thumb.up.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.thumb.up.symbolset/fiori.thumb.up.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.thumb.up.symbolset/fiori.thumb.up.svg new file mode 100644 index 000000000..4fb46203e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.thumb.up.symbolset/fiori.thumb.up.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from thumb.up + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.account.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.account.symbolset/Contents.json new file mode 100644 index 000000000..bbe9d27d4 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.account.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.time.account.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.account.symbolset/fiori.time.account.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.account.symbolset/fiori.time.account.svg new file mode 100644 index 000000000..d38156b44 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.account.symbolset/fiori.time.account.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from time.account + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.entry.request.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.entry.request.symbolset/Contents.json new file mode 100644 index 000000000..28eaf4ce9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.entry.request.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.time.entry.request.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.entry.request.symbolset/fiori.time.entry.request.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.entry.request.symbolset/fiori.time.entry.request.svg new file mode 100644 index 000000000..bc50906fa --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.entry.request.symbolset/fiori.time.entry.request.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from time.entry.request + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.fill.symbolset/Contents.json new file mode 100644 index 000000000..553c66912 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.fill.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.time.fill.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.fill.symbolset/fiori.time.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.fill.symbolset/fiori.time.fill.svg new file mode 100644 index 000000000..eda32b718 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.fill.symbolset/fiori.time.fill.svg @@ -0,0 +1,101 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from fiori.time + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.off.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.off.symbolset/Contents.json new file mode 100644 index 000000000..5bf8ea252 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.off.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.time.off.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.off.symbolset/fiori.time.off.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.off.symbolset/fiori.time.off.svg new file mode 100644 index 000000000..5d1d0ad0d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.off.symbolset/fiori.time.off.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from time.off + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.overtime.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.overtime.symbolset/Contents.json new file mode 100644 index 000000000..63db43e43 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.overtime.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.time.overtime.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.overtime.symbolset/fiori.time.overtime.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.overtime.symbolset/fiori.time.overtime.svg new file mode 100644 index 000000000..e6968fa38 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.overtime.symbolset/fiori.time.overtime.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from time.overtime + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.symbolset/Contents.json new file mode 100644 index 000000000..f945c9d1e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.time.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.symbolset/fiori.time.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.symbolset/fiori.time.svg new file mode 100644 index 000000000..01c4cfc98 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.time.symbolset/fiori.time.svg @@ -0,0 +1,133 @@ + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from fiori.time + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.timesheet.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.timesheet.symbolset/Contents.json new file mode 100644 index 000000000..9c17ff3ef --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.timesheet.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.timesheet.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.timesheet.symbolset/fiori.timesheet.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.timesheet.symbolset/fiori.timesheet.svg new file mode 100644 index 000000000..9f7e3419b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.timesheet.symbolset/fiori.timesheet.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from timesheet + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.to.be.reviewed.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.to.be.reviewed.symbolset/Contents.json new file mode 100644 index 000000000..67a6de725 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.to.be.reviewed.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.to.be.reviewed.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.to.be.reviewed.symbolset/fiori.to.be.reviewed.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.to.be.reviewed.symbolset/fiori.to.be.reviewed.svg new file mode 100644 index 000000000..451e34629 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.to.be.reviewed.symbolset/fiori.to.be.reviewed.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from to.be.reviewed + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.toaster.down.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.toaster.down.symbolset/Contents.json new file mode 100644 index 000000000..c4e6c7746 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.toaster.down.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.toaster.down.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.toaster.down.symbolset/fiori.toaster.down.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.toaster.down.symbolset/fiori.toaster.down.svg new file mode 100644 index 000000000..3859abbe3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.toaster.down.symbolset/fiori.toaster.down.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from toaster.down + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.toaster.top.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.toaster.top.symbolset/Contents.json new file mode 100644 index 000000000..17ccd127e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.toaster.top.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.toaster.top.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.toaster.top.symbolset/fiori.toaster.top.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.toaster.top.symbolset/fiori.toaster.top.svg new file mode 100644 index 000000000..c33c2d0ba --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.toaster.top.symbolset/fiori.toaster.top.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from toaster.top + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.toaster.up.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.toaster.up.symbolset/Contents.json new file mode 100644 index 000000000..48fad3aef --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.toaster.up.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.toaster.up.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.toaster.up.symbolset/fiori.toaster.up.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.toaster.up.symbolset/fiori.toaster.up.svg new file mode 100644 index 000000000..560a6351b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.toaster.up.symbolset/fiori.toaster.up.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from toaster.up + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.tools.opportunity.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tools.opportunity.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.tools.opportunity.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tools.opportunity.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tools.opportunity.fill.symbolset/fiori.tools.opportunity.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tools.opportunity.fill.symbolset/fiori.tools.opportunity.fill.svg new file mode 100644 index 000000000..39c842508 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tools.opportunity.fill.symbolset/fiori.tools.opportunity.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from tools.opportunity.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.tools.opportunity.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tools.opportunity.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.tools.opportunity.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tools.opportunity.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tools.opportunity.symbolset/fiori.tools.opportunity.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tools.opportunity.symbolset/fiori.tools.opportunity.svg new file mode 100644 index 000000000..8e6360ba7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tools.opportunity.symbolset/fiori.tools.opportunity.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from tools.opportunity + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.touch.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.touch.symbolset/Contents.json new file mode 100644 index 000000000..7126c98e5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.touch.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.touch.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.touch.symbolset/fiori.touch.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.touch.symbolset/fiori.touch.svg new file mode 100644 index 000000000..2d756bccf --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.touch.symbolset/fiori.touch.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from touch + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.translate.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.translate.symbolset/Contents.json new file mode 100644 index 000000000..ae8998d46 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.translate.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.translate.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.translate.symbolset/fiori.translate.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.translate.symbolset/fiori.translate.svg new file mode 100644 index 000000000..908da125a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.translate.symbolset/fiori.translate.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from translate + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.travel.expense.report.fill.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.expense.report.fill.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.travel.expense.report.fill.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.expense.report.fill.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.expense.report.fill.symbolset/fiori.travel.expense.report.fill.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.expense.report.fill.symbolset/fiori.travel.expense.report.fill.svg new file mode 100644 index 000000000..5a34f5689 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.expense.report.fill.symbolset/fiori.travel.expense.report.fill.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from travel.expense.report.fill + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.travel.expense.report.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.expense.report.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Money/fiori.travel.expense.report.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.expense.report.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.expense.report.symbolset/fiori.travel.expense.report.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.expense.report.symbolset/fiori.travel.expense.report.svg new file mode 100644 index 000000000..fd356a08b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.expense.report.symbolset/fiori.travel.expense.report.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from travel.expense.report + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.expense.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.expense.symbolset/Contents.json new file mode 100644 index 000000000..c05e5b25f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.expense.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.travel.expense.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.expense.symbolset/fiori.travel.expense.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.expense.symbolset/fiori.travel.expense.svg new file mode 100644 index 000000000..174bf02b8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.expense.symbolset/fiori.travel.expense.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from travel.expense + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.itinerary.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.itinerary.symbolset/Contents.json new file mode 100644 index 000000000..90e9e96a3 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.itinerary.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.travel.itinerary.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.itinerary.symbolset/fiori.travel.itinerary.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.itinerary.symbolset/fiori.travel.itinerary.svg new file mode 100644 index 000000000..dac6198e2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.itinerary.symbolset/fiori.travel.itinerary.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from travel.itinerary + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.request.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.request.symbolset/Contents.json new file mode 100644 index 000000000..05aa46824 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.request.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.travel.request.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.request.symbolset/fiori.travel.request.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.request.symbolset/fiori.travel.request.svg new file mode 100644 index 000000000..ef9ae44ab --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.travel.request.symbolset/fiori.travel.request.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from travel.request + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.tree.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tree.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Charts/fiori.tree.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tree.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tree.symbolset/fiori.tree.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tree.symbolset/fiori.tree.svg new file mode 100644 index 000000000..95ca3f3bc --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tree.symbolset/fiori.tree.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from tree + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.trend.down.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.trend.down.symbolset/Contents.json new file mode 100644 index 000000000..a33425a35 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.trend.down.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.trend.down.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.trend.down.symbolset/fiori.trend.down.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.trend.down.symbolset/fiori.trend.down.svg new file mode 100644 index 000000000..9d419ffad --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.trend.down.symbolset/fiori.trend.down.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from trend.down + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.trend.up.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.trend.up.symbolset/Contents.json new file mode 100644 index 000000000..0ad69e4c6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.trend.up.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.trend.up.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.trend.up.symbolset/fiori.trend.up.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.trend.up.symbolset/fiori.trend.up.svg new file mode 100644 index 000000000..dbfcf4dba --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.trend.up.symbolset/fiori.trend.up.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from trend.up + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tri.state.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tri.state.symbolset/Contents.json new file mode 100644 index 000000000..d278061fd --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tri.state.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.tri.state.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tri.state.symbolset/fiori.tri.state.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tri.state.symbolset/fiori.tri.state.svg new file mode 100644 index 000000000..1ca907bb7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.tri.state.symbolset/fiori.tri.state.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from tri.state + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.trip.report.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.trip.report.symbolset/Contents.json new file mode 100644 index 000000000..26129aa8e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.trip.report.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.trip.report.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.trip.report.symbolset/fiori.trip.report.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.trip.report.symbolset/fiori.trip.report.svg new file mode 100644 index 000000000..d66bf86bb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.trip.report.symbolset/fiori.trip.report.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from trip.report + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.two.keys.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.two.keys.symbolset/Contents.json new file mode 100644 index 000000000..a582c8a36 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.two.keys.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.two.keys.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.two.keys.symbolset/fiori.two.keys.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.two.keys.symbolset/fiori.two.keys.svg new file mode 100644 index 000000000..96cf51a59 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.two.keys.symbolset/fiori.two.keys.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from two.keys + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ui.notifications.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ui.notifications.symbolset/Contents.json new file mode 100644 index 000000000..ba2c511c5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ui.notifications.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.ui.notifications.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ui.notifications.symbolset/fiori.ui.notifications.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ui.notifications.symbolset/fiori.ui.notifications.svg new file mode 100644 index 000000000..dcf463f8e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.ui.notifications.symbolset/fiori.ui.notifications.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from ui.notification + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.umbrella.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.umbrella.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.umbrella.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.umbrella.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.umbrella.symbolset/fiori.umbrella.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.umbrella.symbolset/fiori.umbrella.svg new file mode 100644 index 000000000..1b3071a24 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.umbrella.symbolset/fiori.umbrella.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from umbrella + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.underline.text.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.underline.text.symbolset/Contents.json new file mode 100644 index 000000000..6a3602045 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.underline.text.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.underline.text.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.underline.text.symbolset/fiori.underline.text.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.underline.text.symbolset/fiori.underline.text.svg new file mode 100644 index 000000000..c8f55b2ef --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.underline.text.symbolset/fiori.underline.text.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from underline.text + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.undo.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.undo.symbolset/Contents.json new file mode 100644 index 000000000..157bd862e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.undo.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.undo.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.undo.symbolset/fiori.undo.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.undo.symbolset/fiori.undo.svg new file mode 100644 index 000000000..8dfce510a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.undo.symbolset/fiori.undo.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from undo + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.unfavorite.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unfavorite.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.unfavorite.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unfavorite.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unfavorite.symbolset/fiori.unfavorite.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unfavorite.symbolset/fiori.unfavorite.svg new file mode 100644 index 000000000..860ea30f6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unfavorite.symbolset/fiori.unfavorite.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from unfavorite + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unlocked.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unlocked.symbolset/Contents.json new file mode 100644 index 000000000..b215be1d7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unlocked.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.unlocked.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unlocked.symbolset/fiori.unlocked.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unlocked.symbolset/fiori.unlocked.svg new file mode 100644 index 000000000..28142a8a9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unlocked.symbolset/fiori.unlocked.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from unlocked + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unpaid.leave.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unpaid.leave.symbolset/Contents.json new file mode 100644 index 000000000..03fb8a82b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unpaid.leave.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.unpaid.leave.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unpaid.leave.symbolset/fiori.unpaid.leave.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unpaid.leave.symbolset/fiori.unpaid.leave.svg new file mode 100644 index 000000000..e794e29d1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unpaid.leave.symbolset/fiori.unpaid.leave.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from unpaid.leave + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unwired.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unwired.symbolset/Contents.json new file mode 100644 index 000000000..8d5a5a321 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unwired.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.unwired.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unwired.symbolset/fiori.unwired.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unwired.symbolset/fiori.unwired.svg new file mode 100644 index 000000000..78d367035 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.unwired.symbolset/fiori.unwired.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from unwired + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.up.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.up.symbolset/Contents.json new file mode 100644 index 000000000..19b64ec4d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.up.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.up.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.up.symbolset/fiori.up.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.up.symbolset/fiori.up.svg new file mode 100644 index 000000000..526027945 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.up.symbolset/fiori.up.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from up + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.upload.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.upload.symbolset/Contents.json new file mode 100644 index 000000000..e2c272109 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.upload.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.upload.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.upload.symbolset/fiori.upload.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.upload.symbolset/fiori.upload.svg new file mode 100644 index 000000000..f58036eb8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.upload.symbolset/fiori.upload.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from upload + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.upload.to.cloud.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.upload.to.cloud.symbolset/Contents.json new file mode 100644 index 000000000..d0282f1c0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.upload.to.cloud.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.upload.to.cloud.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.upload.to.cloud.symbolset/fiori.upload.to.cloud.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.upload.to.cloud.symbolset/fiori.upload.to.cloud.svg new file mode 100644 index 000000000..36aa6b073 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.upload.to.cloud.symbolset/fiori.upload.to.cloud.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from upload.to.cloud + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.upstacked.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.upstacked.chart.symbolset/Contents.json new file mode 100644 index 000000000..c587a266e --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.upstacked.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.upstacked.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.upstacked.chart.symbolset/fiori.upstacked.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.upstacked.chart.symbolset/fiori.upstacked.chart.svg new file mode 100644 index 000000000..e4ca78d7a --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.upstacked.chart.symbolset/fiori.upstacked.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from upstacked.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.user.edit.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.user.edit.symbolset/Contents.json new file mode 100644 index 000000000..ee28f0a99 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.user.edit.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.user.edit.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.user.edit.symbolset/fiori.user.edit.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.user.edit.symbolset/fiori.user.edit.svg new file mode 100644 index 000000000..2f57568e2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.user.edit.symbolset/fiori.user.edit.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from user.edit + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.user.settings.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.user.settings.symbolset/Contents.json new file mode 100644 index 000000000..5b6255dc1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.user.settings.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.user.settings.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.user.settings.symbolset/fiori.user.settings.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.user.settings.symbolset/fiori.user.settings.svg new file mode 100644 index 000000000..7903e104d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.user.settings.symbolset/fiori.user.settings.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from user.setting + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.validate.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.validate.symbolset/Contents.json new file mode 100644 index 000000000..26657175d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.validate.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.validate.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.validate.symbolset/fiori.validate.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.validate.symbolset/fiori.validate.svg new file mode 100644 index 000000000..f95d15484 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.validate.symbolset/fiori.validate.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from validate + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.value.help.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.value.help.symbolset/Contents.json new file mode 100644 index 000000000..36c9e8dd2 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.value.help.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.value.help.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.value.help.symbolset/fiori.value.help.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.value.help.symbolset/fiori.value.help.svg new file mode 100644 index 000000000..108289018 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.value.help.symbolset/fiori.value.help.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from value.help + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vds.file.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vds.file.symbolset/Contents.json new file mode 100644 index 000000000..ededd23ff --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vds.file.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.vds.file.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vds.file.symbolset/fiori.vds.file.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vds.file.symbolset/fiori.vds.file.svg new file mode 100644 index 000000000..4885abd3b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vds.file.symbolset/fiori.vds.file.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from vds.file + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vehicle.repair.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vehicle.repair.symbolset/Contents.json new file mode 100644 index 000000000..9bd07d2b6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vehicle.repair.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.vehicle.repair.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vehicle.repair.symbolset/fiori.vehicle.repair.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vehicle.repair.symbolset/fiori.vehicle.repair.svg new file mode 100644 index 000000000..6b6d75268 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vehicle.repair.symbolset/fiori.vehicle.repair.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from vehicle.repair + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.bar.chart.2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.bar.chart.2.symbolset/Contents.json new file mode 100644 index 000000000..ce64c7383 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.bar.chart.2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.vertical.bar.chart.2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.bar.chart.2.symbolset/fiori.vertical.bar.chart.2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.bar.chart.2.symbolset/fiori.vertical.bar.chart.2.svg new file mode 100644 index 000000000..d31c3a690 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.bar.chart.2.symbolset/fiori.vertical.bar.chart.2.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from vertical.bar.chart.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.bar.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.bar.chart.symbolset/Contents.json new file mode 100644 index 000000000..751ec3e14 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.bar.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.vertical.bar.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.bar.chart.symbolset/fiori.vertical.bar.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.bar.chart.symbolset/fiori.vertical.bar.chart.svg new file mode 100644 index 000000000..cce86c72d --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.bar.chart.symbolset/fiori.vertical.bar.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from verticle.bar.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.bullet.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.bullet.chart.symbolset/Contents.json new file mode 100644 index 000000000..aee143b36 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.bullet.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.vertical.bullet.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.bullet.chart.symbolset/fiori.vertical.bullet.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.bullet.chart.symbolset/fiori.vertical.bullet.chart.svg new file mode 100644 index 000000000..3d62f69af --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.bullet.chart.symbolset/fiori.vertical.bullet.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from vertivcal.bullet.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.grip.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.grip.symbolset/Contents.json new file mode 100644 index 000000000..0ca4d3858 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.grip.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.vertical.grip.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.grip.symbolset/fiori.vertical.grip.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.grip.symbolset/fiori.vertical.grip.svg new file mode 100644 index 000000000..b869f8b3c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.grip.symbolset/fiori.vertical.grip.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from vertical.grip + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.stacked.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.stacked.chart.symbolset/Contents.json new file mode 100644 index 000000000..7baaf3c11 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.stacked.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.vertical.stacked.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.stacked.chart.symbolset/fiori.vertical.stacked.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.stacked.chart.symbolset/fiori.vertical.stacked.chart.svg new file mode 100644 index 000000000..681efb945 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.stacked.chart.symbolset/fiori.vertical.stacked.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from vertical.stacked.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.waterfall.chart.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.waterfall.chart.symbolset/Contents.json new file mode 100644 index 000000000..d2e171487 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.waterfall.chart.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.vertical.waterfall.chart.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.waterfall.chart.symbolset/fiori.vertical.waterfall.chart.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.waterfall.chart.symbolset/fiori.vertical.waterfall.chart.svg new file mode 100644 index 000000000..930f6844b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.vertical.waterfall.chart.symbolset/fiori.vertical.waterfall.chart.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from vertical.waterfall.chart + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.video.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.video.symbolset/Contents.json new file mode 100644 index 000000000..908dc1339 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.video.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.video.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.video.symbolset/fiori.video.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.video.symbolset/fiori.video.svg new file mode 100644 index 000000000..3381a7376 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.video.symbolset/fiori.video.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from video + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.visits.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.visits.symbolset/Contents.json new file mode 100644 index 000000000..9b9b98dc1 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.visits.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.visits.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.visits.symbolset/fiori.visits.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.visits.symbolset/fiori.visits.svg new file mode 100644 index 000000000..c050712ad --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.visits.symbolset/fiori.visits.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from visits + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.waiver.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.waiver.symbolset/Contents.json new file mode 100644 index 000000000..da7b4e699 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.waiver.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.waiver.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.waiver.symbolset/fiori.waiver.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.waiver.symbolset/fiori.waiver.svg new file mode 100644 index 000000000..9e18eaa30 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.waiver.symbolset/fiori.waiver.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from waiver + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.wallet.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.wallet.symbolset/Contents.json new file mode 100644 index 000000000..7c3dcef84 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.wallet.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.wallet.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.wallet.symbolset/fiori.wallet.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.wallet.symbolset/fiori.wallet.svg new file mode 100644 index 000000000..5cda647c7 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.wallet.symbolset/fiori.wallet.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from wallet + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.warning.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.warning.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Status/fiori.warning.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.warning.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.warning.symbolset/fiori.warning.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.warning.symbolset/fiori.warning.svg new file mode 100644 index 000000000..8f3f28a04 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.warning.symbolset/fiori.warning.svg @@ -0,0 +1,137 @@ + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from warning + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.warning2.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.warning2.symbolset/Contents.json new file mode 100644 index 000000000..dc815924f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.warning2.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.warning2.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.warning2.symbolset/fiori.warning2.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.warning2.symbolset/fiori.warning2.svg new file mode 100644 index 000000000..df3cb0960 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.warning2.symbolset/fiori.warning2.svg @@ -0,0 +1,101 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from warning.2 + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.washing.machine.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.washing.machine.symbolset/Contents.json new file mode 100644 index 000000000..0344e99fb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.washing.machine.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.washing.machine.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.washing.machine.symbolset/fiori.washing.machine.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.washing.machine.symbolset/fiori.washing.machine.svg new file mode 100644 index 000000000..566b3486f --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.washing.machine.symbolset/fiori.washing.machine.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from washing.machine + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.weather.proofing.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.weather.proofing.symbolset/Contents.json new file mode 100644 index 000000000..e46e439f5 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.weather.proofing.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.weather.proofing.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.weather.proofing.symbolset/fiori.weather.proofing.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.weather.proofing.symbolset/fiori.weather.proofing.svg new file mode 100644 index 000000000..dec157aa8 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.weather.proofing.symbolset/fiori.weather.proofing.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from weather.proofing + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.web.cam.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.web.cam.symbolset/Contents.json new file mode 100644 index 000000000..9826b8b9c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.web.cam.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.web.cam.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.web.cam.symbolset/fiori.web.cam.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.web.cam.symbolset/fiori.web.cam.svg new file mode 100644 index 000000000..b29ad1170 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.web.cam.symbolset/fiori.web.cam.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from webcam + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.widgets.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.widgets.symbolset/Contents.json new file mode 100644 index 000000000..f0737ef50 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.widgets.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.widgets.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.widgets.symbolset/fiori.widgets.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.widgets.symbolset/fiori.widgets.svg new file mode 100644 index 000000000..685412096 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.widgets.symbolset/fiori.widgets.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from widgets + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.windows.doors.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.windows.doors.symbolset/Contents.json new file mode 100644 index 000000000..90ed6a1ca --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.windows.doors.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.windows.doors.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.windows.doors.symbolset/fiori.windows.doors.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.windows.doors.symbolset/fiori.windows.doors.svg new file mode 100644 index 000000000..92c2a4b63 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.windows.doors.symbolset/fiori.windows.doors.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from windows.doors + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.work.history.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.work.history.symbolset/Contents.json new file mode 100644 index 000000000..cbe8ffb62 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.work.history.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.work.history.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.work.history.symbolset/fiori.work.history.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.work.history.symbolset/fiori.work.history.svg new file mode 100644 index 000000000..583c6bc68 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.work.history.symbolset/fiori.work.history.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from work.history + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.workflow.tasks.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.workflow.tasks.symbolset/Contents.json new file mode 100644 index 000000000..2f8f303fd --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.workflow.tasks.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.workflow.tasks.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.workflow.tasks.symbolset/fiori.workflow.tasks.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.workflow.tasks.symbolset/fiori.workflow.tasks.svg new file mode 100644 index 000000000..ae66b928c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.workflow.tasks.symbolset/fiori.workflow.tasks.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from workflow.tasks + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.world.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.world.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Objects/fiori.world.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.world.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.world.symbolset/fiori.world.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.world.symbolset/fiori.world.svg new file mode 100644 index 000000000..15a970f2c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.world.symbolset/fiori.world.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from world + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.wounds.doc.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.wounds.doc.symbolset/Contents.json new file mode 100644 index 000000000..f619918f9 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.wounds.doc.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.wounds.doc.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.wounds.doc.symbolset/fiori.wounds.doc.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.wounds.doc.symbolset/fiori.wounds.doc.svg new file mode 100644 index 000000000..6b6c795a0 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.wounds.doc.symbolset/fiori.wounds.doc.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from wounds.doc + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.wrench.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.wrench.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.wrench.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.wrench.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.wrench.symbolset/fiori.wrench.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.wrench.symbolset/fiori.wrench.svg new file mode 100644 index 000000000..88a70b76c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.wrench.symbolset/fiori.wrench.svg @@ -0,0 +1,101 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from wrench + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.write.new.document.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.write.new.document.symbolset/Contents.json new file mode 100644 index 000000000..52e489943 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.write.new.document.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.write.new.document.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.write.new.document.symbolset/fiori.write.new.document.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.write.new.document.symbolset/fiori.write.new.document.svg new file mode 100644 index 000000000..05237557b --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.write.new.document.symbolset/fiori.write.new.document.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from write.new.document + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.write.new.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.write.new.symbolset/Contents.json new file mode 100644 index 000000000..7b960845c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.write.new.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.write.new.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.write.new.symbolset/fiori.write.new.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.write.new.symbolset/fiori.write.new.svg new file mode 100644 index 000000000..115d5f200 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.write.new.symbolset/fiori.write.new.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from write.new + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.x.ray.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.x.ray.symbolset/Contents.json new file mode 100644 index 000000000..16994a1eb --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.x.ray.symbolset/Contents.json @@ -0,0 +1,12 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "symbols" : [ + { + "filename" : "fiori.x.ray.svg", + "idiom" : "universal" + } + ] +} diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.x.ray.symbolset/fiori.x.ray.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.x.ray.symbolset/fiori.x.ray.svg new file mode 100644 index 000000000..9d037f66c --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.x.ray.symbolset/fiori.x.ray.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from x.ray + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.zoom.in.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.zoom.in.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.zoom.in.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.zoom.in.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.zoom.in.symbolset/fiori.zoom.in.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.zoom.in.symbolset/fiori.zoom.in.svg new file mode 100644 index 000000000..c16ace681 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.zoom.in.symbolset/fiori.zoom.in.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from zoom.in + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.zoom.out.symbolset/Contents.json b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.zoom.out.symbolset/Contents.json similarity index 100% rename from Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/FioriSFSymbols/Actions/fiori.zoom.out.symbolset/Contents.json rename to Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.zoom.out.symbolset/Contents.json diff --git a/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.zoom.out.symbolset/fiori.zoom.out.svg b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.zoom.out.symbolset/fiori.zoom.out.svg new file mode 100644 index 000000000..7b7cb0cd6 --- /dev/null +++ b/Sources/FioriThemeManager/FioriIcons/Resources/FioriIcon.xcassets/fiori.zoom.out.symbolset/fiori.zoom.out.svg @@ -0,0 +1,95 @@ + + + + + + + + + + Weight/Scale Variations + Ultralight + Thin + Light + Regular + Medium + Semibold + Bold + Heavy + Black + + + + + + + + + + + Design Variations + Symbols are supported in up to nine weights and three scales. + For optimal layout with text and other symbols, vertically align + symbols with the adjacent text. + + + + + + Margins + Leading and trailing margins on the left and right side of each symbol + can be adjusted by modifying the x-location of the margin guidelines. + Modifications are automatically applied proportionally to all + scales and weights. + + + + Exporting + Symbols should be outlined when exporting to ensure the + design is preserved when submitting to Xcode. + Template v.5.0 + Requires Xcode 15 or greater + Generated from zoom.out + Typeset at 100.0 points + Small + Medium + Large + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +