JSONFeed icon indicating copy to clipboard operation
JSONFeed copied to clipboard

Added colourless icon + new website

Open vallieres opened this issue 7 years ago • 2 comments

  • Created a version of the icon that is colourless for toolbars and footers
  • Added my website that implements the JSONFeed

vallieres avatar May 19 '17 14:05 vallieres

There’s a pending PR #45 with an optimized SVG icon. Here’s it without the colors:

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140">
	<path d="M0 0h140v140H0"/>
	<path d="M46.9 102.66l.15.15c5.83-5.83 10.05-5.38 17.1 1.67l11.13 11.13c11.58 11.58 22.4 11 35.32-1.93l3.95-3.95-8.4-8.4-2 2.03c-7.33 7.3-12.44 7.4-19.45.4L71.64 90.7c-6.73-6.74-13.42-7.42-19.84-2.08l-1.25-1.25c5.47-6.65 4.93-12.84-1.57-19.35l-11.72-11.7c-7.14-7.15-7.1-12.13.32-19.54l2.02-2.02-8.35-8.35-3.95 3.96c-12.97 12.98-13.7 23.57-2.38 34.88l9.65 9.65c7.05 7.04 7.5 11.34 1.7 17.13l.05.05c-2.6 2.94-2.47 7.43.34 10.24 2.8 2.8 7.3 2.92 10.24.34"/>
	<circle cx="71.7" cy="67.3" r="7.5"/>
	<circle cx="89.3" cy="49.6" r="7.5"/>
	<circle cx="107" cy="32" r="7.5"/>
</svg>

valtlai avatar May 19 '17 14:05 valtlai

Thanks @valtlai I did forget to optimized it. Just did so right now.

vallieres avatar May 19 '17 14:05 vallieres