Add feature-addition icon

Problem

The feature library currently reuses the applications icon (4 quad squares), which doesn't convey a distinct identity for the feature library.

Proposal

Add a new feature-addition icon that builds on the quad squares visual but replaces the top right square with a plus symbol, giving the feature library a unique, recognizable identity distinct from applications.

View icon in Figma

What does this MR do?

  • Add packages/gitlab-svgs/sprite_icons/feature-addition.svg.
  • Add the corresponding feature-addition entry to packages/gitlab-svgs/sprite_icons/icons.meta.json (keywords/description metadata).

Screenshots or screen recordings

feature-addition.svg

Integrations

NA

Does this MR meet the acceptance criteria?

This checklist encourages the authors, reviewers, and maintainers of merge requests (MRs) to confirm changes were analyzed for conformity with the project's guidelines, security and accessibility.

Toggle the acceptance checklist

Conformity

  • The "What does this MR do?" section in the MR description is filled out, explaining the reasons for and scope of the proposed changes, per "Say why not just what".
    • For example, if the MR is focused on usage guidelines, addressing accessibility challenges could be added in a separate MR.
  • Relevant label(s) are applied to the MR.
  • The MR is added to a milestone.
  • Added the ~"component:*" label(s) if applicable.
  • A changeset is added when this MR will do a patch, minor, or major update. More information can be found in doc/changesets.md.

Components

  • GitLab UI's contributing guidelines.
  • If the MR changes a component's API, integration MR(s) have been opened (see integrations above).

Documentation

Security

NA

Accessibility

If this MR adds or modifies a component, take a few moments to review the following:

  • All actions and functionality can be done with a keyboard.
  • Links, buttons, and controls have a visible focus state.
  • All content is presented in text or with a text equivalent. For example, alt text for SVG, or aria-label for icons that have meaning or perform actions.
  • Changes in a component's state are announced by a screen reader. For example, changing aria-expanded="false" to aria-expanded="true" when an accordion is expanded.
  • Color combinations have sufficient contrast.
Edited by Austin Regnery

Merge request reports

Loading
Loading