Skip to content

Commit

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

const institution = (
<SVG xmlns="http://www.w3.org/2000/SVG" viewBox="0 0 24 24">
<path fill-rule="evenodd" d="M19.383 7.441l.324.162.558.279.223.112c.472.236.304.947-.223.947H4.5c-.528 0-.696-.711-.224-.947l.224-.112.558-.28.324-.161 6.776-3.388a.5.5 0 01.447 0l6.777 3.388zm-7-1.823l3.646 1.823H8.737l3.646-1.823zm.75 4.823v6h-1.5v-6h1.5zm-8.75 7.5h16v1.5h-16v-1.5zm13.75-1.5v-6h-1.5v6h1.5zm-10-6v6h-1.5v-6h1.5z" clip-rule="evenodd"/>
</SVG>
);

export default institution;

0 comments on commit 4782f3b

Please sign in to comment.