Skip to content
Snippets Groups Projects
Commit 42db6740 authored by Alexander Reifschneider's avatar Alexander Reifschneider
Browse files

OZG-7510 OZG-7738 Edit icon

parent d7456e5a
Branches
Tags
1 merge request!63Ozg 7510 statistic edit delete fields
...@@ -10,11 +10,11 @@ import { IconVariants, iconVariants } from '../iconVariants'; ...@@ -10,11 +10,11 @@ import { IconVariants, iconVariants } from '../iconVariants';
template: `<svg template: `<svg
viewBox="0 0 24 24" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
[ngClass]="[twMerge(iconVariants({ size }), 'fill-primary', class)]" [ngClass]="[twMerge(iconVariants({ size }), 'fill-error', class)]"
aria-hidden="true" aria-hidden="true"
> >
<path <path
d="M6.75 19C6.75 20.1 7.65 21 8.75 21H16.75C17.85 21 18.75 20.1 18.75 19V7H6.75V19ZM8.75 9H16.75V19H8.75V9ZM16.25 4L15.25 3H10.25L9.25 4H5.75V6H19.75V4H16.25Z" d="M7 21C6.45 21 5.97917 20.8042 5.5875 20.4125C5.19583 20.0208 5 19.55 5 19V6H4V4H9V3H15V4H20V6H19V19C19 19.55 18.8042 20.0208 18.4125 20.4125C18.0208 20.8042 17.55 21 17 21H7ZM17 6H7V19H17V6ZM9 17H11V8H9V17ZM13 17H15V8H13V17Z"
/> />
</svg> `, </svg> `,
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment