init: ether-admin frontend project
- Vue3 + TypeScript + Ant Design Vue - Auth, User, Role, Project management pages - Pinia state management - Vue Router with auth guard
This commit is contained in:
commit
eb399474f4
|
|
@ -0,0 +1,13 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="zh-CN">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>Ether 物业管理系统</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="app"></div>
|
||||||
|
<script type="module" src="/src/main.ts"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../acorn/bin/acorn
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../esbuild/bin/esbuild
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../he/bin/he
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../loose-envify/cli.js
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../nanoid/bin/nanoid.cjs
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../which/bin/node-which
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../@babel/parser/bin/babel-parser.js
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../@playwright/test/cli.js
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../playwright-core/cli.js
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../rollup/dist/bin/rollup
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../typescript/bin/tsc
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../typescript/bin/tsserver
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../vite/bin/vite.js
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../vite-node/vite-node.mjs
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../vitest/vitest.mjs
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../vue-demi/bin/vue-demi-fix.js
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../vue-demi/bin/vue-demi-switch.js
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../vue-tsc/bin/vue-tsc.js
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
../why-is-node-running/cli.js
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,22 @@
|
||||||
|
MIT LICENSE
|
||||||
|
|
||||||
|
Copyright (c) 2018-present Ant UED, https://xtech.antfin.com/
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of this software and associated documentation files (the
|
||||||
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
@ -0,0 +1,95 @@
|
||||||
|
<h1 align="center">Ant Design Colors</h1>
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
|
||||||
|
:art: Color palettes calculator of [Ant Design](https://ant.design/docs/spec/colors).
|
||||||
|
|
||||||
|
[](https://travis-ci.org/ant-design/ant-design-colors)
|
||||||
|
[](https://coveralls.io/r/ant-design/ant-design-colors?branch=master)
|
||||||
|
[](https://www.npmjs.org/package/@ant-design/colors)
|
||||||
|
[](http://npmjs.com/@ant-design/colors)
|
||||||
|
|
||||||
|
[](https://david-dm.org/ant-design/ant-design-colors)
|
||||||
|
[](https://david-dm.org/ant-design/ant-design-colors?type=dev) [](https://greenkeeper.io/)
|
||||||
|
</div>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ npm install @ant-design/colors
|
||||||
|
// or
|
||||||
|
$ yarn add @ant-design/colors
|
||||||
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ npm install @ant-design/colors --save
|
||||||
|
```
|
||||||
|
|
||||||
|
```js
|
||||||
|
import { red, volcano, gold, yellow, lime, green, cyan, blue, geekblue, purple, magenta, grey } from '@ant-design/colors';
|
||||||
|
|
||||||
|
console.log(blue); // ['#E6F7FF', '#BAE7FF', '#91D5FF', ''#69C0FF', '#40A9FF', '#1890FF', '#096DD9', '#0050B3', '#003A8C', '#002766']
|
||||||
|
console.log(blue.primary); // '#1890FF'
|
||||||
|
```
|
||||||
|
|
||||||
|
```js
|
||||||
|
import { generate, presetPalettes } from '@ant-design/colors';
|
||||||
|
|
||||||
|
// Generate color palettes by a given color
|
||||||
|
const colors = generate('#1890ff');
|
||||||
|
console.log(colors); // ['#E6F7FF', '#BAE7FF', '#91D5FF', ''#69C0FF', '#40A9FF', '#1890FF', '#096DD9', '#0050B3', '#003A8C', '#002766']
|
||||||
|
console.log(presetPalettes);
|
||||||
|
/*
|
||||||
|
{
|
||||||
|
red: [...],
|
||||||
|
volcano: [...],
|
||||||
|
orange: [...],
|
||||||
|
gold: [...],
|
||||||
|
yellow: [...],
|
||||||
|
lime: [...],
|
||||||
|
green: [...],
|
||||||
|
cyan: [...],
|
||||||
|
blue: [...],
|
||||||
|
geekblue: [...],
|
||||||
|
purple: [...],
|
||||||
|
magenta: [...],
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
```
|
||||||
|
|
||||||
|
```js
|
||||||
|
import { generate, presetDarkPalettes } from '@ant-design/colors';
|
||||||
|
|
||||||
|
// Generate dark color palettes by a given color
|
||||||
|
const colors = generate('#1890ff', {
|
||||||
|
theme: 'dark',
|
||||||
|
backgroundColor: '#141414'
|
||||||
|
});
|
||||||
|
console.log(colors); // ["#111d2c", "#112a45", "#15395b", "#164c7e", "#1765ad", "#177ddc", "#3993dc", "#65b7f3", "#8bcbf3", "#b2dcf3"]
|
||||||
|
console.log(presetDarkPalettes);
|
||||||
|
/*
|
||||||
|
{
|
||||||
|
red: [...],
|
||||||
|
volcano: [...],
|
||||||
|
orange: [...],
|
||||||
|
gold: [...],
|
||||||
|
yellow: [...],
|
||||||
|
lime: [...],
|
||||||
|
green: [...],
|
||||||
|
cyan: [...],
|
||||||
|
blue: [...],
|
||||||
|
geekblue: [...],
|
||||||
|
purple: [...],
|
||||||
|
magenta: [...],
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
```
|
||||||
|
|
||||||
|
## Articles
|
||||||
|
|
||||||
|
- [Ant Design Colors](https://ant.design/docs/spec/colors)
|
||||||
|
- [Ant Design 色板生成算法演进之路](https://zhuanlan.zhihu.com/p/32422584)
|
||||||
|
|
@ -0,0 +1,235 @@
|
||||||
|
import { inputToRGB, rgbToHex, rgbToHsv } from '@ctrl/tinycolor';
|
||||||
|
|
||||||
|
var hueStep = 2; // 色相阶梯
|
||||||
|
|
||||||
|
var saturationStep = 0.16; // 饱和度阶梯,浅色部分
|
||||||
|
|
||||||
|
var saturationStep2 = 0.05; // 饱和度阶梯,深色部分
|
||||||
|
|
||||||
|
var brightnessStep1 = 0.05; // 亮度阶梯,浅色部分
|
||||||
|
|
||||||
|
var brightnessStep2 = 0.15; // 亮度阶梯,深色部分
|
||||||
|
|
||||||
|
var lightColorCount = 5; // 浅色数量,主色上
|
||||||
|
|
||||||
|
var darkColorCount = 4; // 深色数量,主色下
|
||||||
|
// 暗色主题颜色映射关系表
|
||||||
|
|
||||||
|
var darkColorMap = [{
|
||||||
|
index: 7,
|
||||||
|
opacity: 0.15
|
||||||
|
}, {
|
||||||
|
index: 6,
|
||||||
|
opacity: 0.25
|
||||||
|
}, {
|
||||||
|
index: 5,
|
||||||
|
opacity: 0.3
|
||||||
|
}, {
|
||||||
|
index: 5,
|
||||||
|
opacity: 0.45
|
||||||
|
}, {
|
||||||
|
index: 5,
|
||||||
|
opacity: 0.65
|
||||||
|
}, {
|
||||||
|
index: 5,
|
||||||
|
opacity: 0.85
|
||||||
|
}, {
|
||||||
|
index: 4,
|
||||||
|
opacity: 0.9
|
||||||
|
}, {
|
||||||
|
index: 3,
|
||||||
|
opacity: 0.95
|
||||||
|
}, {
|
||||||
|
index: 2,
|
||||||
|
opacity: 0.97
|
||||||
|
}, {
|
||||||
|
index: 1,
|
||||||
|
opacity: 0.98
|
||||||
|
}]; // Wrapper function ported from TinyColor.prototype.toHsv
|
||||||
|
// Keep it here because of `hsv.h * 360`
|
||||||
|
|
||||||
|
function toHsv(_ref) {
|
||||||
|
var r = _ref.r,
|
||||||
|
g = _ref.g,
|
||||||
|
b = _ref.b;
|
||||||
|
var hsv = rgbToHsv(r, g, b);
|
||||||
|
return {
|
||||||
|
h: hsv.h * 360,
|
||||||
|
s: hsv.s,
|
||||||
|
v: hsv.v
|
||||||
|
};
|
||||||
|
} // Wrapper function ported from TinyColor.prototype.toHexString
|
||||||
|
// Keep it here because of the prefix `#`
|
||||||
|
|
||||||
|
|
||||||
|
function toHex(_ref2) {
|
||||||
|
var r = _ref2.r,
|
||||||
|
g = _ref2.g,
|
||||||
|
b = _ref2.b;
|
||||||
|
return "#".concat(rgbToHex(r, g, b, false));
|
||||||
|
} // Wrapper function ported from TinyColor.prototype.mix, not treeshakable.
|
||||||
|
// Amount in range [0, 1]
|
||||||
|
// Assume color1 & color2 has no alpha, since the following src code did so.
|
||||||
|
|
||||||
|
|
||||||
|
function mix(rgb1, rgb2, amount) {
|
||||||
|
var p = amount / 100;
|
||||||
|
var rgb = {
|
||||||
|
r: (rgb2.r - rgb1.r) * p + rgb1.r,
|
||||||
|
g: (rgb2.g - rgb1.g) * p + rgb1.g,
|
||||||
|
b: (rgb2.b - rgb1.b) * p + rgb1.b
|
||||||
|
};
|
||||||
|
return rgb;
|
||||||
|
}
|
||||||
|
|
||||||
|
function getHue(hsv, i, light) {
|
||||||
|
var hue; // 根据色相不同,色相转向不同
|
||||||
|
|
||||||
|
if (Math.round(hsv.h) >= 60 && Math.round(hsv.h) <= 240) {
|
||||||
|
hue = light ? Math.round(hsv.h) - hueStep * i : Math.round(hsv.h) + hueStep * i;
|
||||||
|
} else {
|
||||||
|
hue = light ? Math.round(hsv.h) + hueStep * i : Math.round(hsv.h) - hueStep * i;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (hue < 0) {
|
||||||
|
hue += 360;
|
||||||
|
} else if (hue >= 360) {
|
||||||
|
hue -= 360;
|
||||||
|
}
|
||||||
|
|
||||||
|
return hue;
|
||||||
|
}
|
||||||
|
|
||||||
|
function getSaturation(hsv, i, light) {
|
||||||
|
// grey color don't change saturation
|
||||||
|
if (hsv.h === 0 && hsv.s === 0) {
|
||||||
|
return hsv.s;
|
||||||
|
}
|
||||||
|
|
||||||
|
var saturation;
|
||||||
|
|
||||||
|
if (light) {
|
||||||
|
saturation = hsv.s - saturationStep * i;
|
||||||
|
} else if (i === darkColorCount) {
|
||||||
|
saturation = hsv.s + saturationStep;
|
||||||
|
} else {
|
||||||
|
saturation = hsv.s + saturationStep2 * i;
|
||||||
|
} // 边界值修正
|
||||||
|
|
||||||
|
|
||||||
|
if (saturation > 1) {
|
||||||
|
saturation = 1;
|
||||||
|
} // 第一格的 s 限制在 0.06-0.1 之间
|
||||||
|
|
||||||
|
|
||||||
|
if (light && i === lightColorCount && saturation > 0.1) {
|
||||||
|
saturation = 0.1;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (saturation < 0.06) {
|
||||||
|
saturation = 0.06;
|
||||||
|
}
|
||||||
|
|
||||||
|
return Number(saturation.toFixed(2));
|
||||||
|
}
|
||||||
|
|
||||||
|
function getValue(hsv, i, light) {
|
||||||
|
var value;
|
||||||
|
|
||||||
|
if (light) {
|
||||||
|
value = hsv.v + brightnessStep1 * i;
|
||||||
|
} else {
|
||||||
|
value = hsv.v - brightnessStep2 * i;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (value > 1) {
|
||||||
|
value = 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
return Number(value.toFixed(2));
|
||||||
|
}
|
||||||
|
|
||||||
|
function generate(color) {
|
||||||
|
var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
||||||
|
var patterns = [];
|
||||||
|
var pColor = inputToRGB(color);
|
||||||
|
|
||||||
|
for (var i = lightColorCount; i > 0; i -= 1) {
|
||||||
|
var hsv = toHsv(pColor);
|
||||||
|
var colorString = toHex(inputToRGB({
|
||||||
|
h: getHue(hsv, i, true),
|
||||||
|
s: getSaturation(hsv, i, true),
|
||||||
|
v: getValue(hsv, i, true)
|
||||||
|
}));
|
||||||
|
patterns.push(colorString);
|
||||||
|
}
|
||||||
|
|
||||||
|
patterns.push(toHex(pColor));
|
||||||
|
|
||||||
|
for (var _i = 1; _i <= darkColorCount; _i += 1) {
|
||||||
|
var _hsv = toHsv(pColor);
|
||||||
|
|
||||||
|
var _colorString = toHex(inputToRGB({
|
||||||
|
h: getHue(_hsv, _i),
|
||||||
|
s: getSaturation(_hsv, _i),
|
||||||
|
v: getValue(_hsv, _i)
|
||||||
|
}));
|
||||||
|
|
||||||
|
patterns.push(_colorString);
|
||||||
|
} // dark theme patterns
|
||||||
|
|
||||||
|
|
||||||
|
if (opts.theme === 'dark') {
|
||||||
|
return darkColorMap.map(function (_ref3) {
|
||||||
|
var index = _ref3.index,
|
||||||
|
opacity = _ref3.opacity;
|
||||||
|
var darkColorString = toHex(mix(inputToRGB(opts.backgroundColor || '#141414'), inputToRGB(patterns[index]), opacity * 100));
|
||||||
|
return darkColorString;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
return patterns;
|
||||||
|
}
|
||||||
|
|
||||||
|
var presetPrimaryColors = {
|
||||||
|
red: '#F5222D',
|
||||||
|
volcano: '#FA541C',
|
||||||
|
orange: '#FA8C16',
|
||||||
|
gold: '#FAAD14',
|
||||||
|
yellow: '#FADB14',
|
||||||
|
lime: '#A0D911',
|
||||||
|
green: '#52C41A',
|
||||||
|
cyan: '#13C2C2',
|
||||||
|
blue: '#1890FF',
|
||||||
|
geekblue: '#2F54EB',
|
||||||
|
purple: '#722ED1',
|
||||||
|
magenta: '#EB2F96',
|
||||||
|
grey: '#666666'
|
||||||
|
};
|
||||||
|
var presetPalettes = {};
|
||||||
|
var presetDarkPalettes = {};
|
||||||
|
Object.keys(presetPrimaryColors).forEach(function (key) {
|
||||||
|
presetPalettes[key] = generate(presetPrimaryColors[key]);
|
||||||
|
presetPalettes[key].primary = presetPalettes[key][5]; // dark presetPalettes
|
||||||
|
|
||||||
|
presetDarkPalettes[key] = generate(presetPrimaryColors[key], {
|
||||||
|
theme: 'dark',
|
||||||
|
backgroundColor: '#141414'
|
||||||
|
});
|
||||||
|
presetDarkPalettes[key].primary = presetDarkPalettes[key][5];
|
||||||
|
});
|
||||||
|
var red = presetPalettes.red;
|
||||||
|
var volcano = presetPalettes.volcano;
|
||||||
|
var gold = presetPalettes.gold;
|
||||||
|
var orange = presetPalettes.orange;
|
||||||
|
var yellow = presetPalettes.yellow;
|
||||||
|
var lime = presetPalettes.lime;
|
||||||
|
var green = presetPalettes.green;
|
||||||
|
var cyan = presetPalettes.cyan;
|
||||||
|
var blue = presetPalettes.blue;
|
||||||
|
var geekblue = presetPalettes.geekblue;
|
||||||
|
var purple = presetPalettes.purple;
|
||||||
|
var magenta = presetPalettes.magenta;
|
||||||
|
var grey = presetPalettes.grey;
|
||||||
|
|
||||||
|
export { blue, cyan, geekblue, generate, gold, green, grey, lime, magenta, orange, presetDarkPalettes, presetPalettes, presetPrimaryColors, purple, red, volcano, yellow };
|
||||||
|
|
@ -0,0 +1,255 @@
|
||||||
|
'use strict';
|
||||||
|
|
||||||
|
Object.defineProperty(exports, '__esModule', { value: true });
|
||||||
|
|
||||||
|
var tinycolor = require('@ctrl/tinycolor');
|
||||||
|
|
||||||
|
var hueStep = 2; // 色相阶梯
|
||||||
|
|
||||||
|
var saturationStep = 0.16; // 饱和度阶梯,浅色部分
|
||||||
|
|
||||||
|
var saturationStep2 = 0.05; // 饱和度阶梯,深色部分
|
||||||
|
|
||||||
|
var brightnessStep1 = 0.05; // 亮度阶梯,浅色部分
|
||||||
|
|
||||||
|
var brightnessStep2 = 0.15; // 亮度阶梯,深色部分
|
||||||
|
|
||||||
|
var lightColorCount = 5; // 浅色数量,主色上
|
||||||
|
|
||||||
|
var darkColorCount = 4; // 深色数量,主色下
|
||||||
|
// 暗色主题颜色映射关系表
|
||||||
|
|
||||||
|
var darkColorMap = [{
|
||||||
|
index: 7,
|
||||||
|
opacity: 0.15
|
||||||
|
}, {
|
||||||
|
index: 6,
|
||||||
|
opacity: 0.25
|
||||||
|
}, {
|
||||||
|
index: 5,
|
||||||
|
opacity: 0.3
|
||||||
|
}, {
|
||||||
|
index: 5,
|
||||||
|
opacity: 0.45
|
||||||
|
}, {
|
||||||
|
index: 5,
|
||||||
|
opacity: 0.65
|
||||||
|
}, {
|
||||||
|
index: 5,
|
||||||
|
opacity: 0.85
|
||||||
|
}, {
|
||||||
|
index: 4,
|
||||||
|
opacity: 0.9
|
||||||
|
}, {
|
||||||
|
index: 3,
|
||||||
|
opacity: 0.95
|
||||||
|
}, {
|
||||||
|
index: 2,
|
||||||
|
opacity: 0.97
|
||||||
|
}, {
|
||||||
|
index: 1,
|
||||||
|
opacity: 0.98
|
||||||
|
}]; // Wrapper function ported from TinyColor.prototype.toHsv
|
||||||
|
// Keep it here because of `hsv.h * 360`
|
||||||
|
|
||||||
|
function toHsv(_ref) {
|
||||||
|
var r = _ref.r,
|
||||||
|
g = _ref.g,
|
||||||
|
b = _ref.b;
|
||||||
|
var hsv = tinycolor.rgbToHsv(r, g, b);
|
||||||
|
return {
|
||||||
|
h: hsv.h * 360,
|
||||||
|
s: hsv.s,
|
||||||
|
v: hsv.v
|
||||||
|
};
|
||||||
|
} // Wrapper function ported from TinyColor.prototype.toHexString
|
||||||
|
// Keep it here because of the prefix `#`
|
||||||
|
|
||||||
|
|
||||||
|
function toHex(_ref2) {
|
||||||
|
var r = _ref2.r,
|
||||||
|
g = _ref2.g,
|
||||||
|
b = _ref2.b;
|
||||||
|
return "#".concat(tinycolor.rgbToHex(r, g, b, false));
|
||||||
|
} // Wrapper function ported from TinyColor.prototype.mix, not treeshakable.
|
||||||
|
// Amount in range [0, 1]
|
||||||
|
// Assume color1 & color2 has no alpha, since the following src code did so.
|
||||||
|
|
||||||
|
|
||||||
|
function mix(rgb1, rgb2, amount) {
|
||||||
|
var p = amount / 100;
|
||||||
|
var rgb = {
|
||||||
|
r: (rgb2.r - rgb1.r) * p + rgb1.r,
|
||||||
|
g: (rgb2.g - rgb1.g) * p + rgb1.g,
|
||||||
|
b: (rgb2.b - rgb1.b) * p + rgb1.b
|
||||||
|
};
|
||||||
|
return rgb;
|
||||||
|
}
|
||||||
|
|
||||||
|
function getHue(hsv, i, light) {
|
||||||
|
var hue; // 根据色相不同,色相转向不同
|
||||||
|
|
||||||
|
if (Math.round(hsv.h) >= 60 && Math.round(hsv.h) <= 240) {
|
||||||
|
hue = light ? Math.round(hsv.h) - hueStep * i : Math.round(hsv.h) + hueStep * i;
|
||||||
|
} else {
|
||||||
|
hue = light ? Math.round(hsv.h) + hueStep * i : Math.round(hsv.h) - hueStep * i;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (hue < 0) {
|
||||||
|
hue += 360;
|
||||||
|
} else if (hue >= 360) {
|
||||||
|
hue -= 360;
|
||||||
|
}
|
||||||
|
|
||||||
|
return hue;
|
||||||
|
}
|
||||||
|
|
||||||
|
function getSaturation(hsv, i, light) {
|
||||||
|
// grey color don't change saturation
|
||||||
|
if (hsv.h === 0 && hsv.s === 0) {
|
||||||
|
return hsv.s;
|
||||||
|
}
|
||||||
|
|
||||||
|
var saturation;
|
||||||
|
|
||||||
|
if (light) {
|
||||||
|
saturation = hsv.s - saturationStep * i;
|
||||||
|
} else if (i === darkColorCount) {
|
||||||
|
saturation = hsv.s + saturationStep;
|
||||||
|
} else {
|
||||||
|
saturation = hsv.s + saturationStep2 * i;
|
||||||
|
} // 边界值修正
|
||||||
|
|
||||||
|
|
||||||
|
if (saturation > 1) {
|
||||||
|
saturation = 1;
|
||||||
|
} // 第一格的 s 限制在 0.06-0.1 之间
|
||||||
|
|
||||||
|
|
||||||
|
if (light && i === lightColorCount && saturation > 0.1) {
|
||||||
|
saturation = 0.1;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (saturation < 0.06) {
|
||||||
|
saturation = 0.06;
|
||||||
|
}
|
||||||
|
|
||||||
|
return Number(saturation.toFixed(2));
|
||||||
|
}
|
||||||
|
|
||||||
|
function getValue(hsv, i, light) {
|
||||||
|
var value;
|
||||||
|
|
||||||
|
if (light) {
|
||||||
|
value = hsv.v + brightnessStep1 * i;
|
||||||
|
} else {
|
||||||
|
value = hsv.v - brightnessStep2 * i;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (value > 1) {
|
||||||
|
value = 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
return Number(value.toFixed(2));
|
||||||
|
}
|
||||||
|
|
||||||
|
function generate(color) {
|
||||||
|
var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
||||||
|
var patterns = [];
|
||||||
|
var pColor = tinycolor.inputToRGB(color);
|
||||||
|
|
||||||
|
for (var i = lightColorCount; i > 0; i -= 1) {
|
||||||
|
var hsv = toHsv(pColor);
|
||||||
|
var colorString = toHex(tinycolor.inputToRGB({
|
||||||
|
h: getHue(hsv, i, true),
|
||||||
|
s: getSaturation(hsv, i, true),
|
||||||
|
v: getValue(hsv, i, true)
|
||||||
|
}));
|
||||||
|
patterns.push(colorString);
|
||||||
|
}
|
||||||
|
|
||||||
|
patterns.push(toHex(pColor));
|
||||||
|
|
||||||
|
for (var _i = 1; _i <= darkColorCount; _i += 1) {
|
||||||
|
var _hsv = toHsv(pColor);
|
||||||
|
|
||||||
|
var _colorString = toHex(tinycolor.inputToRGB({
|
||||||
|
h: getHue(_hsv, _i),
|
||||||
|
s: getSaturation(_hsv, _i),
|
||||||
|
v: getValue(_hsv, _i)
|
||||||
|
}));
|
||||||
|
|
||||||
|
patterns.push(_colorString);
|
||||||
|
} // dark theme patterns
|
||||||
|
|
||||||
|
|
||||||
|
if (opts.theme === 'dark') {
|
||||||
|
return darkColorMap.map(function (_ref3) {
|
||||||
|
var index = _ref3.index,
|
||||||
|
opacity = _ref3.opacity;
|
||||||
|
var darkColorString = toHex(mix(tinycolor.inputToRGB(opts.backgroundColor || '#141414'), tinycolor.inputToRGB(patterns[index]), opacity * 100));
|
||||||
|
return darkColorString;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
return patterns;
|
||||||
|
}
|
||||||
|
|
||||||
|
var presetPrimaryColors = {
|
||||||
|
red: '#F5222D',
|
||||||
|
volcano: '#FA541C',
|
||||||
|
orange: '#FA8C16',
|
||||||
|
gold: '#FAAD14',
|
||||||
|
yellow: '#FADB14',
|
||||||
|
lime: '#A0D911',
|
||||||
|
green: '#52C41A',
|
||||||
|
cyan: '#13C2C2',
|
||||||
|
blue: '#1890FF',
|
||||||
|
geekblue: '#2F54EB',
|
||||||
|
purple: '#722ED1',
|
||||||
|
magenta: '#EB2F96',
|
||||||
|
grey: '#666666'
|
||||||
|
};
|
||||||
|
var presetPalettes = {};
|
||||||
|
var presetDarkPalettes = {};
|
||||||
|
Object.keys(presetPrimaryColors).forEach(function (key) {
|
||||||
|
presetPalettes[key] = generate(presetPrimaryColors[key]);
|
||||||
|
presetPalettes[key].primary = presetPalettes[key][5]; // dark presetPalettes
|
||||||
|
|
||||||
|
presetDarkPalettes[key] = generate(presetPrimaryColors[key], {
|
||||||
|
theme: 'dark',
|
||||||
|
backgroundColor: '#141414'
|
||||||
|
});
|
||||||
|
presetDarkPalettes[key].primary = presetDarkPalettes[key][5];
|
||||||
|
});
|
||||||
|
var red = presetPalettes.red;
|
||||||
|
var volcano = presetPalettes.volcano;
|
||||||
|
var gold = presetPalettes.gold;
|
||||||
|
var orange = presetPalettes.orange;
|
||||||
|
var yellow = presetPalettes.yellow;
|
||||||
|
var lime = presetPalettes.lime;
|
||||||
|
var green = presetPalettes.green;
|
||||||
|
var cyan = presetPalettes.cyan;
|
||||||
|
var blue = presetPalettes.blue;
|
||||||
|
var geekblue = presetPalettes.geekblue;
|
||||||
|
var purple = presetPalettes.purple;
|
||||||
|
var magenta = presetPalettes.magenta;
|
||||||
|
var grey = presetPalettes.grey;
|
||||||
|
|
||||||
|
exports.blue = blue;
|
||||||
|
exports.cyan = cyan;
|
||||||
|
exports.geekblue = geekblue;
|
||||||
|
exports.generate = generate;
|
||||||
|
exports.gold = gold;
|
||||||
|
exports.green = green;
|
||||||
|
exports.grey = grey;
|
||||||
|
exports.lime = lime;
|
||||||
|
exports.magenta = magenta;
|
||||||
|
exports.orange = orange;
|
||||||
|
exports.presetDarkPalettes = presetDarkPalettes;
|
||||||
|
exports.presetPalettes = presetPalettes;
|
||||||
|
exports.presetPrimaryColors = presetPrimaryColors;
|
||||||
|
exports.purple = purple;
|
||||||
|
exports.red = red;
|
||||||
|
exports.volcano = volcano;
|
||||||
|
exports.yellow = yellow;
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
interface Opts {
|
||||||
|
theme?: 'dark' | 'default';
|
||||||
|
backgroundColor?: string;
|
||||||
|
}
|
||||||
|
export default function generate(color: string, opts?: Opts): string[];
|
||||||
|
export {};
|
||||||
|
|
@ -0,0 +1,51 @@
|
||||||
|
import generate from './generate';
|
||||||
|
export interface PalettesProps {
|
||||||
|
[key: string]: string[] & {
|
||||||
|
primary?: string;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
declare const presetPrimaryColors: {
|
||||||
|
[key: string]: string;
|
||||||
|
};
|
||||||
|
declare const presetPalettes: PalettesProps;
|
||||||
|
declare const presetDarkPalettes: PalettesProps;
|
||||||
|
declare const red: string[] & {
|
||||||
|
primary?: string | undefined;
|
||||||
|
};
|
||||||
|
declare const volcano: string[] & {
|
||||||
|
primary?: string | undefined;
|
||||||
|
};
|
||||||
|
declare const gold: string[] & {
|
||||||
|
primary?: string | undefined;
|
||||||
|
};
|
||||||
|
declare const orange: string[] & {
|
||||||
|
primary?: string | undefined;
|
||||||
|
};
|
||||||
|
declare const yellow: string[] & {
|
||||||
|
primary?: string | undefined;
|
||||||
|
};
|
||||||
|
declare const lime: string[] & {
|
||||||
|
primary?: string | undefined;
|
||||||
|
};
|
||||||
|
declare const green: string[] & {
|
||||||
|
primary?: string | undefined;
|
||||||
|
};
|
||||||
|
declare const cyan: string[] & {
|
||||||
|
primary?: string | undefined;
|
||||||
|
};
|
||||||
|
declare const blue: string[] & {
|
||||||
|
primary?: string | undefined;
|
||||||
|
};
|
||||||
|
declare const geekblue: string[] & {
|
||||||
|
primary?: string | undefined;
|
||||||
|
};
|
||||||
|
declare const purple: string[] & {
|
||||||
|
primary?: string | undefined;
|
||||||
|
};
|
||||||
|
declare const magenta: string[] & {
|
||||||
|
primary?: string | undefined;
|
||||||
|
};
|
||||||
|
declare const grey: string[] & {
|
||||||
|
primary?: string | undefined;
|
||||||
|
};
|
||||||
|
export { generate, presetPalettes, presetDarkPalettes, presetPrimaryColors, red, volcano, orange, gold, yellow, lime, green, cyan, blue, geekblue, purple, magenta, grey, };
|
||||||
|
|
@ -0,0 +1,53 @@
|
||||||
|
{
|
||||||
|
"name": "@ant-design/colors",
|
||||||
|
"version": "6.0.0",
|
||||||
|
"description": "Color palettes calculator of Ant Design",
|
||||||
|
"main": "dist/index.js",
|
||||||
|
"module": "dist/index.esm.js",
|
||||||
|
"files": [
|
||||||
|
"lib",
|
||||||
|
"dist/index.js",
|
||||||
|
"dist/index.esm.js",
|
||||||
|
"dist/src/index.d.ts",
|
||||||
|
"dist/src/generate.d.ts"
|
||||||
|
],
|
||||||
|
"typings": "dist/src/index.d.ts",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/ant-design/ant-design-colors.git"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/ant-design/ant-design-colors/issues"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"tsc": "tsc --noEmit",
|
||||||
|
"compile": "father build --esm --cjs",
|
||||||
|
"prepublishOnly": "npm run compile && np --no-cleanup --no-publish",
|
||||||
|
"lint": "eslint src --ext .ts",
|
||||||
|
"lint:fix": "prettier --write '{src,tests}/**/*.ts'",
|
||||||
|
"jest": "jest",
|
||||||
|
"coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls",
|
||||||
|
"test": "npm run tsc && npm run lint && npm run jest"
|
||||||
|
},
|
||||||
|
"author": "afc163 <afc163@gmail.com>",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@ctrl/tinycolor": "^3.4.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/jest": "^26.0.0",
|
||||||
|
"@typescript-eslint/eslint-plugin": "^4.0.0",
|
||||||
|
"@typescript-eslint/parser": "^4.7.0",
|
||||||
|
"coveralls": "^3.0.3",
|
||||||
|
"eslint": "^7.1.0",
|
||||||
|
"eslint-config-prettier": "^7.0.0",
|
||||||
|
"eslint-plugin-prettier": "^3.0.1",
|
||||||
|
"father": "^2.29.5",
|
||||||
|
"jest": "^26.0.1",
|
||||||
|
"np": "^7.0.0",
|
||||||
|
"prettier": "^2.0.0",
|
||||||
|
"ts-jest": "^26.0.0",
|
||||||
|
"typescript": "^4.0.2"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/ant-design/ant-design-colors#readme"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,124 @@
|
||||||
|
<h1 align="center">
|
||||||
|
Ant Design Icons
|
||||||
|
</h1>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
⭐ The abstract node of the Ant Design SVG icons.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
|
||||||
|
[](https://npmjs.org/package/@ant-design/icons-svg)
|
||||||
|
[](https://npmjs.org/package/@ant-design/icons-svg)
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
Check [all icons list](https://github.com/ant-design/ant-design-icons/issues/227).
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# use yarn
|
||||||
|
$ yarn add @ant-design/icons-svg
|
||||||
|
|
||||||
|
# or use npm
|
||||||
|
$ npm install @ant-design/icons-svg --save
|
||||||
|
```
|
||||||
|
|
||||||
|
## Use Library Adapter
|
||||||
|
|
||||||
|
- React: See [@ant-design/icons](../icons-react) to learn about detail usage.
|
||||||
|
|
||||||
|
## Contribution Guide 贡献指南
|
||||||
|
|
||||||
|
See contribution guide. [English](./docs/ContributionGuide.md) | [中文](./docs/ContributionGuide.zh-CN.md)
|
||||||
|
|
||||||
|
## Get started
|
||||||
|
|
||||||
|
```ts
|
||||||
|
import { AccountBookOutlined } from '@ant-design/icons-svg';
|
||||||
|
// or
|
||||||
|
// import AccountBookOutlined from '@ant-design/icons-svg/es/asn/AccountBookOutlined';
|
||||||
|
|
||||||
|
console.log(AccountBookOutlined);
|
||||||
|
// ==>
|
||||||
|
// {
|
||||||
|
// name: 'account-book',
|
||||||
|
// theme: 'outlined',
|
||||||
|
// icon: {
|
||||||
|
// tag: 'svg',
|
||||||
|
// attrs: {
|
||||||
|
// viewBox: '64 64 896 896',
|
||||||
|
// focusable: 'false'
|
||||||
|
// },
|
||||||
|
// children: [
|
||||||
|
// {
|
||||||
|
// tag: 'path',
|
||||||
|
// attrs: {
|
||||||
|
// d:
|
||||||
|
// 'M880 184H712v-64c0-4.4-3.6-8-8-8h- ...'
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// ]
|
||||||
|
// }
|
||||||
|
// };
|
||||||
|
```
|
||||||
|
|
||||||
|
- Interfaces
|
||||||
|
|
||||||
|
This library export all SVG files as `IconDefinition`.
|
||||||
|
|
||||||
|
```ts
|
||||||
|
// types.d.ts
|
||||||
|
export declare type ThemeType = 'filled' | 'outlined' | 'twotone';
|
||||||
|
|
||||||
|
export interface AbstractNode {
|
||||||
|
tag: string;
|
||||||
|
attrs: {
|
||||||
|
[key: string]: string;
|
||||||
|
};
|
||||||
|
children?: AbstractNode[];
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface IconDefinition {
|
||||||
|
name: string; // kebab-case-style
|
||||||
|
theme: ThemeType;
|
||||||
|
icon:
|
||||||
|
| ((primaryColor: string, secondaryColor: string) => AbstractNode)
|
||||||
|
| AbstractNode;
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
## Render Helpers
|
||||||
|
|
||||||
|
```ts
|
||||||
|
import { AccountBookFilled } from '@ant-design/icons-svg';
|
||||||
|
import { renderIconDefinitionToSVGElement } from '@ant-design/icons-svg/es/helpers';
|
||||||
|
|
||||||
|
const svgHTMLString = renderIconDefinitionToSVGElement(AccountBookFilled, {
|
||||||
|
extraSVGAttrs: { width: '1em', height: '1em', fill: 'currentColor' }
|
||||||
|
});
|
||||||
|
|
||||||
|
console.log(svgHTMLString);
|
||||||
|
// ==>
|
||||||
|
// '<svg viewBox="64 64 896 896" width="1em" height="1em" fill="currentColor"><path d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zM648.3 426.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V752c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 0 1 8.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8z" /></svg>'
|
||||||
|
```
|
||||||
|
|
||||||
|
- Interfaces
|
||||||
|
|
||||||
|
```ts
|
||||||
|
declare function renderIconDefinitionToSVGElement(
|
||||||
|
icon: IconDefinition,
|
||||||
|
options?: HelperRenderOptions
|
||||||
|
): string;
|
||||||
|
|
||||||
|
interface HelperRenderOptions {
|
||||||
|
placeholders?: {
|
||||||
|
primaryColor?: string; // default #333
|
||||||
|
secondaryColor?: string; // default #E6E6E6
|
||||||
|
};
|
||||||
|
extraSVGAttrs?: {
|
||||||
|
[key: string]: string;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AccountBookFilled: IconDefinition;
|
||||||
|
export default AccountBookFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AccountBookFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zM648.3 426.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V752c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 018.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8z" } }] }, "name": "account-book", "theme": "filled" };
|
||||||
|
export default AccountBookFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AccountBookOutlined: IconDefinition;
|
||||||
|
export default AccountBookOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AccountBookOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584zM639.5 414h-45c-3 0-5.8 1.7-7.1 4.4L514 563.8h-2.8l-73.4-145.4a8 8 0 00-7.1-4.4h-46c-1.3 0-2.7.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9l89.3 164h-48.6c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1v33.7h-65.1c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1V752c0 4.4 3.6 8 8 8h41.3c4.4 0 8-3.6 8-8v-53.8h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-65.4v-33.7h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-49.1l89.3-164.1c.6-1.2 1-2.5 1-3.8.1-4.4-3.4-8-7.9-8z" } }] }, "name": "account-book", "theme": "outlined" };
|
||||||
|
export default AccountBookOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AccountBookTwoTone: IconDefinition;
|
||||||
|
export default AccountBookTwoTone;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AccountBookTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712v48zm-65.6 121.8l-89.3 164.1h49.1c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4v33.7h65.4c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4V752c0 4.4-3.6 8-8 8h-41.3c-4.4 0-8-3.6-8-8v-53.8h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8h65.1v-33.7h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8H467l-89.3-164c-2.1-3.9-.7-8.8 3.2-10.9 1.1-.7 2.5-1 3.8-1h46a8 8 0 017.1 4.4l73.4 145.4h2.8l73.4-145.4c1.3-2.7 4.1-4.4 7.1-4.4h45c4.5 0 8 3.6 7.9 8 0 1.3-.4 2.6-1 3.8z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M639.5 414h-45c-3 0-5.8 1.7-7.1 4.4L514 563.8h-2.8l-73.4-145.4a8 8 0 00-7.1-4.4h-46c-1.3 0-2.7.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9l89.3 164h-48.6c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1v33.7h-65.1c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1V752c0 4.4 3.6 8 8 8h41.3c4.4 0 8-3.6 8-8v-53.8h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-65.4v-33.7h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-49.1l89.3-164.1c.6-1.2 1-2.5 1-3.8.1-4.4-3.4-8-7.9-8z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584z", "fill": primaryColor } }] }; }, "name": "account-book", "theme": "twotone" };
|
||||||
|
export default AccountBookTwoTone;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AimOutlined: IconDefinition;
|
||||||
|
export default AimOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AimOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M952 474H829.8C812.5 327.6 696.4 211.5 550 194.2V72c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v122.2C327.6 211.5 211.5 327.6 194.2 474H72c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h122.2C211.5 696.4 327.6 812.5 474 829.8V952c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V829.8C696.4 812.5 812.5 696.4 829.8 550H952c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM512 756c-134.8 0-244-109.2-244-244s109.2-244 244-244 244 109.2 244 244-109.2 244-244 244z" } }, { "tag": "path", "attrs": { "d": "M512 392c-32.1 0-62.1 12.4-84.8 35.2-22.7 22.7-35.2 52.7-35.2 84.8s12.5 62.1 35.2 84.8C449.9 619.4 480 632 512 632s62.1-12.5 84.8-35.2C619.4 574.1 632 544 632 512s-12.5-62.1-35.2-84.8A118.57 118.57 0 00512 392z" } }] }, "name": "aim", "theme": "outlined" };
|
||||||
|
export default AimOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AlertFilled: IconDefinition;
|
||||||
|
export default AlertFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AlertFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 244c176.18 0 319 142.82 319 319v233a32 32 0 01-32 32H225a32 32 0 01-32-32V563c0-176.18 142.82-319 319-319zM484 68h56a8 8 0 018 8v96a8 8 0 01-8 8h-56a8 8 0 01-8-8V76a8 8 0 018-8zM177.25 191.66a8 8 0 0111.32 0l67.88 67.88a8 8 0 010 11.31l-39.6 39.6a8 8 0 01-11.31 0l-67.88-67.88a8 8 0 010-11.31l39.6-39.6zm669.6 0l39.6 39.6a8 8 0 010 11.3l-67.88 67.9a8 8 0 01-11.32 0l-39.6-39.6a8 8 0 010-11.32l67.89-67.88a8 8 0 0111.31 0zM192 892h640a32 32 0 0132 32v24a8 8 0 01-8 8H168a8 8 0 01-8-8v-24a32 32 0 0132-32zm148-317v253h64V575h-64z" } }] }, "name": "alert", "theme": "filled" };
|
||||||
|
export default AlertFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AlertOutlined: IconDefinition;
|
||||||
|
export default AlertOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AlertOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M193 796c0 17.7 14.3 32 32 32h574c17.7 0 32-14.3 32-32V563c0-176.2-142.8-319-319-319S193 386.8 193 563v233zm72-233c0-136.4 110.6-247 247-247s247 110.6 247 247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5 0-10 4.5-10 10v171h-75V563zm-48.1-252.5l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3l-67.9-67.9a8.03 8.03 0 00-11.3 0l-39.6 39.6a8.03 8.03 0 000 11.3l67.9 67.9c3.1 3.1 8.1 3.1 11.3 0zm669.6-79.2l-39.6-39.6a8.03 8.03 0 00-11.3 0l-67.9 67.9a8.03 8.03 0 000 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l67.9-67.9c3.1-3.2 3.1-8.2 0-11.3zM832 892H192c-17.7 0-32 14.3-32 32v24c0 4.4 3.6 8 8 8h688c4.4 0 8-3.6 8-8v-24c0-17.7-14.3-32-32-32zM484 180h56c4.4 0 8-3.6 8-8V76c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v96c0 4.4 3.6 8 8 8z" } }] }, "name": "alert", "theme": "outlined" };
|
||||||
|
export default AlertOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AlertTwoTone: IconDefinition;
|
||||||
|
export default AlertTwoTone;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AlertTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M340 585c0-5.5 4.5-10 10-10h44c5.5 0 10 4.5 10 10v171h355V563c0-136.4-110.6-247-247-247S265 426.6 265 563v193h75V585z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M216.9 310.5l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3l-67.9-67.9a8.03 8.03 0 00-11.3 0l-39.6 39.6a8.03 8.03 0 000 11.3l67.9 67.9c3.1 3.1 8.1 3.1 11.3 0zm669.6-79.2l-39.6-39.6a8.03 8.03 0 00-11.3 0l-67.9 67.9a8.03 8.03 0 000 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l67.9-67.9c3.1-3.2 3.1-8.2 0-11.3zM484 180h56c4.4 0 8-3.6 8-8V76c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v96c0 4.4 3.6 8 8 8zm348 712H192c-17.7 0-32 14.3-32 32v24c0 4.4 3.6 8 8 8h688c4.4 0 8-3.6 8-8v-24c0-17.7-14.3-32-32-32zm-639-96c0 17.7 14.3 32 32 32h574c17.7 0 32-14.3 32-32V563c0-176.2-142.8-319-319-319S193 386.8 193 563v233zm72-233c0-136.4 110.6-247 247-247s247 110.6 247 247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5 0-10 4.5-10 10v171h-75V563z", "fill": primaryColor } }] }; }, "name": "alert", "theme": "twotone" };
|
||||||
|
export default AlertTwoTone;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AlibabaOutlined: IconDefinition;
|
||||||
|
export default AlibabaOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AlibabaOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M602.9 669.8c-37.2 2.6-33.6-17.3-11.5-46.2 50.4-67.2 143.7-158.5 147.9-225.2 5.8-86.6-81.3-113.4-171-113.4-62.4 1.6-127 18.9-171 34.6-151.6 53.5-246.6 137.5-306.9 232-62.4 93.4-43 183.2 91.8 185.8 101.8-4.2 170.5-32.5 239.7-68.2.5 0-192.5 55.1-263.9 14.7-7.9-4.2-15.7-10-17.8-26.2 0-33.1 54.6-67.7 86.6-78.7v-56.7c64.5 22.6 140.6 16.3 205.7-32 2.1 5.8 4.2 13.1 3.7 21h11c2.6-22.6-12.6-44.6-37.8-46.2 7.3 5.8 12.6 10.5 15.2 14.7l-1 1-.5.5c-83.9 58.8-165.3 31.5-173.1 29.9l46.7-45.7-13.1-33.1c92.9-32.5 169.5-56.2 296.9-78.7l-28.5-23 14.7-8.9c75.5 21 126.4 36.7 123.8 76.6-1 6.8-3.7 14.7-7.9 23.1C660.1 466.1 594 538 567.2 569c-17.3 20.5-34.6 39.4-46.7 58.3-13.6 19.4-20.5 37.3-21 53.5 2.6 131.8 391.4-61.9 468-112.9-111.7 47.8-232.9 93.5-364.6 101.9zm85-302.9c2.8 5.2 4.1 11.6 4.1 19.1-.1-6.8-1.4-13.3-4.1-19.1z" } }] }, "name": "alibaba", "theme": "outlined" };
|
||||||
|
export default AlibabaOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AlignCenterOutlined: IconDefinition;
|
||||||
|
export default AlignCenterOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AlignCenterOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M264 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm496 424c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496zm144 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "align-center", "theme": "outlined" };
|
||||||
|
export default AlignCenterOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AlignLeftOutlined: IconDefinition;
|
||||||
|
export default AlignLeftOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AlignLeftOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M120 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 424h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm784 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "align-left", "theme": "outlined" };
|
||||||
|
export default AlignLeftOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AlignRightOutlined: IconDefinition;
|
||||||
|
export default AlignRightOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AlignRightOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M904 158H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 424H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 212H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "align-right", "theme": "outlined" };
|
||||||
|
export default AlignRightOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AlipayCircleFilled: IconDefinition;
|
||||||
|
export default AlipayCircleFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AlipayCircleFilled = { "icon": { "tag": "svg", "attrs": { "fill-rule": "evenodd", "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64m32.5 168c-69.67 0-86.06 16.84-86.72 39.08l-.02 1.43v46.62H291.45c-9.92 0-14.28 23.05-14.27 39.3 0 2.7 2.08 4.93 4.77 4.93h175.81v58.3h-116.5c-9.96 0-14.3 23.76-14.27 39.47a4.77 4.77 0 004.77 4.76h233.45c-4.53 41.06-15.43 77.59-30.72 109.32l-1.22 2.5-.32-.28c-60.24-28.47-120.43-52.57-194.4-52.57l-2.62.01c-84.98 1.11-144.71 56.5-145.91 127.04l-.02 1.22.02 2.13c1.24 70.4 63.56 126.45 148.52 126.45 61.25 0 116.38-16.85 163.46-45.02a138.58 138.58 0 0014.07-7.96 345.6 345.6 0 0050.3-41.16l9.45 6.35 12.46 8.32c57.53 38.26 113.76 72.62 169.86 79.27a142.62 142.62 0 0018.31 1.16c43.02 0 55-52.68 57.39-95.51l.14-2.84c.4-8.46-6.2-15.6-14.65-15.86-75.46-2.37-136.45-22.05-192-46.11l-6.27-2.75c35.15-56.8 56.66-121.81 57.15-186.66l.09-1.08c.4-5.51-4-10.2-9.52-10.2H549.33v-58.3h165.73c9.92 0 14.28-22.12 14.27-39.31a4.85 4.85 0 00-4.78-4.92H549.32v-82.35a4.8 4.8 0 00-4.83-4.78M328 583.85c54.63 0 107.08 22.41 158.1 52.19l5.76 3.4c-103.57 119.84-247.17 95.9-261.72 26.37a66.89 66.89 0 01-1.14-9.83l-.06-2.34.02-.9c.97-40.12 45.33-68.9 99.04-68.9" } }] }, "name": "alipay-circle", "theme": "filled" };
|
||||||
|
export default AlipayCircleFilled;
|
||||||
3
node_modules/@ant-design/icons-svg/es/asn/AlipayCircleOutlined.d.ts
generated
vendored
Normal file
3
node_modules/@ant-design/icons-svg/es/asn/AlipayCircleOutlined.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AlipayCircleOutlined: IconDefinition;
|
||||||
|
export default AlipayCircleOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AlipayCircleOutlined = { "icon": { "tag": "svg", "attrs": { "fill-rule": "evenodd", "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64m32.5 168c-69.67 0-86.06 16.84-86.72 39.08l-.02 1.43v46.62H291.45c-9.92 0-14.28 23.05-14.27 39.3 0 2.7 2.08 4.93 4.77 4.93h175.81v58.3h-116.5c-9.96 0-14.3 23.76-14.27 39.47a4.77 4.77 0 004.77 4.76h233.45c-4.53 41.06-15.43 77.59-30.72 109.32l-1.22 2.5-.32-.28c-60.24-28.47-120.43-52.57-194.4-52.57l-2.62.01c-84.98 1.11-144.71 56.5-145.91 127.04l-.02 1.22.02 2.13c1.24 70.4 63.56 126.45 148.52 126.45 61.25 0 116.38-16.85 163.46-45.02a138.58 138.58 0 0014.07-7.96 345.6 345.6 0 0050.3-41.16l9.45 6.35 12.46 8.32c57.53 38.26 113.76 72.62 169.86 79.27a142.62 142.62 0 0018.31 1.16c43.02 0 55-52.68 57.39-95.51l.14-2.84c.4-8.46-6.2-15.6-14.65-15.86-75.46-2.37-136.45-22.05-192-46.11l-6.27-2.75c35.15-56.8 56.66-121.81 57.15-186.66l.09-1.08c.4-5.51-4-10.2-9.52-10.2H549.33v-58.3h165.73c9.92 0 14.28-22.12 14.27-39.31a4.85 4.85 0 00-4.78-4.92H549.32v-82.35a4.8 4.8 0 00-4.83-4.78M328 583.85c54.63 0 107.08 22.41 158.1 52.19l5.76 3.4c-103.57 119.84-247.17 95.9-261.72 26.37a66.89 66.89 0 01-1.14-9.83l-.06-2.34.02-.9c.97-40.12 45.33-68.9 99.04-68.9" } }] }, "name": "alipay-circle", "theme": "outlined" };
|
||||||
|
export default AlipayCircleOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AlipayOutlined: IconDefinition;
|
||||||
|
export default AlipayOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AlipayOutlined = { "icon": { "tag": "svg", "attrs": { "fill-rule": "evenodd", "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M557.2 129a6.68 6.68 0 016.72 6.65V250.2h243.8a6.74 6.74 0 016.65 6.84c.02 23.92-6.05 54.69-19.85 54.69H563.94v81.1h166.18c7.69 0 13.8 6.51 13.25 14.18l-.11 1.51c-.7 90.2-30.63 180.64-79.52 259.65l8.71 3.82c77.3 33.48 162.15 60.85 267.15 64.14a21.08 21.08 0 0120.38 22.07l-.2 3.95c-3.34 59.57-20 132.85-79.85 132.85-8.8 0-17.29-.55-25.48-1.61-78.04-9.25-156.28-57.05-236.32-110.27l-17.33-11.57-13.15-8.83a480.83 480.83 0 01-69.99 57.25 192.8 192.8 0 01-19.57 11.08c-65.51 39.18-142.21 62.6-227.42 62.62-118.2 0-204.92-77.97-206.64-175.9l-.03-2.95.03-1.7c1.66-98.12 84.77-175.18 203-176.72l3.64-.03c102.92 0 186.66 33.54 270.48 73.14l.44.38 1.7-3.47c21.27-44.14 36.44-94.95 42.74-152.06h-324.8a6.64 6.64 0 01-6.63-6.62c-.04-21.86 6-54.91 19.85-54.91h162.1v-81.1H191.92a6.71 6.71 0 01-6.64-6.85c-.01-22.61 6.06-54.68 19.86-54.68h231.4v-64.85l.02-1.99c.9-30.93 23.72-54.36 120.64-54.36M256.9 619c-74.77 0-136.53 39.93-137.88 95.6l-.02 1.26.08 3.24a92.55 92.55 0 001.58 13.64c20.26 96.5 220.16 129.71 364.34-36.59l-8.03-4.72C405.95 650.11 332.94 619 256.9 619" } }] }, "name": "alipay", "theme": "outlined" };
|
||||||
|
export default AlipayOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AlipaySquareFilled: IconDefinition;
|
||||||
|
export default AlipaySquareFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AlipaySquareFilled = { "icon": { "tag": "svg", "attrs": { "fill-rule": "evenodd", "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M894.6 116.54a30.9 30.9 0 0112.86 12.85c2.96 5.54 4.54 11.04 4.54 26.2V868.4c0 15.16-1.58 20.66-4.54 26.2a30.9 30.9 0 01-12.85 12.85c-5.54 2.96-11.04 4.54-26.2 4.54H155.6c-15.16 0-20.66-1.58-26.2-4.54a30.9 30.9 0 01-12.85-12.85c-2.92-5.47-4.5-10.9-4.54-25.59V155.6c0-15.16 1.58-20.66 4.54-26.2a30.9 30.9 0 0112.85-12.85c5.47-2.92 10.9-4.5 25.59-4.54H868.4c15.16 0 20.66 1.58 26.2 4.54M541 262c-62.2 0-76.83 15.04-77.42 34.9l-.02 1.27v41.62H315.08c-8.86 0-12.75 20.59-12.74 35.1a4.3 4.3 0 004.26 4.4h156.97v52.05H359.56c-8.9 0-12.77 21.22-12.75 35.25a4.26 4.26 0 004.26 4.25h208.44c-4.04 36.66-13.78 69.27-27.43 97.6l-1.09 2.23-.28-.25c-53.8-25.42-107.53-46.94-173.58-46.94l-2.33.01c-75.88 1-129.21 50.45-130.28 113.43l-.02 1.1.02 1.89c1.1 62.85 56.75 112.9 132.6 112.9 54.7 0 103.91-15.04 145.95-40.2a123.73 123.73 0 0012.56-7.1 308.6 308.6 0 0044.92-36.75l8.44 5.67 11.12 7.43c51.36 34.15 101.57 64.83 151.66 70.77a127.34 127.34 0 0016.35 1.04c38.4 0 49.1-47.04 51.24-85.28l.13-2.53a13.53 13.53 0 00-13.08-14.17c-67.39-2.1-121.84-19.68-171.44-41.17l-5.6-2.44c31.39-50.72 50.6-108.77 51.04-166.67l.07-.96a8.51 8.51 0 00-8.5-9.1H545.33v-52.06H693.3c8.86 0 12.75-19.75 12.75-35.1-.01-2.4-1.87-4.4-4.27-4.4H545.32v-73.52a4.29 4.29 0 00-4.31-4.27m-193.3 314.15c48.77 0 95.6 20.01 141.15 46.6l5.15 3.04c-92.48 107-220.69 85.62-233.68 23.54a59.72 59.72 0 01-1.02-8.78l-.05-2.08.01-.81c.87-35.82 40.48-61.51 88.44-61.51" } }] }, "name": "alipay-square", "theme": "filled" };
|
||||||
|
export default AlipaySquareFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AliwangwangFilled: IconDefinition;
|
||||||
|
export default AliwangwangFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AliwangwangFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M868.2 377.4c-18.9-45.1-46.3-85.6-81.2-120.6a377.26 377.26 0 00-120.5-81.2A375.65 375.65 0 00519 145.8c-41.9 0-82.9 6.7-121.9 20C306 123.3 200.8 120 170.6 120c-2.2 0-7.4 0-9.4.2-11.9.4-22.8 6.5-29.2 16.4-6.5 9.9-7.7 22.4-3.4 33.5l64.3 161.6a378.59 378.59 0 00-52.8 193.2c0 51.4 10 101 29.8 147.6 18.9 45 46.2 85.6 81.2 120.5 34.7 34.8 75.4 62.1 120.5 81.2C418.3 894 467.9 904 519 904c51.3 0 100.9-10 147.7-29.8 44.9-18.9 85.5-46.3 120.4-81.2 34.7-34.8 62.1-75.4 81.2-120.6a376.5 376.5 0 0029.8-147.6c-.2-51.2-10.1-100.8-29.9-147.4zm-325.2 79c0 20.4-16.6 37.1-37.1 37.1-20.4 0-37.1-16.7-37.1-37.1v-55.1c0-20.4 16.6-37.1 37.1-37.1 20.4 0 37.1 16.6 37.1 37.1v55.1zm175.2 0c0 20.4-16.6 37.1-37.1 37.1S644 476.8 644 456.4v-55.1c0-20.4 16.7-37.1 37.1-37.1 20.4 0 37.1 16.6 37.1 37.1v55.1z" } }] }, "name": "aliwangwang", "theme": "filled" };
|
||||||
|
export default AliwangwangFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AliwangwangOutlined: IconDefinition;
|
||||||
|
export default AliwangwangOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AliwangwangOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M868.2 377.4c-18.9-45.1-46.3-85.6-81.2-120.6a377.26 377.26 0 00-120.5-81.2A375.65 375.65 0 00519 145.8c-41.9 0-82.9 6.7-121.9 20C306 123.3 200.8 120 170.6 120c-2.2 0-7.4 0-9.4.2-11.9.4-22.8 6.5-29.2 16.4-6.5 9.9-7.7 22.4-3.4 33.5l64.3 161.6a378.59 378.59 0 00-52.8 193.2c0 51.4 10 101 29.8 147.6 18.9 45 46.2 85.6 81.2 120.5 34.7 34.8 75.4 62.1 120.5 81.2C418.3 894 467.9 904 519 904c51.3 0 100.9-10.1 147.7-29.8 44.9-18.9 85.5-46.3 120.4-81.2 34.7-34.8 62.1-75.4 81.2-120.6a376.5 376.5 0 0029.8-147.6c-.2-51.2-10.1-100.8-29.9-147.4zm-66.4 266.5a307.08 307.08 0 01-65.9 98c-28.4 28.5-61.3 50.7-97.7 65.9h-.1c-38 16-78.3 24.2-119.9 24.2a306.51 306.51 0 01-217.5-90.2c-28.4-28.5-50.6-61.4-65.8-97.8v-.1c-16-37.8-24.1-78.2-24.1-119.9 0-55.4 14.8-109.7 42.8-157l13.2-22.1-9.5-23.9L206 192c14.9.6 35.9 2.1 59.7 5.6 43.8 6.5 82.5 17.5 114.9 32.6l19 8.9 19.9-6.8c31.5-10.8 64.8-16.2 98.9-16.2a306.51 306.51 0 01217.5 90.2c28.4 28.5 50.6 61.4 65.8 97.8l.1.1.1.1c16 37.6 24.1 78 24.2 119.8-.1 41.7-8.3 82-24.3 119.8zM681.1 364.2c-20.4 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.6 37.1 37.1 37.1s37.1-16.7 37.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1zm-175.2 0c-20.5 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.7 37.1 37.1 37.1 20.5 0 37.1-16.7 37.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1z" } }] }, "name": "aliwangwang", "theme": "outlined" };
|
||||||
|
export default AliwangwangOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AliyunOutlined: IconDefinition;
|
||||||
|
export default AliyunOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AliyunOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M959.2 383.9c-.3-82.1-66.9-148.6-149.1-148.6H575.9l21.6 85.2 201 43.7a42.58 42.58 0 0132.9 39.7c.1.5.1 216.1 0 216.6a42.58 42.58 0 01-32.9 39.7l-201 43.7-21.6 85.3h234.2c82.1 0 148.8-66.5 149.1-148.6V383.9zM225.5 660.4a42.58 42.58 0 01-32.9-39.7c-.1-.6-.1-216.1 0-216.6.8-19.4 14.6-35.5 32.9-39.7l201-43.7 21.6-85.2H213.8c-82.1 0-148.8 66.4-149.1 148.6V641c.3 82.1 67 148.6 149.1 148.6H448l-21.6-85.3-200.9-43.9zm200.9-158.8h171v21.3h-171z" } }] }, "name": "aliyun", "theme": "outlined" };
|
||||||
|
export default AliyunOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AmazonCircleFilled: IconDefinition;
|
||||||
|
export default AmazonCircleFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AmazonCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M485 467.5c-11.6 4.9-20.9 12.2-27.8 22-6.9 9.8-10.4 21.6-10.4 35.5 0 17.8 7.5 31.5 22.4 41.2 14.1 9.1 28.9 11.4 44.4 6.8 17.9-5.2 30-17.9 36.4-38.1 3-9.3 4.5-19.7 4.5-31.3v-50.2c-12.6.4-24.4 1.6-35.5 3.7-11.1 2.1-22.4 5.6-34 10.4zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm35.8 262.7c-7.2-10.9-20.1-16.4-38.7-16.4-1.3 0-3 .1-5.3.3-2.2.2-6.6 1.5-12.9 3.7a79.4 79.4 0 00-17.9 9.1c-5.5 3.8-11.5 10-18 18.4-6.4 8.5-11.5 18.4-15.3 29.8l-94-8.4c0-12.4 2.4-24.7 7-36.9 4.7-12.2 11.8-23.9 21.4-35 9.6-11.2 21.1-21 34.5-29.4 13.4-8.5 29.6-15.2 48.4-20.3 18.9-5.1 39.1-7.6 60.9-7.6 21.3 0 40.6 2.6 57.8 7.7 17.2 5.2 31.1 11.5 41.4 19.1a117 117 0 0125.9 25.7c6.9 9.6 11.7 18.5 14.4 26.7 2.7 8.2 4 15.7 4 22.8v182.5c0 6.4 1.4 13 4.3 19.8 2.9 6.8 6.3 12.8 10.2 18 3.9 5.2 7.9 9.9 12 14.3 4.1 4.3 7.6 7.7 10.6 9.9l4.1 3.4-72.5 69.4c-8.5-7.7-16.9-15.4-25.2-23.4-8.3-8-14.5-14-18.5-18.1l-6.1-6.2c-2.4-2.3-5-5.7-8-10.2-8.1 12.2-18.5 22.8-31.1 31.8-12.7 9-26.3 15.6-40.7 19.7-14.5 4.1-29.4 6.5-44.7 7.1-15.3.6-30-1.5-43.9-6.5-13.9-5-26.5-11.7-37.6-20.3-11.1-8.6-19.9-20.2-26.5-35-6.6-14.8-9.9-31.5-9.9-50.4 0-17.4 3-33.3 8.9-47.7 6-14.5 13.6-26.5 23-36.1 9.4-9.6 20.7-18.2 34-25.7s26.4-13.4 39.2-17.7c12.8-4.2 26.6-7.8 41.5-10.7 14.9-2.9 27.6-4.8 38.2-5.7 10.6-.9 21.2-1.6 31.8-2v-39.4c0-13.5-2.3-23.5-6.7-30.1zm180.5 379.6c-2.8 3.3-7.5 7.8-14.1 13.5s-16.8 12.7-30.5 21.1c-13.7 8.4-28.8 16-45 22.9-16.3 6.9-36.3 12.9-60.1 18-23.7 5.1-48.2 7.6-73.3 7.6-25.4 0-50.7-3.2-76.1-9.6-25.4-6.4-47.6-14.3-66.8-23.7-19.1-9.4-37.6-20.2-55.1-32.2-17.6-12.1-31.7-22.9-42.4-32.5-10.6-9.6-19.6-18.7-26.8-27.1-1.7-1.9-2.8-3.6-3.2-5.1-.4-1.5-.3-2.8.3-3.7.6-.9 1.5-1.6 2.6-2.2a7.42 7.42 0 017.4.8c40.9 24.2 72.9 41.3 95.9 51.4 82.9 36.4 168 45.7 255.3 27.9 40.5-8.3 82.1-22.2 124.9-41.8 3.2-1.2 6-1.5 8.3-.9 2.3.6 3.5 2.4 3.5 5.4 0 2.8-1.6 6.3-4.8 10.2zm59.9-29c-1.8 11.1-4.9 21.6-9.1 31.8-7.2 17.1-16.3 30-27.1 38.4-3.6 2.9-6.4 3.8-8.3 2.8-1.9-1-1.9-3.5 0-7.4 4.5-9.3 9.2-21.8 14.2-37.7 5-15.8 5.7-26 2.1-30.5-1.1-1.5-2.7-2.6-5-3.6-2.2-.9-5.1-1.5-8.6-1.9s-6.7-.6-9.4-.8c-2.8-.2-6.5-.2-11.2 0-4.7.2-8 .4-10.1.6a874.4 874.4 0 01-17.1 1.5c-1.3.2-2.7.4-4.1.5-1.5.1-2.7.2-3.5.3l-2.7.3c-1 .1-1.7.2-2.2.2h-3.2l-1-.2-.6-.5-.5-.9c-1.3-3.3 3.7-7.4 15-12.4s22.3-8.1 32.9-9.3c9.8-1.5 21.3-1.5 34.5-.3s21.3 3.7 24.3 7.4c2.3 3.5 2.5 10.7.7 21.7z" } }] }, "name": "amazon-circle", "theme": "filled" };
|
||||||
|
export default AmazonCircleFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AmazonOutlined: IconDefinition;
|
||||||
|
export default AmazonOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AmazonOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M825 768.9c-3.3-.9-7.3-.4-11.9 1.3-61.6 28.2-121.5 48.3-179.7 60.2C507.7 856 385.2 842.6 266 790.3c-33.1-14.6-79.1-39.2-138-74a9.36 9.36 0 00-5.3-2c-2-.1-3.7.1-5.3.9-1.6.8-2.8 1.8-3.7 3.1-.9 1.3-1.1 3.1-.4 5.4.6 2.2 2.1 4.7 4.6 7.4 10.4 12.2 23.3 25.2 38.6 39s35.6 29.4 60.9 46.8c25.3 17.4 51.8 32.9 79.3 46.4 27.6 13.5 59.6 24.9 96.1 34.1s73 13.8 109.4 13.8c36.2 0 71.4-3.7 105.5-10.9 34.2-7.3 63-15.9 86.5-25.9 23.4-9.9 45-21 64.8-33 19.8-12 34.4-22.2 43.9-30.3 9.5-8.2 16.3-14.6 20.2-19.4 4.6-5.7 6.9-10.6 6.9-14.9.1-4.5-1.7-7.1-5-7.9zM527.4 348.1c-15.2 1.3-33.5 4.1-55 8.3-21.5 4.1-41.4 9.3-59.8 15.4s-37.2 14.6-56.3 25.4c-19.2 10.8-35.5 23.2-49 37s-24.5 31.1-33.1 52c-8.6 20.8-12.9 43.7-12.9 68.7 0 27.1 4.7 51.2 14.3 72.5 9.5 21.3 22.2 38 38.2 50.4 15.9 12.4 34 22.1 54 29.2 20 7.1 41.2 10.3 63.2 9.4 22-.9 43.5-4.3 64.4-10.3 20.8-5.9 40.4-15.4 58.6-28.3 18.2-12.9 33.1-28.2 44.8-45.7 4.3 6.6 8.1 11.5 11.5 14.7l8.7 8.9c5.8 5.9 14.7 14.6 26.7 26.1 11.9 11.5 24.1 22.7 36.3 33.7l104.4-99.9-6-4.9c-4.3-3.3-9.4-8-15.2-14.3-5.8-6.2-11.6-13.1-17.2-20.5-5.7-7.4-10.6-16.1-14.7-25.9-4.1-9.8-6.2-19.3-6.2-28.5V258.7c0-10.1-1.9-21-5.7-32.8-3.9-11.7-10.7-24.5-20.7-38.3-10-13.8-22.4-26.2-37.2-37-14.9-10.8-34.7-20-59.6-27.4-24.8-7.4-52.6-11.1-83.2-11.1-31.3 0-60.4 3.7-87.6 10.9-27.1 7.3-50.3 17-69.7 29.2-19.3 12.2-35.9 26.3-49.7 42.4-13.8 16.1-24.1 32.9-30.8 50.4-6.7 17.5-10.1 35.2-10.1 53.1L408 310c5.5-16.4 12.9-30.6 22-42.8 9.2-12.2 17.9-21 25.8-26.5 8-5.5 16.6-9.9 25.7-13.2 9.2-3.3 15.4-5 18.6-5.4 3.2-.3 5.7-.4 7.6-.4 26.7 0 45.2 7.9 55.6 23.6 6.5 9.5 9.7 23.9 9.7 43.3v56.6c-15.2.6-30.4 1.6-45.6 2.9zM573.1 500c0 16.6-2.2 31.7-6.5 45-9.2 29.1-26.7 47.4-52.4 54.8-22.4 6.6-43.7 3.3-63.9-9.8-21.5-14-32.2-33.8-32.2-59.3 0-19.9 5-36.9 15-51.1 10-14.1 23.3-24.7 40-31.7s33-12 49-14.9c15.9-3 33-4.8 51-5.4V500zm335.2 218.9c-4.3-5.4-15.9-8.9-34.9-10.7-19-1.8-35.5-1.7-49.7.4-15.3 1.8-31.1 6.2-47.3 13.4-16.3 7.1-23.4 13.1-21.6 17.8l.7 1.3.9.7 1.4.2h4.6c.8 0 1.8-.1 3.2-.2 1.4-.1 2.7-.3 3.9-.4 1.2-.1 2.9-.3 5.1-.4 2.1-.1 4.1-.4 6-.7.3 0 3.7-.3 10.3-.9 6.6-.6 11.4-1 14.3-1.3 2.9-.3 7.8-.6 14.5-.9 6.7-.3 12.1-.3 16.1 0 4 .3 8.5.7 13.6 1.1 5.1.4 9.2 1.3 12.4 2.7 3.2 1.3 5.6 3 7.1 5.1 5.2 6.6 4.2 21.2-3 43.9s-14 40.8-20.4 54.2c-2.8 5.7-2.8 9.2 0 10.7s6.7.1 11.9-4c15.6-12.2 28.6-30.6 39.1-55.3 6.1-14.6 10.5-29.8 13.1-45.7 2.4-15.9 2-26.2-1.3-31z" } }] }, "name": "amazon", "theme": "outlined" };
|
||||||
|
export default AmazonOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AmazonSquareFilled: IconDefinition;
|
||||||
|
export default AmazonSquareFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AmazonSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM547.8 326.7c-7.2-10.9-20.1-16.4-38.7-16.4-1.3 0-3 .1-5.3.3-2.2.2-6.6 1.5-12.9 3.7a79.4 79.4 0 00-17.9 9.1c-5.5 3.8-11.5 10-18 18.4-6.4 8.5-11.5 18.4-15.3 29.8l-94-8.4c0-12.4 2.4-24.7 7-36.9s11.8-23.9 21.4-35c9.6-11.2 21.1-21 34.5-29.4 13.4-8.5 29.6-15.2 48.4-20.3 18.9-5.1 39.1-7.6 60.9-7.6 21.3 0 40.6 2.6 57.8 7.7 17.2 5.2 31.1 11.5 41.4 19.1a117 117 0 0125.9 25.7c6.9 9.6 11.7 18.5 14.4 26.7 2.7 8.2 4 15.7 4 22.8v182.5c0 6.4 1.4 13 4.3 19.8 2.9 6.8 6.3 12.8 10.2 18 3.9 5.2 7.9 9.9 12 14.3 4.1 4.3 7.6 7.7 10.6 9.9l4.1 3.4-72.5 69.4c-8.5-7.7-16.9-15.4-25.2-23.4-8.3-8-14.5-14-18.5-18.1l-6.1-6.2c-2.4-2.3-5-5.7-8-10.2-8.1 12.2-18.5 22.8-31.1 31.8-12.7 9-26.3 15.6-40.7 19.7-14.5 4.1-29.4 6.5-44.7 7.1-15.3.6-30-1.5-43.9-6.5-13.9-5-26.5-11.7-37.6-20.3-11.1-8.6-19.9-20.2-26.5-35-6.6-14.8-9.9-31.5-9.9-50.4 0-17.4 3-33.3 8.9-47.7 6-14.5 13.6-26.5 23-36.1 9.4-9.6 20.7-18.2 34-25.7s26.4-13.4 39.2-17.7c12.8-4.2 26.6-7.8 41.5-10.7 14.9-2.9 27.6-4.8 38.2-5.7 10.6-.9 21.2-1.6 31.8-2v-39.4c0-13.5-2.3-23.5-6.7-30.1zm180.5 379.6c-2.8 3.3-7.5 7.8-14.1 13.5s-16.8 12.7-30.5 21.1c-13.7 8.4-28.8 16-45 22.9-16.3 6.9-36.3 12.9-60.1 18-23.7 5.1-48.2 7.6-73.3 7.6-25.4 0-50.7-3.2-76.1-9.6-25.4-6.4-47.6-14.3-66.8-23.7-19.1-9.4-37.6-20.2-55.1-32.2-17.6-12.1-31.7-22.9-42.4-32.5-10.6-9.6-19.6-18.7-26.8-27.1-1.7-1.9-2.8-3.6-3.2-5.1-.4-1.5-.3-2.8.3-3.7.6-.9 1.5-1.6 2.6-2.2a7.42 7.42 0 017.4.8c40.9 24.2 72.9 41.3 95.9 51.4 82.9 36.4 168 45.7 255.3 27.9 40.5-8.3 82.1-22.2 124.9-41.8 3.2-1.2 6-1.5 8.3-.9 2.3.6 3.5 2.4 3.5 5.4 0 2.8-1.6 6.3-4.8 10.2zm59.9-29c-1.8 11.1-4.9 21.6-9.1 31.8-7.2 17.1-16.3 30-27.1 38.4-3.6 2.9-6.4 3.8-8.3 2.8-1.9-1-1.9-3.5 0-7.4 4.5-9.3 9.2-21.8 14.2-37.7 5-15.8 5.7-26 2.1-30.5-1.1-1.5-2.7-2.6-5-3.6-2.2-.9-5.1-1.5-8.6-1.9s-6.7-.6-9.4-.8c-2.8-.2-6.5-.2-11.2 0-4.7.2-8 .4-10.1.6a874.4 874.4 0 01-17.1 1.5c-1.3.2-2.7.4-4.1.5-1.5.1-2.7.2-3.5.3l-2.7.3c-1 .1-1.7.2-2.2.2h-3.2l-1-.2-.6-.5-.5-.9c-1.3-3.3 3.7-7.4 15-12.4s22.3-8.1 32.9-9.3c9.8-1.5 21.3-1.5 34.5-.3s21.3 3.7 24.3 7.4c2.3 3.5 2.5 10.7.7 21.7zM485 467.5c-11.6 4.9-20.9 12.2-27.8 22-6.9 9.8-10.4 21.6-10.4 35.5 0 17.8 7.5 31.5 22.4 41.2 14.1 9.1 28.9 11.4 44.4 6.8 17.9-5.2 30-17.9 36.4-38.1 3-9.3 4.5-19.7 4.5-31.3v-50.2c-12.6.4-24.4 1.6-35.5 3.7-11.1 2.1-22.4 5.6-34 10.4z" } }] }, "name": "amazon-square", "theme": "filled" };
|
||||||
|
export default AmazonSquareFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AndroidFilled: IconDefinition;
|
||||||
|
export default AndroidFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AndroidFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M270.1 741.7c0 23.4 19.1 42.5 42.6 42.5h48.7v120.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V784.1h85v120.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V784.1h48.7c23.5 0 42.6-19.1 42.6-42.5V346.4h-486v395.3zm357.1-600.1l44.9-65c2.6-3.8 2-8.9-1.5-11.4-3.5-2.4-8.5-1.2-11.1 2.6l-46.6 67.6c-30.7-12.1-64.9-18.8-100.8-18.8-35.9 0-70.1 6.7-100.8 18.8l-46.6-67.5c-2.6-3.8-7.6-5.1-11.1-2.6-3.5 2.4-4.1 7.4-1.5 11.4l44.9 65c-71.4 33.2-121.4 96.1-127.8 169.6h486c-6.6-73.6-56.7-136.5-128-169.7zM409.5 244.1a26.9 26.9 0 1126.9-26.9 26.97 26.97 0 01-26.9 26.9zm208.4 0a26.9 26.9 0 1126.9-26.9 26.97 26.97 0 01-26.9 26.9zm223.4 100.7c-30.2 0-54.6 24.8-54.6 55.4v216.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V400.1c.1-30.6-24.3-55.3-54.6-55.3zm-658.6 0c-30.2 0-54.6 24.8-54.6 55.4v216.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V400.1c0-30.6-24.5-55.3-54.6-55.3z" } }] }, "name": "android", "theme": "filled" };
|
||||||
|
export default AndroidFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AndroidOutlined: IconDefinition;
|
||||||
|
export default AndroidOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AndroidOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M448.3 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32-13.4 32-31.9.1-18.4-13.4-31.9-32-31.9zm393.9 96.4c-13.8-13.8-32.7-21.5-53.2-21.5-3.9 0-7.4.4-10.7 1v-1h-3.6c-5.5-30.6-18.6-60.5-38.1-87.4-18.7-25.7-43-47.9-70.8-64.9l25.1-35.8v-3.3c0-.8.4-2.3.7-3.8.6-2.4 1.4-5.5 1.4-8.9 0-18.5-13.5-31.9-32-31.9-9.8 0-19.5 5.7-25.9 15.4l-29.3 42.1c-30-9.8-62.4-15-93.8-15-31.3 0-63.7 5.2-93.8 15L389 79.4c-6.6-9.6-16.1-15.4-26-15.4-18.6 0-32 13.4-32 31.9 0 6.2 2.5 12.8 6.7 17.4l22.6 32.3c-28.7 17-53.5 39.4-72.2 65.1-19.4 26.9-32 56.8-36.7 87.4h-5.5v1c-3.2-.6-6.7-1-10.7-1-20.3 0-39.2 7.5-53.1 21.3-13.8 13.8-21.5 32.6-21.5 53v235c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 3.9 0 7.4-.4 10.7-1v93.5c0 29.2 23.9 53.1 53.2 53.1H331v58.3c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 20.3 0 39.2-7.5 53.1-21.3 13.8-13.8 21.5-32.6 21.5-53v-58.2H544v58.1c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 20.4 0 39.2-7.5 53.1-21.6 13.8-13.8 21.5-32.6 21.5-53v-58.2h31.9c29.3 0 53.2-23.8 53.2-53.1v-91.4c3.2.6 6.7 1 10.7 1 20.3 0 39.2-7.5 53.1-21.3 13.8-13.8 21.5-32.6 21.5-53v-235c-.1-20.3-7.6-39-21.4-52.9zM246 609.6c0 6.8-3.9 10.6-10.7 10.6-6.8 0-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6 6.8 0 10.7 3.8 10.7 10.6v235.1zm131.1-396.8c37.5-27.3 85.3-42.3 135-42.3s97.5 15.1 135 42.5c32.4 23.7 54.2 54.2 62.7 87.5H314.4c8.5-33.4 30.5-64 62.7-87.7zm39.3 674.7c-.6 5.6-4.4 8.7-10.5 8.7-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2v60.1zm202.3 8.7c-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2v60.1c-.6 5.6-4.3 8.7-10.5 8.7zm95.8-132.6H309.9V364h404.6v399.6zm85.2-154c0 6.8-3.9 10.6-10.7 10.6-6.8 0-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6 6.8 0 10.7 3.8 10.7 10.6v235.1zM576.1 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32.1-13.4 32.1-32-.1-18.6-13.4-31.8-32.1-31.8z" } }] }, "name": "android", "theme": "outlined" };
|
||||||
|
export default AndroidOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AntCloudOutlined: IconDefinition;
|
||||||
|
export default AntCloudOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AntCloudOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M378.9 738c-3.1 0-6.1-.5-8.8-1.5l4.4 30.7h26.3l-15.5-29.9c-2.1.5-4.2.7-6.4.7zm421-291.2c-12.6 0-24.8 1.5-36.5 4.2-21.4-38.4-62.3-64.3-109.3-64.3-6.9 0-13.6.6-20.2 1.6-35.4-77.4-113.4-131.1-203.9-131.1-112.3 0-205.3 82.6-221.6 190.4C127.3 455.5 64 523.8 64 607c0 88.4 71.6 160.1 160 160.2h50l13.2-27.6c-26.2-8.3-43.3-29-39.1-48.8 4.6-21.6 32.8-33.9 63.1-27.5 22.9 4.9 40.4 19.1 45.5 35.1a26.1 26.1 0 0122.1-12.4h.2c-.8-3.2-1.2-6.5-1.2-9.9 0-20.1 14.8-36.7 34.1-39.6v-25.4c0-4.4 3.6-8 8-8s8 3.6 8 8v26.3c4.6 1.2 8.8 3.2 12.6 5.8l19.5-21.4c3-3.3 8-3.5 11.3-.5 3.3 3 3.5 8 .5 11.3l-20 22-.2.2a40 40 0 01-46.9 59.2c-.4 5.6-2.6 10.7-6 14.8l20 38.4H804v-.1c86.5-2.2 156-73 156-160.1 0-88.5-71.7-160.2-160.1-160.2zM338.2 737.2l-4.3 30h24.4l-5.9-41.5c-3.5 4.6-8.3 8.5-14.2 11.5zM797.5 305a48 48 0 1096 0 48 48 0 10-96 0zm-65.7 61.3a24 24 0 1048 0 24 24 0 10-48 0zM303.4 742.9l-11.6 24.3h26l3.5-24.7c-5.7.8-11.7 1-17.9.4z" } }] }, "name": "ant-cloud", "theme": "outlined" };
|
||||||
|
export default AntCloudOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AntDesignOutlined: IconDefinition;
|
||||||
|
export default AntDesignOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AntDesignOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M716.3 313.8c19-18.9 19-49.7 0-68.6l-69.9-69.9.1.1c-18.5-18.5-50.3-50.3-95.3-95.2-21.2-20.7-55.5-20.5-76.5.5L80.9 474.2a53.84 53.84 0 000 76.4L474.6 944a54.14 54.14 0 0076.5 0l165.1-165c19-18.9 19-49.7 0-68.6a48.7 48.7 0 00-68.7 0l-125 125.2c-5.2 5.2-13.3 5.2-18.5 0L189.5 521.4c-5.2-5.2-5.2-13.3 0-18.5l314.4-314.2c.4-.4.9-.7 1.3-1.1 5.2-4.1 12.4-3.7 17.2 1.1l125.2 125.1c19 19 49.8 19 68.7 0zM408.6 514.4a106.3 106.2 0 10212.6 0 106.3 106.2 0 10-212.6 0zm536.2-38.6L821.9 353.5c-19-18.9-49.8-18.9-68.7.1a48.4 48.4 0 000 68.6l83 82.9c5.2 5.2 5.2 13.3 0 18.5l-81.8 81.7a48.4 48.4 0 000 68.6 48.7 48.7 0 0068.7 0l121.8-121.7a53.93 53.93 0 00-.1-76.4z" } }] }, "name": "ant-design", "theme": "outlined" };
|
||||||
|
export default AntDesignOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const ApartmentOutlined: IconDefinition;
|
||||||
|
export default ApartmentOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var ApartmentOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M908 640H804V488c0-4.4-3.6-8-8-8H548v-96h108c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h108v96H228c-4.4 0-8 3.6-8 8v152H116c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16H292v-88h440v88H620c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16zm-564 76v168H176V716h168zm84-408V140h168v168H428zm420 576H680V716h168v168z" } }] }, "name": "apartment", "theme": "outlined" };
|
||||||
|
export default ApartmentOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const ApiFilled: IconDefinition;
|
||||||
|
export default ApiFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var ApiFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M917.7 148.8l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 00-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 000 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM578.9 546.7a8.03 8.03 0 00-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 00-11.3 0L363 475.3l-43-43a7.85 7.85 0 00-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2c-68.9 68.9-77 175.7-24.3 253.5l-76.1 76.1a8.03 8.03 0 000 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2z" } }] }, "name": "api", "theme": "filled" };
|
||||||
|
export default ApiFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const ApiOutlined: IconDefinition;
|
||||||
|
export default ApiOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var ApiOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M917.7 148.8l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 00-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 000 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM769.1 441.7l-59.4 59.4-186.8-186.8 59.4-59.4c24.9-24.9 58.1-38.7 93.4-38.7 35.3 0 68.4 13.7 93.4 38.7 24.9 24.9 38.7 58.1 38.7 93.4 0 35.3-13.8 68.4-38.7 93.4zm-190.2 105a8.03 8.03 0 00-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 00-11.3 0L363 475.3l-43-43a7.85 7.85 0 00-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2c-68.9 69-77 175.7-24.3 253.5l-76.1 76.1a8.03 8.03 0 000 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2zM441.7 769.1a131.32 131.32 0 01-93.4 38.7c-35.3 0-68.4-13.7-93.4-38.7a131.32 131.32 0 01-38.7-93.4c0-35.3 13.7-68.4 38.7-93.4l59.4-59.4 186.8 186.8-59.4 59.4z" } }] }, "name": "api", "theme": "outlined" };
|
||||||
|
export default ApiOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const ApiTwoTone: IconDefinition;
|
||||||
|
export default ApiTwoTone;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var ApiTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M148.2 674.6zm106.7-92.3c-25 25-38.7 58.1-38.7 93.4s13.8 68.5 38.7 93.4c25 25 58.1 38.7 93.4 38.7 35.3 0 68.5-13.8 93.4-38.7l59.4-59.4-186.8-186.8-59.4 59.4zm420.8-366.1c-35.3 0-68.5 13.8-93.4 38.7l-59.4 59.4 186.8 186.8 59.4-59.4c24.9-25 38.7-58.1 38.7-93.4s-13.8-68.5-38.7-93.4c-25-25-58.1-38.7-93.4-38.7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M578.9 546.7a8.03 8.03 0 00-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 00-11.3 0L363 475.3l-43-43a7.85 7.85 0 00-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2a199.45 199.45 0 00-58.6 140.4c-.2 39.5 11.2 79.1 34.3 113.1l-76.1 76.1a8.03 8.03 0 000 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2zM441.7 769.1a131.32 131.32 0 01-93.4 38.7c-35.3 0-68.4-13.7-93.4-38.7-24.9-24.9-38.7-58.1-38.7-93.4s13.7-68.4 38.7-93.4l59.4-59.4 186.8 186.8-59.4 59.4zm476-620.3l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 00-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 000 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM769.1 441.7l-59.4 59.4-186.8-186.8 59.4-59.4c24.9-24.9 58.1-38.7 93.4-38.7s68.4 13.7 93.4 38.7c24.9 24.9 38.7 58.1 38.7 93.4s-13.8 68.4-38.7 93.4z", "fill": primaryColor } }] }; }, "name": "api", "theme": "twotone" };
|
||||||
|
export default ApiTwoTone;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AppleFilled: IconDefinition;
|
||||||
|
export default AppleFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AppleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M747.4 535.7c-.4-68.2 30.5-119.6 92.9-157.5-34.9-50-87.7-77.5-157.3-82.8-65.9-5.2-138 38.4-164.4 38.4-27.9 0-91.7-36.6-141.9-36.6C273.1 298.8 163 379.8 163 544.6c0 48.7 8.9 99 26.7 150.8 23.8 68.2 109.6 235.3 199.1 232.6 46.8-1.1 79.9-33.2 140.8-33.2 59.1 0 89.7 33.2 141.9 33.2 90.3-1.3 167.9-153.2 190.5-221.6-121.1-57.1-114.6-167.2-114.6-170.7zm-105.1-305c50.7-60.2 46.1-115 44.6-134.7-44.8 2.6-96.6 30.5-126.1 64.8-32.5 36.8-51.6 82.3-47.5 133.6 48.4 3.7 92.6-21.2 129-63.7z" } }] }, "name": "apple", "theme": "filled" };
|
||||||
|
export default AppleFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AppleOutlined: IconDefinition;
|
||||||
|
export default AppleOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AppleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M747.4 535.7c-.4-68.2 30.5-119.6 92.9-157.5-34.9-50-87.7-77.5-157.3-82.8-65.9-5.2-138 38.4-164.4 38.4-27.9 0-91.7-36.6-141.9-36.6C273.1 298.8 163 379.8 163 544.6c0 48.7 8.9 99 26.7 150.8 23.8 68.2 109.6 235.3 199.1 232.6 46.8-1.1 79.9-33.2 140.8-33.2 59.1 0 89.7 33.2 141.9 33.2 90.3-1.3 167.9-153.2 190.5-221.6-121.1-57.1-114.6-167.2-114.6-170.7zm-10.6 267c-14.3 19.9-28.7 35.6-41.9 45.7-10.5 8-18.6 11.4-24 11.6-9-.1-17.7-2.3-34.7-8.8-1.2-.5-2.5-1-4.2-1.6l-4.4-1.7c-17.4-6.7-27.8-10.3-41.1-13.8-18.6-4.8-37.1-7.4-56.9-7.4-20.2 0-39.2 2.5-58.1 7.2-13.9 3.5-25.6 7.4-42.7 13.8-.7.3-8.1 3.1-10.2 3.9-3.5 1.3-6.2 2.3-8.7 3.2-10.4 3.6-17 5.1-22.9 5.2-.7 0-1.3-.1-1.8-.2-1.1-.2-2.5-.6-4.1-1.3-4.5-1.8-9.9-5.1-16-9.8-14-10.9-29.4-28-45.1-49.9-27.5-38.6-53.5-89.8-66-125.7-15.4-44.8-23-87.7-23-128.6 0-60.2 17.8-106 48.4-137.1 26.3-26.6 61.7-41.5 97.8-42.3 5.9.1 14.5 1.5 25.4 4.5 8.6 2.3 18 5.4 30.7 9.9 3.8 1.4 16.9 6.1 18.5 6.7 7.7 2.8 13.5 4.8 19.2 6.6 18.2 5.8 32.3 9 47.6 9 15.5 0 28.8-3.3 47.7-9.8 7.1-2.4 32.9-12 37.5-13.6 25.6-9.1 44.5-14 60.8-15.2 4.8-.4 9.1-.4 13.2-.1 22.7 1.8 42.1 6.3 58.6 13.8-37.6 43.4-57 96.5-56.9 158.4-.3 14.7.9 31.7 5.1 51.8 6.4 30.5 18.6 60.7 37.9 89 14.7 21.5 32.9 40.9 54.7 57.8-11.5 23.7-25.6 48.2-40.4 68.8zm-94.5-572c50.7-60.2 46.1-115 44.6-134.7-44.8 2.6-96.6 30.5-126.1 64.8-32.5 36.8-51.6 82.3-47.5 133.6 48.4 3.7 92.6-21.2 129-63.7z" } }] }, "name": "apple", "theme": "outlined" };
|
||||||
|
export default AppleOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AppstoreAddOutlined: IconDefinition;
|
||||||
|
export default AppstoreAddOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AppstoreAddOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H212V212h200v200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H612V212h200v200zm52 132H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H612V612h200v200zM424 712H296V584c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v128H104c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h128v128c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V776h128c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z" } }] }, "name": "appstore-add", "theme": "outlined" };
|
||||||
|
export default AppstoreAddOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AppstoreFilled: IconDefinition;
|
||||||
|
export default AppstoreFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AppstoreFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M864 144H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm0 400H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zM464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm0 400H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16z" } }] }, "name": "appstore", "theme": "filled" };
|
||||||
|
export default AppstoreFilled;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AppstoreOutlined: IconDefinition;
|
||||||
|
export default AppstoreOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AppstoreOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H212V212h200v200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H612V212h200v200zM464 544H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H212V612h200v200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H612V612h200v200z" } }] }, "name": "appstore", "theme": "outlined" };
|
||||||
|
export default AppstoreOutlined;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AppstoreTwoTone: IconDefinition;
|
||||||
|
export default AppstoreTwoTone;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
// This icon file is generated automatically.
|
||||||
|
var AppstoreTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M864 144H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H612V212h200v200zM464 544H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H212V612h200v200zm52-668H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H212V212h200v200zm452 132H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H612V612h200v200z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M212 212h200v200H212zm400 0h200v200H612zM212 612h200v200H212zm400 0h200v200H612z", "fill": secondaryColor } }] }; }, "name": "appstore", "theme": "twotone" };
|
||||||
|
export default AppstoreTwoTone;
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
import { IconDefinition } from '../types';
|
||||||
|
declare const AreaChartOutlined: IconDefinition;
|
||||||
|
export default AreaChartOutlined;
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue