Logo
Explore Help
Register Sign In
Mirrors/plane
1
0
Fork 0
You've already forked plane
mirror of https://github.com/makeplane/plane.git synced 2026-07-11 21:10:13 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
python-server-update
plane/web/components/icons/state/unstarted.tsx

25 lines
466 B
TypeScript
Raw Permalink Normal View History

chore: update state icons and colors (#2126) * chore: update state icons and colors * chore: update icons
2023-09-11 11:45:28 +05:30
type Props = {
width?: string;
height?: string;
className?: string;
color?: string;
};
export const StateGroupUnstartedIcon: React.FC<Props> = ({
width = "20",
height = "20",
className,
color = "#3a3a3a",
}) => (
<svg
height={height}
width={width}
className={className}
viewBox="0 0 16 16"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
chore: dynamic position dropdown (#2138) * chore: dynamic position state dropdown for issue view * style: state select dropdown styling * fix: state icon attribute names * chore: state select dynamic dropdown * chore: member select dynamic dropdown * chore: label select dynamic dropdown * chore: priority select dynamic dropdown * chore: label select dropdown improvement * refactor: state dropdown location * chore: dropdown improvement and code refactor * chore: dynamic dropdown hook type added --------- Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
2023-09-20 12:24:52 +05:30
<circle cx="8" cy="8" r="7.4" stroke={color} strokeWidth="1.2" />
chore: update state icons and colors (#2126) * chore: update state icons and colors * chore: update icons
2023-09-11 11:45:28 +05:30
</svg>
);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 2151ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API