Skip to content

Commit

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

const money = (
<SVG xmlns="http://www.w3.org/2000/SVG" viewBox="0 0 24 24">
<path fill-rule="evenodd" d="M5.5 9A1.5 1.5 0 007 7.5h10A1.5 1.5 0 0018.5 9v6a1.5 1.5 0 00-1.5 1.5H7A1.5 1.5 0 005.5 15V9zm13 9H5a1 1 0 01-1-1V7a1 1 0 011-1h14a1 1 0 011 1v10a1 1 0 01-1 1h-.5zM10 11a2 2 0 114 0v2a2 2 0 11-4 0v-2z" clip-rule="evenodd"/>
</SVG>
);

export default money;

0 comments on commit 1f15282

Please sign in to comment.