a tool for shared writing and social publishing
at debug/datetime 18 lines 1.4 kB view raw
1import { Props } from "./Props"; 2 3export const BlueskyLinkTiny = (props: Props) => { 4 return ( 5 <svg 6 width="16" 7 height="16" 8 viewBox="0 0 16 16" 9 fill="none" 10 xmlns="http://www.w3.org/2000/svg" 11 > 12 <path 13 d="M14.7656 6.8848C15.2697 6.936 15.6629 7.36233 15.6631 7.87992V12.5694C15.6629 13.1215 15.2153 13.5694 14.6631 13.5694C14.1112 13.5691 13.6632 13.1213 13.6631 12.5694V10.2998L9.0332 14.9444L8.95801 15.0137C8.56577 15.3348 7.98589 15.3128 7.61914 14.9473C7.2283 14.5574 7.22747 13.9243 7.61719 13.5332L12.2549 8.87992H9.97461C9.42248 8.87973 8.97461 8.43208 8.97461 7.87992C8.97476 7.32786 9.42256 6.88008 9.97461 6.87992H14.6631L14.7656 6.8848ZM10.1865 1.73441C11.2384 0.927212 12.9424 0.30268 12.9424 2.29007C12.9422 2.64827 12.7609 5.04537 12.6299 5.87992H9.97461C8.87028 5.88006 7.97479 6.77558 7.97461 7.87992C7.97471 8.94304 8.80439 9.80948 9.85156 9.87308L7.8291 11.9024C7.1776 11.2583 6.81468 10.1744 6.66602 9.72855C6.58459 9.48423 6.58532 9.48426 6.50391 9.72855C6.20317 10.6309 5.02953 14.1504 2.34668 11.3369C0.9339 9.85511 1.58769 8.37313 4.15918 7.92582C2.68806 8.18169 1.03394 7.75832 0.580078 6.10062C0.449563 5.62339 0.227775 2.68937 0.227539 2.29007C0.227539 0.30268 1.93158 0.927212 2.9834 1.73441C4.44103 2.85312 6.00924 5.12071 6.58496 6.33793C7.16077 5.12075 8.72884 2.85305 10.1865 1.73441Z" 14 fill="currentColor" 15 /> 16 </svg> 17 ); 18};