Skip to content

Commit

Permalink
feat: required dot icon 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
eonseok-jeon committed Nov 27, 2024
1 parent f004ef7 commit 00d6fe7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/components/org/OrgAdmin/assets/RequiredIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
const RequiredIcon = () => {
return (
<svg
width="7"
height="7"
viewBox="0 0 7 7"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.41 3.008L6.314 2.392L6.678 3.54L4.788 4.142L6.02 5.822L5.068 6.564L3.822 4.856L2.562 6.564L1.638 5.808L2.856 4.142L0.952 3.54L1.33 2.392L3.22 3.008L3.206 0.964H4.424L4.41 3.008Z"
fill="#F77234"
/>
</svg>
);
};

export default RequiredIcon;

0 comments on commit 00d6fe7

Please sign in to comment.