Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions assets/icons/experimental/wifi-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/icons/experimental/wifi-on.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions src/icons/experimental/WifiOffIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
// DO NOT EDIT. This file was generated by running `npm run generate`.;
import * as React from 'react';
import { get } from '../../utils/themeGet';
import { IconProps } from '../IconProps';
type Props = IconProps;
const WifiOffIcon: React.FC<Props> = ({ size = 'medium', color = 'inherit', ...rest }) => {
const props = {
...rest,
color
};
const sizePx = Number.isFinite(size as number)
? size
: get(`iconSizes.${size}`)(props) || get('iconSizes.medium')(props);
return (
<svg
{...props}
width={sizePx}
height={sizePx}
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M18.197 20.242l-7.647-7.844c-.455.104-.89.246-1.308.425-.417.18-.81.396-1.176.65-.307.21-.648.318-1.021.325a1.185 1.185 0 01-.934-.392 1.233 1.233 0 01-.363-.975c.022-.38.18-.683.472-.907a9.39 9.39 0 011.066-.695c.374-.21.758-.404 1.154-.583L6.462 8.229c-.38.21-.75.43-1.11.661-.359.232-.706.482-1.043.75-.293.24-.627.36-1 .36a1.22 1.22 0 01-.934-.404A1.253 1.253 0 012 8.632c.015-.373.169-.68.462-.919.322-.268.652-.526.989-.773a9.853 9.853 0 011.076-.683l-1.23-1.255a.86.86 0 01-.242-.628.86.86 0 01.242-.627.825.825 0 01.615-.247c.25 0 .454.082.615.247L19.45 18.964c.175.18.263.393.263.64 0 .246-.088.459-.263.638a.93.93 0 01-.627.258.81.81 0 01-.626-.258zM12 19.435c-.615 0-1.135-.22-1.56-.661a2.197 2.197 0 01-.638-1.58c0-.628.213-1.158.638-1.591.425-.434.945-.65 1.56-.65.615 0 1.135.216 1.56.65.425.433.637.963.637 1.59 0 .613-.212 1.14-.637 1.58-.425.442-.945.662-1.56.662zm6-6.163a1.08 1.08 0 01-.825.347 1.158 1.158 0 01-.824-.37l-2.549-2.6c-.19-.194-.227-.395-.11-.605.117-.209.322-.276.615-.201.66.164 1.286.396 1.88.694.593.3 1.146.65 1.659 1.054.263.209.413.482.45.818.037.336-.062.624-.297.863zm3.625-3.676c-.249.269-.556.407-.923.415a1.473 1.473 0 01-.989-.348 11.976 11.976 0 00-3.549-2.05A11.895 11.895 0 0012 6.884a11.386 11.386 0 00-1.758.135 1.258 1.258 0 01-.989-.236 1.31 1.31 0 01-.527-.885c-.059-.373.022-.71.241-1.008.22-.3.513-.479.88-.538.351-.06.706-.101 1.065-.124.36-.022.722-.033 1.088-.033 1.831 0 3.556.31 5.175.93a15.013 15.013 0 014.362 2.566c.293.254.447.568.462.941.015.374-.11.695-.374.964z"
fill="currentColor"
/>
</svg>
);
};
export default WifiOffIcon;
30 changes: 30 additions & 0 deletions src/icons/experimental/WifiOnIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
// DO NOT EDIT. This file was generated by running `npm run generate`.;
import * as React from 'react';
import { get } from '../../utils/themeGet';
import { IconProps } from '../IconProps';
type Props = IconProps;
const WifiOnIcon: React.FC<Props> = ({ size = 'medium', color = 'inherit', ...rest }) => {
const props = {
...rest,
color
};
const sizePx = Number.isFinite(size as number)
? size
: get(`iconSizes.${size}`)(props) || get('iconSizes.medium')(props);
return (
<svg
{...props}
width={sizePx}
height={sizePx}
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12 19.5a2.118 2.118 0 01-1.56-.64 2.134 2.134 0 01-.638-1.566c0-.617.213-1.14.638-1.566.425-.426.945-.64 1.56-.64.615 0 1.135.214 1.56.64.425.426.637.949.637 1.566 0 .618-.212 1.14-.637 1.566-.425.427-.945.64-1.56.64zm0-9.706c1.099 0 2.143.177 3.132.53a9.82 9.82 0 012.691 1.455c.293.221.444.511.451.872.007.36-.12.672-.385.937a1.29 1.29 0 01-.922.386 1.62 1.62 0 01-.99-.297 7.19 7.19 0 00-1.845-.905 6.808 6.808 0 00-2.132-.33c-.747 0-1.458.11-2.132.33-.674.22-1.289.522-1.846.905a1.565 1.565 0 01-.988.286 1.331 1.331 0 01-.923-.397 1.323 1.323 0 01-.374-.937c0-.36.146-.651.44-.872a9.595 9.595 0 012.691-1.444A9.423 9.423 0 0112 9.793zM12 4.5c1.831 0 3.556.301 5.175.904a14.367 14.367 0 014.362 2.56c.293.25.447.558.462.926.015.367-.11.684-.374.948a1.29 1.29 0 01-.923.386 1.489 1.489 0 01-.989-.342A12.065 12.065 0 0012 7.147a12.065 12.065 0 00-7.713 2.735c-.293.236-.623.35-.99.342a1.29 1.29 0 01-.922-.386A1.223 1.223 0 012 8.89a1.24 1.24 0 01.462-.927 14.367 14.367 0 014.362-2.559C8.444 4.801 10.169 4.5 12 4.5z"
fill="currentColor"
/>
</svg>
);
};
export default WifiOnIcon;
2 changes: 2 additions & 0 deletions src/icons/experimental/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ export { default as CalendarAddIcon } from './CalendarAddIcon';
export { default as ShieldAccountIcon } from './ShieldAccountIcon';
export { default as QuestionMarkCircleIcon } from './QuestionMarkCircleIcon';
export { default as AssignDriverIcon } from './AssignDriverIcon';
export { default as WifiOnIcon } from './WifiOnIcon';
export { default as WifiOffIcon } from './WifiOffIcon';
Loading