a tool for shared writing and social publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

forgot to push this

celine (Apr 12, 2026, 11:53 PM EDT) 77a6f6df a8678429

+19
+19
components/Icons/HelpTiny.tsx
··· 1 + import { Props } from "./Props"; 2 + 3 + export const HelpTiny = (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 + {...props} 12 + > 13 + <path 14 + d="M8.41211 0.0107422C12.6388 0.225245 16 3.72 16 8L15.9893 8.41211C15.7748 12.6388 12.28 16 8 16L7.58789 15.9893C3.49768 15.7817 0.218318 12.5023 0.0107422 8.41211L0 8C3.29856e-05 3.58179 3.58179 3.29866e-05 8 0L8.41211 0.0107422ZM8 1.25C4.27214 1.25003 1.25003 4.27214 1.25 8C1.25002 11.7279 4.27213 14.75 8 14.75C11.7279 14.75 14.75 11.7279 14.75 8C14.75 4.27213 11.7279 1.25002 8 1.25ZM7.85742 10.7354C8.25995 10.7354 8.54895 10.8148 8.72363 10.9736C8.89811 11.1325 8.98527 11.4393 8.98535 11.6533V11.79C8.98535 12.011 8.89821 12.2757 8.72363 12.4346C8.55655 12.5934 8.26754 12.6729 7.85742 12.6729C7.45516 12.6728 7.16688 12.5933 6.99219 12.4346C6.8251 12.2757 6.74121 12.0111 6.74121 11.79V11.6533C6.74129 11.4323 6.82518 11.1255 6.99219 10.9736C7.16688 10.8149 7.45514 10.7354 7.85742 10.7354ZM7.95801 3.32715C8.45723 3.32719 8.90937 3.39781 9.31445 3.53906C9.72909 3.68041 10.0828 3.8784 10.375 4.13281C10.6671 4.38725 10.8935 4.69367 11.0537 5.05176C11.2139 5.40992 11.2939 5.80144 11.2939 6.22559C11.2939 6.62138 11.2234 6.98462 11.082 7.31445C10.9501 7.63476 10.7658 7.91715 10.5303 8.16211C10.3041 8.3977 10.0356 8.5914 9.72461 8.74219C9.48534 8.86179 9.23369 8.95142 8.9707 9.01172C8.85184 9.03916 8.76375 9.14264 8.76367 9.26465V9.82129C8.76349 9.95913 8.65153 10.0712 8.51367 10.0713H7.03418C6.89622 10.0713 6.78436 9.95921 6.78418 9.82129V8.14844C6.78418 8.01425 6.8906 7.9045 7.02441 7.89453C7.61928 7.85019 8.10022 7.73166 8.4668 7.54004C8.88133 7.32323 9.08887 6.94631 9.08887 6.40918V6.21094C9.0888 5.81539 8.97075 5.53291 8.73535 5.36328C8.50914 5.19362 8.22603 5.1084 7.88672 5.1084C7.50035 5.10843 7.18448 5.22206 6.93945 5.44824C6.76007 5.60701 6.621 5.80353 6.52246 6.03809C6.46372 6.17795 6.30601 6.25753 6.16602 6.19922L4.91309 5.67578C4.79539 5.6263 4.73273 5.49563 4.77734 5.37598C4.85489 5.16862 4.95374 4.9664 5.07324 4.76953C5.2429 4.49619 5.45972 4.25521 5.72363 4.04785C5.98748 3.83113 6.30343 3.65733 6.6709 3.52539C7.03849 3.39344 7.46789 3.32715 7.95801 3.32715Z" 15 + fill="currentColor" 16 + /> 17 + </svg> 18 + ); 19 + };