Skip to content

Commit

Permalink
Merge pull request #268 from occmundial/new-icons
Browse files Browse the repository at this point in the history
New matchJob, cash and profileView icons
  • Loading branch information
ldiaz-occ committed Dec 20, 2021
2 parents f0aa2bf + 95a0c68 commit 80cc190
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 1 deletion.
6 changes: 6 additions & 0 deletions lib/subatomic/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ import webSiteSolid from './icons/webSiteSolid';
import moreOptionsHorizontal from './icons/moreOptionsHorizontal';
import warning from './icons/warning';
import warningSolid from './icons/warningSolid';
import matchJob from './icons/matchJob';
import cash from './icons/cash';
import profileView from './icons/profileView';

export default {
base: function (icon) {
Expand Down Expand Up @@ -246,6 +249,9 @@ export default {
moreOptionsHorizontal,
warning,
warningSolid,
matchJob,
cash,
profileView,
occatomic: {
width: '45px',
height: '45px',
Expand Down
13 changes: 13 additions & 0 deletions lib/subatomic/icons/cash.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions lib/subatomic/icons/matchJob.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import colors from '../colors';
import spacing from '../spacing';

export default {
width: spacing.base,
height: spacing.base,
display: 'inline-block',
icon: (color = [colors.grey900]) => (
`<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill="${color[0]}" clip-rule="evenodd" d="m22.072 11.855-8.011 8.301-3.588-3.018-1.277 1.52 4.296 3.611a.987.987 0 0 0 1.358-.07l8.65-8.962-1.428-1.382z" />
<path fill="${color[0]}" clip-rule="evenodd" d="M14.236 18.09h-.592l.336.278.256-.278zM7.896 18.775a1.23 1.23 0 0 1 .151-.674H4.262a.766.766 0 0 1-.696-.812v-4.842h5.979v1.637h1.95v-1.637h5.98v2.322l1.95-2.02v-.929c.397-.41.617-.96.615-1.532V6.015c0-.57-.22-1.12-.615-1.532a2.09 2.09 0 0 0-1.498-.627h-3.111A2.868 2.868 0 0 0 11.948 1H9.092a2.868 2.868 0 0 0-2.868 2.856H3.113a2.101 2.101 0 0 0-1.498.627A2.218 2.218 0 0 0 1 6.015v4.273c0 .57.22 1.12.615 1.532v5.469a2.705 2.705 0 0 0 2.647 2.763h4.563l-.464-.395a1.323 1.323 0 0 1-.465-.882zM9.057 2.962h2.856a.917.917 0 0 1 .918.894H8.187a.917.917 0 0 1 .905-.894h-.035zM3.02 10.451a.199.199 0 0 1-.058-.163V6.015a.197.197 0 0 1 .07-.162.105.105 0 0 1 .093 0h14.802a.139.139 0 0 1 .105 0c.027.05.035.107.023.162v4.273a.233.233 0 0 1-.058.162.14.14 0 0 1-.105 0h-6.397V8.128h-1.95v2.322H3.113a.105.105 0 0 1-.093 0z" />
</svg>`
)
};
13 changes: 13 additions & 0 deletions lib/subatomic/icons/profileView.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/config/componentData.js

Large diffs are not rendered by default.

0 comments on commit 80cc190

Please sign in to comment.