Skip to content

Commit

Permalink
Add "trending down" icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Mar 27, 2020
1 parent 79f10de commit 9856c3f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/icons/src/library/trending-down.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**
* WordPress dependencies
*/
import { SVG, Path } from '@wordpress/primitives';

const trendingDown = (
<SVG xmlns="http://www.w3.org/2000/SVG" viewBox="0 0 24 24">
<path d="M3.496 8.555l1.01-1.11 5.004 4.55 4.025-3.521 4.715 4.715V10h1.5v5.75H14v-1.5h3.19l-3.724-3.723-3.975 3.478-5.995-5.45z" />
</SVG>
);

export default trendingDown;

0 comments on commit 9856c3f

Please sign in to comment.