Skip to content

Commit

Permalink
Removing _deprecated + reverting pointer icons + setting default ch…
Browse files Browse the repository at this point in the history
…ecked icon
  • Loading branch information
jaredpdesigns committed Feb 9, 2025
1 parent 5b387b9 commit 6d72eb2
Show file tree
Hide file tree
Showing 23 changed files with 12 additions and 384 deletions.
8 changes: 0 additions & 8 deletions images/icons/_deprecated/annotate-alt.svg

This file was deleted.

9 changes: 0 additions & 9 deletions images/icons/_deprecated/checkbox-outline.svg

This file was deleted.

12 changes: 0 additions & 12 deletions images/icons/_deprecated/globe-alt-lock.svg

This file was deleted.

8 changes: 0 additions & 8 deletions images/icons/_deprecated/lock-alt-filled.svg

This file was deleted.

8 changes: 0 additions & 8 deletions images/icons/_deprecated/lock-alt.svg

This file was deleted.

8 changes: 0 additions & 8 deletions images/icons/_deprecated/reply-alt.svg

This file was deleted.

8 changes: 0 additions & 8 deletions images/icons/_deprecated/sort-alt.svg

This file was deleted.

8 changes: 0 additions & 8 deletions images/icons/_deprecated/tag-alt-filled.svg

This file was deleted.

8 changes: 0 additions & 8 deletions images/icons/_deprecated/tag-alt.svg

This file was deleted.

9 changes: 3 additions & 6 deletions images/icons/pointer-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 3 additions & 6 deletions images/icons/pointer-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 2 additions & 8 deletions src/components/icons/PointerDown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,13 @@ export default function PointerDownIcon(props: PointerDownIconProps) {
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
height="9"
aria-hidden="true"
viewBox="0 0 16 16"
data-component="PointerDownIcon"
{...props}
>
<g fill-rule="evenodd">
<path fill="none" d="M0 0h16v16H0z" />
<path
fill="currentColor"
d="M7.429 11.785a.866.866 0 0 0 1.142 0l7.19-6.532c.51-.462.15-1.253-.57-1.253H.81C.09 4-.27 4.79.238 5.253z"
/>
</g>
<path stroke="currentColor" d="m15.5 0-7 8-8-8" />
</svg>
);
}
10 changes: 2 additions & 8 deletions src/components/icons/PointerUp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,13 @@ export default function PointerUpIcon(props: PointerUpIconProps) {
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
height="9"
aria-hidden="true"
viewBox="0 0 16 16"
data-component="PointerUpIcon"
{...props}
>
<g fill-rule="evenodd">
<path fill="none" d="M0 0h16v16H0z" />
<path
fill="currentColor"
d="M7.429 4.215a.87.87 0 0 1 1.142 0l7.19 6.532c.51.462.15 1.253-.57 1.253H.81c-.72 0-1.08-.79-.572-1.253z"
/>
</g>
<path stroke="currentColor" d="m.5 9 7-8 8 8" />
</svg>
);
}
30 changes: 0 additions & 30 deletions src/components/icons/_deprecated/AnnotateAlt.tsx

This file was deleted.

31 changes: 0 additions & 31 deletions src/components/icons/_deprecated/CheckboxOutline.tsx

This file was deleted.

36 changes: 0 additions & 36 deletions src/components/icons/_deprecated/GlobeAltLock.tsx

This file was deleted.

Loading

0 comments on commit 6d72eb2

Please sign in to comment.