Skip to content

Commit

Permalink
update all icons icons and fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
gorangajic committed Dec 3, 2015
1 parent cff6a5c commit 9ee354c
Show file tree
Hide file tree
Showing 4,588 changed files with 10,460 additions and 4,451 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion fa/500px.js

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

2 changes: 1 addition & 1 deletion fa/adjust.js
Expand Up @@ -6,7 +6,7 @@ export default class FaAdjust extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m13.3 28.5v-18.8q-2.5 0-4.7 1.2t-3.4 3.5q-1.3 2.1-1.3 4.7t1.3 4.7q1.2 2.2 3.4 3.5t4.7 1.2z m11.6-16.1q1.8 3.1 1.8 6.7t-1.8 6.7q-1.8 3.1-4.9 4.8t-6.7 1.8q-3.6 0-6.7-1.8t-4.8-4.8q-1.8-3.1-1.8-6.7t1.8-6.7q1.8-3.1 4.8-4.8t6.7-1.8q3.7 0 6.7 1.8t4.9 4.8z"/></g>
<g><path fill="#444" d="m20 32.142857142857146v-24.285714285714285q-3.3028571428571425 0-6.094285714285714 1.6285714285714281t-4.42 4.42285714285714-1.6285714285714281 6.091428571428571 1.6285714285714281 6.095714285714287 4.42 4.420000000000002 6.094285714285714 1.6314285714285717z m17.142857142857146-12.142857142857146q0 4.665714285714287-2.299999999999997 8.604285714285716t-6.237142857142857 6.238571428571426-8.605714285714292 2.3000000000000043-8.6-2.3000000000000043-6.242857142857143-6.238571428571426-2.295714285714286-8.604285714285716 2.3000000000000003-8.604285714285714 6.234285714285714-6.238571428571428 8.604285714285714-2.3000000000000003 8.605714285714285 2.3000000000000003 6.238571428571426 6.238571428571428 2.298571428571435 8.604285714285714z"/></g>
</IconBase>
);
}
Expand Down
2 changes: 1 addition & 1 deletion fa/adn.js
Expand Up @@ -6,7 +6,7 @@ export default class FaAdn extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m13.3 14.3l3.5 5.4h-7l3.5-5.4z m6.4 9.2h1.6l-8-12-7.9 12h1.6l1.8-2.7h9.1l1.8 2.7z m5.2-11.1q1.8 3.1 1.8 6.7t-1.8 6.7q-1.8 3.1-4.9 4.8t-6.7 1.8q-3.6 0-6.7-1.8t-4.8-4.8q-1.8-3.1-1.8-6.7t1.8-6.7q1.8-3.1 4.8-4.8t6.7-1.8q3.7 0 6.7 1.8t4.9 4.8z"/></g>
<g><path fill="#444" d="m20 13.885714285714286l4.4857142857142875 6.828571428571429h-8.971428571428573z m8.147142857142857 11.82857142857143h2.1000000000000014l-10.247142857142858-15.424285714285714-10.245714285714286 15.424285714285714h2.0999999999999996l2.3200000000000003-3.571428571428573h11.651428571428573z m8.995714285714289-5.714285714285715q0 4.665714285714287-2.299999999999997 8.604285714285716t-6.237142857142857 6.238571428571426-8.605714285714292 2.3000000000000043-8.6-2.3000000000000043-6.242857142857143-6.238571428571426-2.295714285714286-8.604285714285716 2.3000000000000003-8.604285714285714 6.234285714285714-6.238571428571428 8.604285714285714-2.3000000000000003 8.605714285714285 2.3000000000000003 6.238571428571426 6.238571428571428 2.298571428571435 8.604285714285714z"/></g>
</IconBase>
);
}
Expand Down
2 changes: 1 addition & 1 deletion fa/align-center.js

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

2 changes: 1 addition & 1 deletion fa/align-justify.js

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

2 changes: 1 addition & 1 deletion fa/align-left.js

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

3 comments on commit 9ee354c

@Prinzhorn
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You totally broke the currentColor thing by leaving the fill='#444' on the path elements

@gorangajic
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all source icons have fill color in their paths, didn't notice that will fix that now

@Prinzhorn
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume you can strip the attr with a one-liner in here? https://github.com/gorangajic/react-icons/blob/6b5e5785fff744aa85b389557fcef82a860330b8/bin/create.js#L35
I'm just trying to understand how the scripts work.

Please sign in to comment.