Skip to content

Commit

Permalink
rebuild icons
Browse files Browse the repository at this point in the history
  • Loading branch information
rivka-ungar committed Nov 10, 2024
1 parent a38a3b6 commit d5b1ffe
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ export interface CloseRoundProps extends React.SVGAttributes<SVGElement> {
size?: string | number;
}
const CloseRound: React.FC<CloseRoundProps> = ({size, ...props}) => (
<svg viewBox="0 0 20 21" fill="currentColor" width={ size || "20" } height={ size || "21" } {...props}>
<path d="M7.61 7.104 10 9.494l2.391-2.39A.713.713 0 1 1 13.4 8.112l-2.39 2.39 2.39 2.392a.713.713 0 1 1-1.007 1.008l-2.391-2.391L7.61 13.9a.713.713 0 0 1-1.008-1.007l2.39-2.391-2.39-2.391a.713.713 0 1 1 1.007-1.008Z"
<svg viewBox="0 0 20 20" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}>
<path d="M7.61 6.604 10 8.994l2.391-2.39A.713.713 0 1 1 13.4 7.612l-2.39 2.39 2.39 2.392a.713.713 0 1 1-1.007 1.008l-2.391-2.391L7.61 13.4a.713.713 0 0 1-1.008-1.007l2.39-2.391-2.39-2.391a.713.713 0 1 1 1.007-1.008Z"
fillRule="evenodd" clipRule="evenodd" />
<path d="M17.95 10.503a7.95 7.95 0 1 0-15.9 0 7.95 7.95 0 0 0 15.9 0Zm-14.474 0a6.525 6.525 0 1 1 13.05 0 6.525 6.525 0 0 1-13.05 0Z" fillRule="evenodd" clipRule="evenodd"
<path d="M17.95 10.003a7.95 7.95 0 1 0-15.9 0 7.95 7.95 0 0 0 15.9 0Zm-14.474 0a6.525 6.525 0 1 1 13.05 0 6.525 6.525 0 0 1-13.05 0Z" fillRule="evenodd" clipRule="evenodd"
/>
</svg>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ export interface CollapseRoundProps extends React.SVGAttributes<SVGElement> {
size?: string | number;
}
const CollapseRound: React.FC<CollapseRoundProps> = ({size, ...props}) => (
<svg viewBox="0 0 20 21" fill="currentColor" width={ size || "20" } height={ size || "21" } {...props}>
<path d="M4.343 4.843a8 8 0 1 1 11.314 11.314A8 8 0 0 1 4.343 4.843ZM10 4.006a6.494 6.494 0 1 0 0 12.988 6.494 6.494 0 0 0 0-12.988Z" fillRule="evenodd" clipRule="evenodd"
<svg viewBox="0 0 20 20" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}>
<path d="M4.343 4.343a8 8 0 1 1 11.314 11.314A8 8 0 0 1 4.343 4.343ZM10 3.506a6.494 6.494 0 1 0 0 12.988 6.494 6.494 0 0 0 0-12.988Z" fillRule="evenodd" clipRule="evenodd"
/>
<path d="M12.821 6.48a.753.753 0 0 1-.049 1.063l-2.147 1.958a.885.885 0 0 1-1.221.002l-2.16-1.958a.753.753 0 0 1 1.011-1.116l1.757 1.593 1.745-1.591a.753.753 0 0 1 1.064.049Zm-5.629 8.038a.753.753 0 0 1 .052-1.063l2.16-1.958a.885.885 0 0 1 1.221.001l2.147 1.959a.753.753 0 1 1-1.015 1.112l-1.744-1.592-1.758 1.594a.753.753 0 0 1-1.063-.053Z"
<path d="M12.821 5.98a.753.753 0 0 1-.049 1.063l-2.147 1.958a.885.885 0 0 1-1.221.002l-2.16-1.958a.753.753 0 0 1 1.011-1.116l1.757 1.593 1.745-1.591a.753.753 0 0 1 1.064.049Zm-5.629 8.038a.753.753 0 0 1 .052-1.063l2.16-1.958a.885.885 0 0 1 1.221.001l2.147 1.959a.753.753 0 1 1-1.015 1.112l-1.744-1.592-1.758 1.594a.753.753 0 0 1-1.063-.053Z"
fillRule="evenodd" clipRule="evenodd" />
</svg>
);
Expand Down
6 changes: 3 additions & 3 deletions packages/core/src/components/Icon/Icons/components/Mute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ export interface MuteProps extends React.SVGAttributes<SVGElement> {
size?: string | number;
}
const Mute: React.FC<MuteProps> = ({size, ...props}) => (
<svg viewBox="0 0 20 21" fill="currentColor" width={ size || "20" } height={ size || "21" } {...props}>
<path d="M13.03 17.166h-.18a2.07 2.07 0 0 1-1-.37l-2.53-1.39a.75.75 0 1 1 .72-1.31l2.6 1.42a.83.83 0 0 0 .34.15.66.66 0 0 0 .28 0 .41.41 0 0 0 .19-.18.34.34 0 0 0 .07-.22v-4.62a.75.75 0 0 1 1.5 0v4.57a1.95 1.95 0 0 1-1.11 1.75c-.274.131-.575.2-.88.2Zm-6.6-3.7H3.95a2 2 0 0 1-1.4-.56 1.94 1.94 0 0 1-.59-1.39v-2.4a2 2 0 0 1 .59-1.39 2 2 0 0 1 1.4-.56h2.27l5.28-3.25a2 2 0 0 1 2.82.57c.202.358.309.76.31 1.17a.75.75 0 1 1-1.5 0 1.138 1.138 0 0 0-.08-.34.44.44 0 0 0-.19-.16.49.49 0 0 0-.27 0 .52.52 0 0 0-.26.1l-5.15 3.06v4.4a.75.75 0 0 1-.75.75Zm-2.48-4.8a.54.54 0 0 0-.36.14.44.44 0 0 0-.13.31v2.4a.41.41 0 0 0 .14.31.5.5 0 0 0 .35.14h1.76v-3.3H3.95Z"
<svg viewBox="0 0 20 20" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}>
<path d="M13.03 16.666h-.18a2.07 2.07 0 0 1-1-.37l-2.53-1.39a.75.75 0 1 1 .72-1.31l2.6 1.42a.83.83 0 0 0 .34.15.66.66 0 0 0 .28 0 .41.41 0 0 0 .19-.18.34.34 0 0 0 .07-.22v-4.62a.75.75 0 0 1 1.5 0v4.57a1.95 1.95 0 0 1-1.11 1.75c-.274.131-.575.2-.88.2Zm-6.6-3.7H3.95a2 2 0 0 1-1.4-.56 1.94 1.94 0 0 1-.59-1.39v-2.4a2 2 0 0 1 .59-1.39 2 2 0 0 1 1.4-.56h2.27l5.28-3.25a2 2 0 0 1 2.82.57c.202.358.309.76.31 1.17a.75.75 0 1 1-1.5 0 1.138 1.138 0 0 0-.08-.34.44.44 0 0 0-.19-.16.49.49 0 0 0-.27 0 .52.52 0 0 0-.26.1l-5.15 3.06v4.4a.75.75 0 0 1-.75.75Zm-2.48-4.8a.54.54 0 0 0-.36.14.44.44 0 0 0-.13.31v2.4a.41.41 0 0 0 .14.31.5.5 0 0 0 .35.14h1.76v-3.3H3.95Z"
/>
<path d="M17.92 4.686a.76.76 0 0 1-.16 1L5.48 17.316a.76.76 0 0 1-1-.16.75.75 0 0 1 .16-1.05l12.23-11.58a.76.76 0 0 1 1.05.16Z" fillRule="evenodd" clipRule="evenodd"
<path d="M17.92 4.186a.76.76 0 0 1-.16 1L5.48 16.816a.76.76 0 0 1-1-.16.75.75 0 0 1 .16-1.05l12.23-11.58a.76.76 0 0 1 1.05.16Z" fillRule="evenodd" clipRule="evenodd"
/>
</svg>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export interface NotificationsMutedProps extends React.SVGAttributes<SVGElement>
size?: string | number;
}
const NotificationsMuted: React.FC<NotificationsMutedProps> = ({size, ...props}) => (
<svg viewBox="0 0 20 21" fill="currentColor" width={ size || "20" } height={ size || "21" } {...props}>
<path d="M10.748 2.5a.75.75 0 1 0-1.5 0v1.27c-1.326.12-2.566.744-3.498 1.756-1.032 1.12-1.61 2.526-1.61 4.21 0 .709-.095 1.896-.193 2.934a105 105 0 0 1-.177 1.72l-.013.108-.004.037a.745.745 0 0 0-.003.032L1.939 16.15a.845.845 0 0 0-.233.236.755.755 0 0 0-.102.618.79.79 0 0 0 .147.288.914.914 0 0 0 .553.295.957.957 0 0 0 .624-.12L17.391 4.82a.815.815 0 0 0 .32-.51.776.776 0 0 0-.131-.578.911.911 0 0 0-.58-.32.953.953 0 0 0-.657.146l-2.325 2.033-.009-.01a7.024 7.024 0 0 0-1.122-.873 6.324 6.324 0 0 0-2.139-.858V2.5Zm2.136 4.082a5.52 5.52 0 0 0-.792-.6c-.601-.377-1.424-.732-2.38-.732-1.06 0-2.09.456-2.859 1.292-.776.843-1.214 1.886-1.214 3.195 0 .789-.101 2.044-.199 3.074l-.029.304 7.473-6.533ZM6.845 16.25h.304c.002.06.012.121.029.182a2.978 2.978 0 0 0 1.054 1.544 2.913 2.913 0 0 0 3.533 0c.508-.387.877-.93 1.054-1.544a.751.751 0 0 0 .03-.184h2.65a.75.75 0 0 0 .536-1.274.703.703 0 0 1-.039-.061 3.04 3.04 0 0 1-.26-.661c-.215-.735-.452-2.098-.452-4.515v-.004a8.166 8.166 0 0 0-.098-1.211 4.6 4.6 0 0 0-.014-.08l-.004-.023-.002-.007v-.005a.75.75 0 0 0-1.47.3l.002.01.008.05a6.695 6.695 0 0 1 .077.971c0 2.503.245 4.019.513 4.935l.023.075-7.475.002a.75.75 0 1 0 0 1.5Zm4.01.533c.185-.14.333-.324.434-.534H8.71c.1.21.249.394.433.534a1.414 1.414 0 0 0 1.714 0Z"
<svg viewBox="0 0 20 20" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}>
<path d="M10.75 2a.75.75 0 0 0-1.5 0v1.27c-1.326.12-2.567.744-3.498 1.756-1.032 1.12-1.61 2.526-1.61 4.21 0 .709-.095 1.896-.193 2.934a105.025 105.025 0 0 1-.177 1.72l-.013.108-.004.037a.761.761 0 0 0-.003.032L1.941 15.65a.845.845 0 0 0-.233.236.777.777 0 0 0-.102.618.79.79 0 0 0 .147.288.914.914 0 0 0 .552.295.96.96 0 0 0 .625-.12L17.393 4.32a.815.815 0 0 0 .319-.51.775.775 0 0 0-.13-.578.91.91 0 0 0-.58-.32.953.953 0 0 0-.657.146L14.02 5.091l-.009-.01a7.021 7.021 0 0 0-1.122-.873 6.324 6.324 0 0 0-2.139-.858V2Zm2.136 4.082a5.518 5.518 0 0 0-.792-.6c-.601-.377-1.425-.732-2.38-.732-1.06 0-2.09.456-2.859 1.292-.776.843-1.214 1.886-1.214 3.195 0 .789-.101 2.044-.199 3.074l-.029.304 7.473-6.533ZM6.847 15.75h.304c.002.06.011.121.029.182a2.978 2.978 0 0 0 1.054 1.544 2.913 2.913 0 0 0 3.533 0c.508-.387.877-.93 1.054-1.544a.756.756 0 0 0 .03-.184h2.65a.75.75 0 0 0 .536-1.274.758.758 0 0 1-.04-.061 3.045 3.045 0 0 1-.26-.661c-.214-.735-.451-2.098-.451-4.515v-.004a8.17 8.17 0 0 0-.098-1.211 3.903 3.903 0 0 0-.014-.08l-.004-.023-.002-.007v-.005a.75.75 0 0 0-1.47.3l.002.01.008.05a6.649 6.649 0 0 1 .077.971c0 2.503.245 4.019.513 4.935l.022.075-7.474.002a.75.75 0 1 0 0 1.5Zm4.01.533c.185-.14.333-.324.434-.534h-2.58c.1.21.249.394.432.534a1.414 1.414 0 0 0 1.715 0Z"
fillRule="evenodd" clipRule="evenodd" />
</svg>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export interface PushNotificationProps extends React.SVGAttributes<SVGElement> {
size?: string | number;
}
const PushNotification: React.FC<PushNotificationProps> = ({size, ...props}) => (
<svg viewBox="0 0 20 21" fill="currentColor" width={ size || "20" } height={ size || "21" } {...props}>
<path d="M4.573 8.766a.643.643 0 0 0-.643.642v2.572c0 .355.288.643.643.643H15.43a.643.643 0 0 0 .643-.643V9.408a.643.643 0 0 0-.643-.642H4.573Z" />
<path d="M.8 3.986c0-.82.666-1.486 1.487-1.486h15.428c.82 0 1.486.665 1.486 1.486v12.548c0 .82-.665 1.486-1.486 1.486H2.287A1.486 1.486 0 0 1 .8 16.534V3.986Zm16.915-.122H2.287a.121.121 0 0 0-.122.122v1.632h15.672V3.986a.121.121 0 0 0-.122-.122ZM2.165 6.982v9.552c0 .067.054.122.122.122h15.428a.121.121 0 0 0 .122-.122V6.982H2.165Z"
<svg viewBox="0 0 20 20" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}>
<path d="M4.573 8.266a.643.643 0 0 0-.643.642v2.572c0 .355.288.643.643.643H15.43a.643.643 0 0 0 .643-.643V8.908a.643.643 0 0 0-.643-.642H4.573Z" />
<path d="M.8 3.486C.8 2.666 1.467 2 2.288 2h15.428c.82 0 1.486.665 1.486 1.486v12.548c0 .82-.665 1.486-1.486 1.486H2.287A1.486 1.486 0 0 1 .8 16.034V3.486Zm16.915-.122H2.287a.121.121 0 0 0-.122.122v1.632h15.672V3.486a.121.121 0 0 0-.122-.122ZM2.165 6.482v9.552c0 .067.054.122.122.122h15.428a.121.121 0 0 0 .122-.122V6.482H2.165Z"
fillRule="evenodd" clipRule="evenodd" />
</svg>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export interface SwitcherProps extends React.SVGAttributes<SVGElement> {
size?: string | number;
}
const Switcher: React.FC<SwitcherProps> = ({size, ...props}) => (
<svg viewBox="0 0 20 21" fill="currentColor" width={ size || "20" } height={ size || "21" } {...props}>
<path d="M4.95 4.1a1.35 1.35 0 1 1-2.7 0 1.35 1.35 0 0 1 2.7 0ZM3.6 11.85a1.35 1.35 0 1 0 0-2.7 1.35 1.35 0 0 0 0 2.7Zm0 6.4a1.35 1.35 0 1 0 0-2.7 1.35 1.35 0 0 0 0 2.7Zm6.398 0a1.35 1.35 0 1 0 0-2.7 1.35 1.35 0 0 0 0 2.7Zm7.752-1.35a1.35 1.35 0 1 1-2.7 0 1.35 1.35 0 0 1 2.7 0Zm-6.402-6.4a1.35 1.35 0 1 1-2.7 0 1.35 1.35 0 0 1 2.7 0Zm5.052 1.35a1.35 1.35 0 1 0 0-2.7 1.35 1.35 0 0 0 0 2.7Zm-6.402-6.4a1.35 1.35 0 1 0 0-2.7 1.35 1.35 0 0 0 0 2.7ZM17.75 4.1a1.35 1.35 0 1 1-2.7 0 1.35 1.35 0 0 1 2.7 0Z"
<svg viewBox="0 0 20 20" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}>
<path d="M4.95 3.6a1.35 1.35 0 1 1-2.7 0 1.35 1.35 0 0 1 2.7 0ZM3.6 11.35a1.35 1.35 0 1 0 0-2.7 1.35 1.35 0 0 0 0 2.7Zm0 6.4a1.35 1.35 0 1 0 0-2.7 1.35 1.35 0 0 0 0 2.7Zm6.398 0a1.35 1.35 0 1 0 0-2.7 1.35 1.35 0 0 0 0 2.7Zm7.752-1.35a1.35 1.35 0 1 1-2.7 0 1.35 1.35 0 0 1 2.7 0ZM11.348 10a1.35 1.35 0 1 1-2.7 0 1.35 1.35 0 0 1 2.7 0Zm5.052 1.35a1.35 1.35 0 1 0 0-2.7 1.35 1.35 0 0 0 0 2.7Zm-6.402-6.4a1.35 1.35 0 1 0 0-2.7 1.35 1.35 0 0 0 0 2.7ZM17.75 3.6a1.35 1.35 0 1 1-2.7 0 1.35 1.35 0 0 1 2.7 0Z"
/>
</svg>
);
Expand Down
6 changes: 3 additions & 3 deletions packages/style/src/Icons/CloseRound.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions packages/style/src/Icons/CollapseRound.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions packages/style/src/Icons/Mute.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/style/src/Icons/NotificationsMuted.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions packages/style/src/Icons/PushNotification.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d5b1ffe

Please sign in to comment.