Skip to content

Commit

Permalink
Fix post title icon color (#28727)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Feb 4, 2021
1 parent 68f66ed commit dcaf3ab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/icons/src/library/post-title.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ import { Path, SVG } from '@wordpress/primitives';

const postTitle = (
<SVG viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<Path
fill="#000"
d="M4 14.5h16V16H4zM4 18.5h9V20H4zM4 4h3c2 0 3 .86 3 2.583 0 .891-.253 1.554-.76 1.988-.505.435-1.24.652-2.204.652H5.542V12H4V4zm2.855 4c.53 0 .924-.114 1.18-.343.266-.228.398-.579.398-1.051 0-.473-.132-.82-.397-1.04-.265-.229-.67-.343-1.217-.343H5.542V8h1.313z"
/>
<Path d="M4 14.5h16V16H4zM4 18.5h9V20H4zM4 4h3c2 0 3 .86 3 2.583 0 .891-.253 1.554-.76 1.988-.505.435-1.24.652-2.204.652H5.542V12H4V4zm2.855 4c.53 0 .924-.114 1.18-.343.266-.228.398-.579.398-1.051 0-.473-.132-.82-.397-1.04-.265-.229-.67-.343-1.217-.343H5.542V8h1.313z" />
</SVG>
);

Expand Down

0 comments on commit dcaf3ab

Please sign in to comment.