Add rss icons in action
ClosedPublic

Authored by ognarb on Mar 4 2020, 11:23 PM.

Details

Test Plan

Diff Detail

Repository
R266 Breeze Icons
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 23277
Build 23295: arc lint + arc unit
ognarb created this revision.Mar 4 2020, 11:23 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptMar 4 2020, 11:23 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
ognarb requested review of this revision.Mar 4 2020, 11:23 PM
ognarb edited the test plan for this revision. (Show Details)Mar 4 2020, 11:25 PM
ognarb added a reviewer: ndavis.
ognarb added a project: Breeze.
cblack edited reviewers, added: VDG, Breeze; removed: ndavis.Mar 4 2020, 11:30 PM
cblack added a subscriber: cblack.Mar 4 2020, 11:33 PM

SVG-wise, optimization here seems suboptimal. There's excess elements that could be removed.

Visually, the icon looks like the RSS icon, which is about all you need out of an RSS icon.

I do believe we need at least 16px and 22px for monochromatic actions, though.

ndavis accepted this revision.Mar 4 2020, 11:53 PM
ndavis added a subscriber: ndavis.

SVG-wise, optimization here seems suboptimal. There's excess elements that could be removed.

Visually, the icon looks like the RSS icon, which is about all you need out of an RSS icon.

I do believe we need at least 16px and 22px for monochromatic actions, though.

The main reason we optimize is to make the code readable, not to make it as small as possible. The current version is fine.

This revision is now accepted and ready to land.Mar 4 2020, 11:53 PM
This revision was automatically updated to reflect the committed changes.