@deriv/quill-icons 2.9.1 → 2.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import { Ref } from 'react';
3
+ import { QuillSvgProps } from '../../types';
4
+ interface SVGRProps {
5
+ title?: string;
6
+ titleId?: string;
7
+ }
8
+ export declare const CurrencyUsdtOpbnbIcon: ({ iconSize, title, titleId, ...props }: QuillSvgProps & SVGRProps, ref: Ref<SVGSVGElement>) => React.JSX.Element;
9
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<QuillSvgProps & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
10
+ export default ForwardRef;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import { forwardRef } from 'react';
3
+ import { sizes } from '../../types';
4
+ export const CurrencyUsdtOpbnbIcon = ({ iconSize = 'md', title, titleId, ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, "aria-labelledby": titleId, ...props },
5
+ title ? React.createElement("title", { id: titleId }, title) : null,
6
+ React.createElement("path", { fill: '#53AE94', d: 'M16 0c7.732 0 14 6.268 14 14 0 5.224-2.862 9.779-7.102 12.185a7 7 0 0 0-5.168-7.969v-2.357c3.863-.178 6.768-.944 6.768-1.862 0-.917-2.905-1.684-6.768-1.862h-.003v-2.083h4.763V6.879H9.521v3.173h4.764v2.08c-3.87.179-6.781.946-6.781 1.864s2.912 1.685 6.781 1.863v2.353a7.003 7.003 0 0 0-5.183 7.973C4.862 23.779 2 19.224 2 14 2 6.268 8.268 0 16 0' }),
7
+ React.createElement("path", { fill: '#53AE94', d: 'M17.73 12.376c3.412.152 5.959.748 5.96 1.458 0 .71-2.549 1.307-5.96 1.459-.098.006-.597.036-1.709.036a37 37 0 0 1-1.734-.037v.003c-3.42-.152-5.973-.747-5.973-1.46s2.554-1.307 5.973-1.459v2.325c.224.016.865.054 1.748.054a20 20 0 0 0 1.695-.054z' }),
8
+ React.createElement("path", { fill: '#fff', fillRule: 'evenodd', d: 'M22.49 6.879v3.173h-4.762v2.083h.002c3.863.178 6.768.945 6.768 1.862s-2.905 1.684-6.768 1.862v2.357a7 7 0 0 0-3.445-.004v-2.353c-3.87-.178-6.78-.945-6.781-1.863s2.91-1.685 6.781-1.863v-2.081H9.521V6.879zM17.73 14.7a20 20 0 0 1-1.695.054c-.883 0-1.524-.038-1.748-.054v-2.325c-3.42.152-5.972.746-5.973 1.459s2.553 1.308 5.973 1.46v-.003c.22.011.846.037 1.734.037 1.112 0 1.611-.03 1.709-.036 3.411-.152 5.96-.749 5.96-1.459-.001-.71-2.548-1.306-5.96-1.458z', clipRule: 'evenodd' }),
9
+ React.createElement("path", { fill: '#25272F', d: 'M22 25a6 6 0 1 1-12 0 6 6 0 0 1 12 0' }),
10
+ React.createElement("path", { fill: '#F0B90B', d: 'M14.01 22.399 16 21.25l1.99 1.149-.731.424L16 22.1l-1.258.724zm3.98 1.449-.731-.425-1.259.725-1.258-.725-.732.425v.848l1.258.725v1.448l.732.425.732-.425v-1.448l1.258-.725zm0 2.297v-.849l-.731.425v.849zm.52.3-1.259.724v.85l1.99-1.15v-2.297l-.731.424zm-.732-3.322.732.425v.848l.731-.424v-.849l-.731-.424zm-2.51 4.354v.849l.732.424.732-.424v-.85l-.732.425zm-1.258-1.332.732.425v-.85l-.732-.424zm1.258-3.022.732.425.732-.425L16 22.7zm-1.778.425.732-.425-.732-.424-.732.424v.849l.732.424zm0 1.448-.732-.424v2.297l1.99 1.15v-.85l-1.258-.724z' })));
11
+ const ForwardRef = forwardRef(CurrencyUsdtOpbnbIcon);
12
+ export default ForwardRef;
@@ -65,6 +65,7 @@ export { default as CurrencyUsdtAvaxIcon } from './CurrencyUsdtAvaxIcon';
65
65
  export { default as CurrencyUsdtSolanaIcon } from './CurrencyUsdtSolanaIcon';
66
66
  export { default as CurrencyUsdtEthereumIcon } from './CurrencyUsdtEthereumIcon';
67
67
  export { default as CurrencyUsdtBnbIcon } from './CurrencyUsdtBnbIcon';
68
+ export { default as CurrencyUsdtOpbnbIcon } from './CurrencyUsdtOpbnbIcon';
68
69
  export { default as CurrencyUsdcBaseIcon } from './CurrencyUsdcBaseIcon';
69
70
  export { default as CurrencyUsdcSolanaIcon } from './CurrencyUsdcSolanaIcon';
70
71
  export { default as CurrencyUsdcAvaxIcon } from './CurrencyUsdcAvaxIcon';
@@ -65,6 +65,7 @@ export { default as CurrencyUsdtAvaxIcon } from './CurrencyUsdtAvaxIcon';
65
65
  export { default as CurrencyUsdtSolanaIcon } from './CurrencyUsdtSolanaIcon';
66
66
  export { default as CurrencyUsdtEthereumIcon } from './CurrencyUsdtEthereumIcon';
67
67
  export { default as CurrencyUsdtBnbIcon } from './CurrencyUsdtBnbIcon';
68
+ export { default as CurrencyUsdtOpbnbIcon } from './CurrencyUsdtOpbnbIcon';
68
69
  export { default as CurrencyUsdcBaseIcon } from './CurrencyUsdcBaseIcon';
69
70
  export { default as CurrencyUsdcSolanaIcon } from './CurrencyUsdcSolanaIcon';
70
71
  export { default as CurrencyUsdcAvaxIcon } from './CurrencyUsdcAvaxIcon';
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ import type { QuillIllustrationProps } from '../../types';
3
+ declare const ForwardRef: React.ForwardRefExoticComponent<QuillIllustrationProps & React.RefAttributes<HTMLImageElement>>;
4
+ export default ForwardRef;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ import { forwardRef } from 'react';
3
+ import illustrationSrc from './assets/DerivLightUsdtOpbnb.webp';
4
+ const DerivLightUsdtOpbnbIcon = ({ title, titleId, alt, ...props }, ref) => (React.createElement("img", { src: illustrationSrc, ref: ref, role: 'img', alt: alt ?? title ?? '', "aria-labelledby": titleId, ...props }));
5
+ const ForwardRef = forwardRef(DerivLightUsdtOpbnbIcon);
6
+ export default ForwardRef;
@@ -272,6 +272,7 @@ export { default as DerivLightUsdtBnbIcon } from './DerivLightUsdtBnbIcon';
272
272
  export { default as DerivLightUsdtEthereumIcon } from './DerivLightUsdtEthereumIcon';
273
273
  export { default as DerivLightUsdtIcon } from './DerivLightUsdtIcon';
274
274
  export { default as DerivLightUsdtMaticIcon } from './DerivLightUsdtMaticIcon';
275
+ export { default as DerivLightUsdtOpbnbIcon } from './DerivLightUsdtOpbnbIcon';
275
276
  export { default as DerivLightUsdtOptimismIcon } from './DerivLightUsdtOptimismIcon';
276
277
  export { default as DerivLightUsdtSolanaIcon } from './DerivLightUsdtSolanaIcon';
277
278
  export { default as DerivLightUsdtTronIcon } from './DerivLightUsdtTronIcon';
@@ -272,6 +272,7 @@ export { default as DerivLightUsdtBnbIcon } from './DerivLightUsdtBnbIcon';
272
272
  export { default as DerivLightUsdtEthereumIcon } from './DerivLightUsdtEthereumIcon';
273
273
  export { default as DerivLightUsdtIcon } from './DerivLightUsdtIcon';
274
274
  export { default as DerivLightUsdtMaticIcon } from './DerivLightUsdtMaticIcon';
275
+ export { default as DerivLightUsdtOpbnbIcon } from './DerivLightUsdtOpbnbIcon';
275
276
  export { default as DerivLightUsdtOptimismIcon } from './DerivLightUsdtOptimismIcon';
276
277
  export { default as DerivLightUsdtSolanaIcon } from './DerivLightUsdtSolanaIcon';
277
278
  export { default as DerivLightUsdtTronIcon } from './DerivLightUsdtTronIcon';
@@ -445,6 +445,10 @@ export const allIconsNames = [
445
445
  type: 'file',
446
446
  name: 'CurrencyUsdtMaticIcon.tsx',
447
447
  },
448
+ {
449
+ type: 'file',
450
+ name: 'CurrencyUsdtOpbnbIcon.tsx',
451
+ },
448
452
  {
449
453
  type: 'file',
450
454
  name: 'CurrencyUsdtOptimismIcon.tsx',
@@ -2637,6 +2641,10 @@ export const allIconsNames = [
2637
2641
  type: 'file',
2638
2642
  name: 'DerivLightUsdtMatic.webp',
2639
2643
  },
2644
+ {
2645
+ type: 'file',
2646
+ name: 'DerivLightUsdtOpbnb.webp',
2647
+ },
2640
2648
  {
2641
2649
  type: 'file',
2642
2650
  name: 'DerivLightUsdtOptimism.webp',
@@ -3831,6 +3839,10 @@ export const allIconsNames = [
3831
3839
  type: 'file',
3832
3840
  name: 'DerivLightUsdtMaticIcon.tsx',
3833
3841
  },
3842
+ {
3843
+ type: 'file',
3844
+ name: 'DerivLightUsdtOpbnbIcon.tsx',
3845
+ },
3834
3846
  {
3835
3847
  type: 'file',
3836
3848
  name: 'DerivLightUsdtOptimismIcon.tsx',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deriv/quill-icons",
3
- "version": "2.9.1",
3
+ "version": "2.10.0",
4
4
  "description": "This is the central repository for quill icons, exported from figma design file",
5
5
  "files": [
6
6
  "dist"