Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into vibe3
Browse files Browse the repository at this point in the history
# Conflicts:
#	packages/core/src/components/Icon/Icons/components/CloseRound.tsx
#	packages/core/src/components/Icon/Icons/components/CollapseRound.tsx
#	packages/core/src/components/Icon/Icons/components/Mute.tsx
#	packages/core/src/components/Icon/Icons/components/NotificationsMuted.tsx
#	packages/core/src/components/Icon/Icons/components/PushNotification.tsx
#	packages/core/src/components/Icon/Icons/components/Switcher.tsx
  • Loading branch information
rivka-ungar committed Nov 10, 2024
2 parents 74093e1 + 0d6803c commit f142bb0
Show file tree
Hide file tree
Showing 12 changed files with 119 additions and 31 deletions.
18 changes: 18 additions & 0 deletions packages/core/src/components/Icon/Icons/components/CloseRound.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/* eslint-disable */
/* tslint:disable */
import * as React from 'react';
export interface CloseRoundProps extends React.SVGAttributes<SVGElement> {
size?: string | number;
}
const CloseRound: React.FC<CloseRoundProps> = ({size, ...props}) => (
<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.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>
);
CloseRound.displayName = 'CloseRound';
export default CloseRound;
/* tslint:enable */
/* eslint-enable */
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/* eslint-disable */
/* tslint:disable */
import * as React from 'react';
export interface CollapseRoundProps extends React.SVGAttributes<SVGElement> {
size?: string | number;
}
const CollapseRound: React.FC<CollapseRoundProps> = ({size, ...props}) => (
<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 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>
);
CollapseRound.displayName = 'CollapseRound';
export default CollapseRound;
/* tslint:enable */
/* eslint-enable */
18 changes: 18 additions & 0 deletions packages/core/src/components/Icon/Icons/components/Mute.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/* eslint-disable */
/* tslint:disable */
import * as React from 'react';
export interface MuteProps extends React.SVGAttributes<SVGElement> {
size?: string | number;
}
const Mute: React.FC<MuteProps> = ({size, ...props}) => (
<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.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>
);
Mute.displayName = 'Mute';
export default Mute;
/* tslint:enable */
/* eslint-enable */
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/* eslint-disable */
/* tslint:disable */
import * as React from 'react';
export interface NotificationsMutedProps extends React.SVGAttributes<SVGElement> {
size?: string | number;
}
const NotificationsMuted: React.FC<NotificationsMutedProps> = ({size, ...props}) => (
<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>
);
NotificationsMuted.displayName = 'NotificationsMuted';
export default NotificationsMuted;
/* tslint:enable */
/* eslint-enable */
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/* eslint-disable */
/* tslint:disable */
import * as React from 'react';
export interface PushNotificationProps extends React.SVGAttributes<SVGElement> {
size?: string | number;
}
const PushNotification: React.FC<PushNotificationProps> = ({size, ...props}) => (
<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>
);
PushNotification.displayName = 'PushNotification';
export default PushNotification;
/* tslint:enable */
/* eslint-enable */
16 changes: 16 additions & 0 deletions packages/core/src/components/Icon/Icons/components/Switcher.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/* eslint-disable */
/* tslint:disable */
import * as React from 'react';
export interface SwitcherProps extends React.SVGAttributes<SVGElement> {
size?: string | number;
}
const Switcher: React.FC<SwitcherProps> = ({size, ...props}) => (
<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>
);
Switcher.displayName = 'Switcher';
export default Switcher;
/* tslint:enable */
/* eslint-enable */
5 changes: 3 additions & 2 deletions packages/icons/src/svg/CloseRound.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions packages/icons/src/svg/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/icons/src/svg/Mute.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions packages/icons/src/svg/NotificationsMuted.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions packages/icons/src/svg/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 f142bb0

Please sign in to comment.