@lobehub/icons 1.94.0 → 1.96.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.
- package/README.md +73 -70
- package/es/AiHubMix/components/Avatar.d.ts +5 -0
- package/es/AiHubMix/components/Avatar.js +28 -0
- package/es/AiHubMix/components/Color.d.ts +3 -0
- package/es/AiHubMix/components/Color.js +45 -0
- package/es/AiHubMix/components/Combine.d.ts +7 -0
- package/es/AiHubMix/components/Combine.js +32 -0
- package/es/AiHubMix/components/Inner.d.ts +3 -0
- package/es/AiHubMix/components/Inner.js +52 -0
- package/es/AiHubMix/components/Mono.d.ts +3 -0
- package/es/AiHubMix/components/Mono.js +42 -0
- package/es/AiHubMix/components/Text.d.ts +3 -0
- package/es/AiHubMix/components/Text.js +41 -0
- package/es/AiHubMix/index.d.ts +15 -0
- package/es/AiHubMix/index.js +16 -0
- package/es/AiHubMix/style.d.ts +4 -0
- package/es/AiHubMix/style.js +4 -0
- package/es/AionLabs/components/Avatar.d.ts +5 -0
- package/es/AionLabs/components/Avatar.js +29 -0
- package/es/AionLabs/components/Color.d.ts +3 -0
- package/es/AionLabs/components/Color.js +217 -0
- package/es/AionLabs/components/Combine.d.ts +7 -0
- package/es/AionLabs/components/Combine.js +32 -0
- package/es/AionLabs/components/Mono.d.ts +3 -0
- package/es/AionLabs/components/Mono.js +43 -0
- package/es/AionLabs/components/Text.d.ts +3 -0
- package/es/AionLabs/components/Text.js +40 -0
- package/es/AionLabs/index.d.ts +15 -0
- package/es/AionLabs/index.js +16 -0
- package/es/AionLabs/style.d.ts +4 -0
- package/es/AionLabs/style.js +4 -0
- package/es/AlephAlpha/components/Avatar.d.ts +5 -0
- package/es/AlephAlpha/components/Avatar.js +28 -0
- package/es/AlephAlpha/components/Combine.d.ts +5 -0
- package/es/AlephAlpha/components/Combine.js +26 -0
- package/es/AlephAlpha/components/Mono.d.ts +3 -0
- package/es/AlephAlpha/components/Mono.js +41 -0
- package/es/AlephAlpha/components/Text.d.ts +3 -0
- package/es/AlephAlpha/components/Text.js +44 -0
- package/es/AlephAlpha/index.d.ts +13 -0
- package/es/AlephAlpha/index.js +14 -0
- package/es/AlephAlpha/style.d.ts +4 -0
- package/es/AlephAlpha/style.js +4 -0
- package/es/Anyscale/components/Avatar.d.ts +5 -0
- package/es/Anyscale/components/Avatar.js +30 -0
- package/es/Anyscale/components/Color.d.ts +3 -0
- package/es/Anyscale/components/Color.js +40 -0
- package/es/Anyscale/components/Combine.d.ts +7 -0
- package/es/Anyscale/components/Combine.js +32 -0
- package/es/Anyscale/components/Mono.d.ts +3 -0
- package/es/Anyscale/components/Mono.js +41 -0
- package/es/Anyscale/components/Text.d.ts +3 -0
- package/es/Anyscale/components/Text.js +40 -0
- package/es/Anyscale/index.d.ts +15 -0
- package/es/Anyscale/index.js +16 -0
- package/es/Anyscale/style.d.ts +4 -0
- package/es/Anyscale/style.js +4 -0
- package/es/AssemblyAI/components/Avatar.d.ts +5 -0
- package/es/AssemblyAI/components/Avatar.js +27 -0
- package/es/AssemblyAI/components/Color.d.ts +3 -0
- package/es/AssemblyAI/components/Color.js +43 -0
- package/es/AssemblyAI/components/Combine.d.ts +7 -0
- package/es/AssemblyAI/components/Combine.js +32 -0
- package/es/AssemblyAI/components/Mono.d.ts +3 -0
- package/es/AssemblyAI/components/Mono.js +43 -0
- package/es/AssemblyAI/components/Text.d.ts +3 -0
- package/es/AssemblyAI/components/Text.js +40 -0
- package/es/AssemblyAI/index.d.ts +15 -0
- package/es/AssemblyAI/index.js +16 -0
- package/es/AssemblyAI/style.d.ts +4 -0
- package/es/AssemblyAI/style.js +4 -0
- package/es/CentML/components/Avatar.d.ts +5 -0
- package/es/CentML/components/Avatar.js +27 -0
- package/es/CentML/components/BrandColor.d.ts +3 -0
- package/es/CentML/components/BrandColor.js +46 -0
- package/es/CentML/components/BrandMono.d.ts +3 -0
- package/es/CentML/components/BrandMono.js +47 -0
- package/es/CentML/components/Color.d.ts +3 -0
- package/es/CentML/components/Color.js +43 -0
- package/es/CentML/components/Combine.d.ts +7 -0
- package/es/CentML/components/Combine.js +30 -0
- package/es/CentML/components/Mono.d.ts +3 -0
- package/es/CentML/components/Mono.js +43 -0
- package/es/CentML/components/Text.d.ts +3 -0
- package/es/CentML/components/Text.js +47 -0
- package/es/CentML/index.d.ts +19 -0
- package/es/CentML/index.js +20 -0
- package/es/CentML/style.d.ts +4 -0
- package/es/CentML/style.js +4 -0
- package/es/Cerebras/components/Combine.js +2 -4
- package/es/Crusoe/components/Avatar.d.ts +5 -0
- package/es/Crusoe/components/Avatar.js +27 -0
- package/es/Crusoe/components/Color.d.ts +3 -0
- package/es/Crusoe/components/Color.js +65 -0
- package/es/Crusoe/components/Combine.d.ts +7 -0
- package/es/Crusoe/components/Combine.js +32 -0
- package/es/Crusoe/components/Mono.d.ts +3 -0
- package/es/Crusoe/components/Mono.js +62 -0
- package/es/Crusoe/components/Text.d.ts +3 -0
- package/es/Crusoe/components/Text.js +41 -0
- package/es/Crusoe/index.d.ts +15 -0
- package/es/Crusoe/index.js +16 -0
- package/es/Crusoe/style.d.ts +4 -0
- package/es/Crusoe/style.js +4 -0
- package/es/Featherless/components/Avatar.d.ts +5 -0
- package/es/Featherless/components/Avatar.js +33 -0
- package/es/Featherless/components/Color.d.ts +3 -0
- package/es/Featherless/components/Color.js +40 -0
- package/es/Featherless/components/Combine.d.ts +7 -0
- package/es/Featherless/components/Combine.js +32 -0
- package/es/Featherless/components/Mono.d.ts +3 -0
- package/es/Featherless/components/Mono.js +41 -0
- package/es/Featherless/components/Text.d.ts +3 -0
- package/es/Featherless/components/Text.js +40 -0
- package/es/Featherless/index.d.ts +15 -0
- package/es/Featherless/index.js +16 -0
- package/es/Featherless/style.d.ts +4 -0
- package/es/Featherless/style.js +4 -0
- package/es/Friendli/components/Avatar.d.ts +5 -0
- package/es/Friendli/components/Avatar.js +28 -0
- package/es/Friendli/components/Combine.d.ts +5 -0
- package/es/Friendli/components/Combine.js +26 -0
- package/es/Friendli/components/Mono.d.ts +3 -0
- package/es/Friendli/components/Mono.js +45 -0
- package/es/Friendli/components/Text.d.ts +3 -0
- package/es/Friendli/components/Text.js +40 -0
- package/es/Friendli/index.d.ts +13 -0
- package/es/Friendli/index.js +14 -0
- package/es/Friendli/style.d.ts +4 -0
- package/es/Friendli/style.js +4 -0
- package/es/Hyperbolic/components/Avatar.d.ts +5 -0
- package/es/Hyperbolic/components/Avatar.js +30 -0
- package/es/Hyperbolic/components/Color.d.ts +3 -0
- package/es/Hyperbolic/components/Color.js +40 -0
- package/es/Hyperbolic/components/Combine.d.ts +7 -0
- package/es/Hyperbolic/components/Combine.js +32 -0
- package/es/Hyperbolic/components/Mono.d.ts +3 -0
- package/es/Hyperbolic/components/Mono.js +41 -0
- package/es/Hyperbolic/components/Text.d.ts +3 -0
- package/es/Hyperbolic/components/Text.js +40 -0
- package/es/Hyperbolic/index.d.ts +15 -0
- package/es/Hyperbolic/index.js +16 -0
- package/es/Hyperbolic/style.d.ts +4 -0
- package/es/Hyperbolic/style.js +4 -0
- package/es/Inference/components/Avatar.d.ts +5 -0
- package/es/Inference/components/Avatar.js +27 -0
- package/es/Inference/components/Combine.d.ts +5 -0
- package/es/Inference/components/Combine.js +24 -0
- package/es/Inference/components/Mono.d.ts +3 -0
- package/es/Inference/components/Mono.js +41 -0
- package/es/Inference/components/Text.d.ts +3 -0
- package/es/Inference/components/Text.js +40 -0
- package/es/Inference/index.d.ts +13 -0
- package/es/Inference/index.js +14 -0
- package/es/Inference/style.d.ts +4 -0
- package/es/Inference/style.js +4 -0
- package/es/Infermatic/components/Avatar.d.ts +5 -0
- package/es/Infermatic/components/Avatar.js +30 -0
- package/es/Infermatic/components/Color.d.ts +3 -0
- package/es/Infermatic/components/Color.js +40 -0
- package/es/Infermatic/components/Combine.d.ts +7 -0
- package/es/Infermatic/components/Combine.js +32 -0
- package/es/Infermatic/components/Mono.d.ts +3 -0
- package/es/Infermatic/components/Mono.js +41 -0
- package/es/Infermatic/components/Text.d.ts +3 -0
- package/es/Infermatic/components/Text.js +40 -0
- package/es/Infermatic/index.d.ts +15 -0
- package/es/Infermatic/index.js +16 -0
- package/es/Infermatic/style.d.ts +4 -0
- package/es/Infermatic/style.js +4 -0
- package/es/Inflection/components/Avatar.d.ts +5 -0
- package/es/Inflection/components/Avatar.js +28 -0
- package/es/Inflection/components/Combine.d.ts +5 -0
- package/es/Inflection/components/Combine.js +24 -0
- package/es/Inflection/components/Mono.d.ts +3 -0
- package/es/Inflection/components/Mono.js +41 -0
- package/es/Inflection/components/Text.d.ts +3 -0
- package/es/Inflection/components/Text.js +40 -0
- package/es/Inflection/index.d.ts +13 -0
- package/es/Inflection/index.js +14 -0
- package/es/Inflection/style.d.ts +4 -0
- package/es/Inflection/style.js +4 -0
- package/es/Kluster/components/Avatar.d.ts +5 -0
- package/es/Kluster/components/Avatar.js +30 -0
- package/es/Kluster/components/Color.d.ts +3 -0
- package/es/Kluster/components/Color.js +43 -0
- package/es/Kluster/components/Combine.d.ts +7 -0
- package/es/Kluster/components/Combine.js +32 -0
- package/es/Kluster/components/Mono.d.ts +3 -0
- package/es/Kluster/components/Mono.js +43 -0
- package/es/Kluster/components/Text.d.ts +3 -0
- package/es/Kluster/components/Text.js +40 -0
- package/es/Kluster/index.d.ts +15 -0
- package/es/Kluster/index.js +16 -0
- package/es/Kluster/style.d.ts +4 -0
- package/es/Kluster/style.js +4 -0
- package/es/LeptonAI/components/Avatar.d.ts +5 -0
- package/es/LeptonAI/components/Avatar.js +29 -0
- package/es/LeptonAI/components/Color.d.ts +3 -0
- package/es/LeptonAI/components/Color.js +61 -0
- package/es/LeptonAI/components/Combine.d.ts +7 -0
- package/es/LeptonAI/components/Combine.js +32 -0
- package/es/LeptonAI/components/Mono.d.ts +3 -0
- package/es/LeptonAI/components/Mono.js +57 -0
- package/es/LeptonAI/components/Text.d.ts +3 -0
- package/es/LeptonAI/components/Text.js +40 -0
- package/es/LeptonAI/index.d.ts +15 -0
- package/es/LeptonAI/index.js +16 -0
- package/es/LeptonAI/style.d.ts +4 -0
- package/es/LeptonAI/style.js +4 -0
- package/es/Liquid/components/Avatar.d.ts +5 -0
- package/es/Liquid/components/Avatar.js +27 -0
- package/es/Liquid/components/Combine.d.ts +5 -0
- package/es/Liquid/components/Combine.js +29 -0
- package/es/Liquid/components/Mono.d.ts +3 -0
- package/es/Liquid/components/Mono.js +41 -0
- package/es/Liquid/components/Text.d.ts +3 -0
- package/es/Liquid/components/Text.js +50 -0
- package/es/Liquid/index.d.ts +13 -0
- package/es/Liquid/index.js +14 -0
- package/es/Liquid/style.d.ts +4 -0
- package/es/Liquid/style.js +4 -0
- package/es/NPLCloud/components/Avatar.d.ts +5 -0
- package/es/NPLCloud/components/Avatar.js +30 -0
- package/es/NPLCloud/components/Color.d.ts +3 -0
- package/es/NPLCloud/components/Color.js +40 -0
- package/es/NPLCloud/components/Combine.d.ts +7 -0
- package/es/NPLCloud/components/Combine.js +32 -0
- package/es/NPLCloud/components/Mono.d.ts +3 -0
- package/es/NPLCloud/components/Mono.js +41 -0
- package/es/NPLCloud/components/Text.d.ts +3 -0
- package/es/NPLCloud/components/Text.js +40 -0
- package/es/NPLCloud/index.d.ts +15 -0
- package/es/NPLCloud/index.js +16 -0
- package/es/NPLCloud/style.d.ts +4 -0
- package/es/NPLCloud/style.js +4 -0
- package/es/Nebius/components/Avatar.d.ts +5 -0
- package/es/Nebius/components/Avatar.js +28 -0
- package/es/Nebius/components/Mono.d.ts +3 -0
- package/es/Nebius/components/Mono.js +43 -0
- package/es/Nebius/components/Text.d.ts +3 -0
- package/es/Nebius/components/Text.js +47 -0
- package/es/Nebius/index.d.ts +11 -0
- package/es/Nebius/index.js +12 -0
- package/es/Nebius/style.d.ts +4 -0
- package/es/Nebius/style.js +4 -0
- package/es/Parasail/components/Avatar.d.ts +5 -0
- package/es/Parasail/components/Avatar.js +28 -0
- package/es/Parasail/components/Combine.d.ts +5 -0
- package/es/Parasail/components/Combine.js +27 -0
- package/es/Parasail/components/Mono.d.ts +3 -0
- package/es/Parasail/components/Mono.js +44 -0
- package/es/Parasail/components/Text.d.ts +3 -0
- package/es/Parasail/components/Text.js +40 -0
- package/es/Parasail/index.d.ts +13 -0
- package/es/Parasail/index.js +14 -0
- package/es/Parasail/style.d.ts +4 -0
- package/es/Parasail/style.js +4 -0
- package/es/Snowflake/components/Avatar.d.ts +5 -0
- package/es/Snowflake/components/Avatar.js +30 -0
- package/es/Snowflake/components/Color.d.ts +3 -0
- package/es/Snowflake/components/Color.js +42 -0
- package/es/Snowflake/components/Combine.d.ts +7 -0
- package/es/Snowflake/components/Combine.js +32 -0
- package/es/Snowflake/components/Mono.d.ts +3 -0
- package/es/Snowflake/components/Mono.js +42 -0
- package/es/Snowflake/components/Text.d.ts +3 -0
- package/es/Snowflake/components/Text.js +41 -0
- package/es/Snowflake/index.d.ts +15 -0
- package/es/Snowflake/index.js +16 -0
- package/es/Snowflake/style.d.ts +4 -0
- package/es/Snowflake/style.js +4 -0
- package/es/Targon/components/Avatar.d.ts +5 -0
- package/es/Targon/components/Avatar.js +28 -0
- package/es/Targon/components/Color.d.ts +3 -0
- package/es/Targon/components/Color.js +45 -0
- package/es/Targon/components/Combine.d.ts +7 -0
- package/es/Targon/components/Combine.js +32 -0
- package/es/Targon/components/Inner.d.ts +3 -0
- package/es/Targon/components/Inner.js +42 -0
- package/es/Targon/components/Mono.d.ts +3 -0
- package/es/Targon/components/Mono.js +42 -0
- package/es/Targon/components/Text.d.ts +3 -0
- package/es/Targon/components/Text.js +40 -0
- package/es/Targon/index.d.ts +15 -0
- package/es/Targon/index.js +16 -0
- package/es/Targon/style.d.ts +4 -0
- package/es/Targon/style.js +4 -0
- package/es/Voyage/components/Avatar.d.ts +5 -0
- package/es/Voyage/components/Avatar.js +27 -0
- package/es/Voyage/components/Color.d.ts +3 -0
- package/es/Voyage/components/Color.js +40 -0
- package/es/Voyage/components/Mono.d.ts +3 -0
- package/es/Voyage/components/Mono.js +41 -0
- package/es/Voyage/components/Text.d.ts +3 -0
- package/es/Voyage/components/Text.js +40 -0
- package/es/Voyage/index.d.ts +13 -0
- package/es/Voyage/index.js +14 -0
- package/es/Voyage/style.d.ts +4 -0
- package/es/Voyage/style.js +4 -0
- package/es/features/IconCombine/index.d.ts +1 -1
- package/es/features/IconCombine/index.js +1 -1
- package/es/features/modelConfig.js +20 -0
- package/es/icons.d.ts +22 -0
- package/es/icons.js +22 -0
- package/es/toc.js +396 -0
- package/package.json +1 -1
@@ -0,0 +1,41 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
4
|
+
var _excluded = ["size", "style"];
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
12
|
+
import { forwardRef } from 'react';
|
13
|
+
import { TITLE } from "../style";
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
16
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
17
|
+
var _ref$size = _ref.size,
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
19
|
+
style = _ref.style,
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
22
|
+
fill: "currentColor",
|
23
|
+
fillRule: "evenodd",
|
24
|
+
height: size,
|
25
|
+
ref: ref,
|
26
|
+
style: _objectSpread({
|
27
|
+
flex: 'none',
|
28
|
+
lineHeight: 1
|
29
|
+
}, style),
|
30
|
+
viewBox: "0 0 131 24",
|
31
|
+
xmlns: "http://www.w3.org/2000/svg"
|
32
|
+
}, rest), {}, {
|
33
|
+
children: [/*#__PURE__*/_jsx("title", {
|
34
|
+
children: TITLE
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
36
|
+
clipRule: "evenodd",
|
37
|
+
d: "M76.249.05h-.24c-.033 0-.063.003-.095.006-.03-.003-.06-.006-.093-.006-.617 0-1.218.07-1.779.254a3.218 3.218 0 00-1.455.938l-.002-.004v.006c-.41.448-.677.984-.843 1.593-.163.61-.23 1.299-.237 2.084v1.516h-1.692a1.046 1.046 0 00-1.056 1.03c-.003.291.108.571.308.782.201.205.472.327.759.343h1.681v12.334l-.002.03c0 .29.12.556.319.746.196.187.472.298.77.298a1.046 1.046 0 001.042-1.047V8.586h1.82a1.14 1.14 0 00.993-.687 1.08 1.08 0 00.082-.417V7.44c-.004-.556-.476-1.01-1.063-1.01h-1.833V4.92c.012-.668.082-1.168.183-1.53.098-.367.234-.596.353-.738.144-.149.324-.258.522-.317.251-.082.601-.131 1.073-.131h.056c.027 0 .057-.007.084-.007.032 0 .064.007.098.007h.238A1.083 1.083 0 0077.015.36 1.07 1.07 0 0076.25.05zm37.533 8a1.074 1.074 0 00.33-.762 1.006 1.006 0 00-.332-.738h.002c-.002-.005-.006-.005-.006-.005 0-.006-.005-.006-.005-.006h-.004a1.064 1.064 0 00-.747-.31 1.08 1.08 0 00-.752.316l-8.379 8.061V1.061c0-.583-.495-1.06-1.103-1.06a1.06 1.06 0 00-.753.313 1.07 1.07 0 00-.318.747v19.834a1.067 1.067 0 00.318.744c.201.198.471.31.753.313.608 0 1.103-.471 1.103-1.054v-3.276l2.727-2.689 5.563 6.624a.842.842 0 00.388.313c.16.059.317.082.456.082.252.005.498-.075.699-.226l.013-.008.014-.014a1.12 1.12 0 00.351-.8 1.091 1.091 0 00-.264-.703V20.2l-5.663-6.794 5.603-5.35h.006V8.05zM98.653 6.684c.198.191.32.463.32.759v13.45a1.052 1.052 0 01-.314.743 1.09 1.09 0 01-.756.313 1.089 1.089 0 01-.99-.652 1.04 1.04 0 01-.084-.403v-1.312c-1.348 1.437-3.242 2.367-5.338 2.367a7.288 7.288 0 01-5.31-2.302 7.914 7.914 0 01-2.177-5.477c0-2.123.827-4.07 2.176-5.48a7.296 7.296 0 015.31-2.298c2.097 0 3.991.902 5.34 2.333v-1.28a1.052 1.052 0 011.073-1.053c.285 0 .554.108.75.292zm-1.824 7.486c0-1.59-.607-3.015-1.579-4.046-.97-1.025-2.304-1.648-3.76-1.65-1.444 0-2.771.625-3.753 1.65a5.873 5.873 0 00-1.59 4.046 5.81 5.81 0 001.59 4.024c.975 1.021 2.307 1.636 3.754 1.636a5.17 5.17 0 003.761-1.634 5.825 5.825 0 001.577-4.026zm-86.237-.378c-.866-.404-1.848-.7-2.826-1.021-.902-.302-1.815-.556-2.467-.894-.328-.173-.584-.356-.75-.562a1.043 1.043 0 01-.255-.7 1.69 1.69 0 01.308-.983c.294-.415.786-.74 1.322-.948a4.379 4.379 0 011.519-.31c1.216.002 1.984.4 2.574.817.29.207.536.42.77.594.119.09.23.173.361.234a.99.99 0 00.425.108.75.75 0 00.29-.056.92.92 0 00.26-.16.918.918 0 00.194-.259c.04-.096.062-.2.063-.304a1.122 1.122 0 00-.15-.529c-.162-.29-.411-.569-.728-.85a7.09 7.09 0 00-1.765-1.107c-.673-.297-1.393-.5-2.078-.5-1.592 0-2.92.357-3.884 1.013-.503.344-.946.718-1.256 1.235-.318.52-.496 1.16-.519 1.994v.112c-.004.808.26 1.476.675 1.999.629.787 1.563 1.255 2.48 1.59.912.333 1.829.532 2.404.722.812.266 1.674.556 2.306.94.315.195.566.406.738.638.165.236.26.483.267.792v.025a1.8 1.8 0 01-.359 1.103c-.335.451-.89.778-1.479.99a5.212 5.212 0 01-1.592.29c-1.388 0-2.315-.331-2.992-.662-.338-.167-.61-.33-.86-.47a2.903 2.903 0 00-.358-.178 1.03 1.03 0 00-.386-.078.745.745 0 00-.507.202c-.094.087-.173.19-.231.305a.815.815 0 00-.083.361c0 .21.076.396.19.57.175.247.433.467.752.69.333.219.728.432 1.18.646 1.011.47 2.305.718 3.289.732h.002c1.53 0 2.85-.348 3.962-1.155v-.004h.002c1.089-.808 1.764-2.01 1.764-3.37 0-.746-.178-1.378-.486-1.895-.468-.782-1.227-1.3-2.087-1.707zM80.668 0a1.068 1.068 0 00-.755.313 1.055 1.055 0 00-.318.747v19.833a1.03 1.03 0 00.317.744c.202.198.473.31.756.313.608 0 1.1-.47 1.102-1.053V1.06C81.77.475 81.28 0 80.67 0zM130 13.67v.105a.963.963 0 01-.336.73 1.12 1.12 0 01-.741.269h-12.025c.305 2.897 2.651 5.038 5.446 5.057h.709c.926.004 1.826-.313 2.621-.833a6.485 6.485 0 001.966-2.038.987.987 0 01.397-.378 1.085 1.085 0 011.046.02l.013.006.011.01a1.13 1.13 0 01.49.915c0 .187-.051.376-.151.547l-.004.007-.003.002a8.968 8.968 0 01-2.677 2.714c-1.091.7-2.354 1.141-3.709 1.141h-.72a7.593 7.593 0 01-5.393-2.303 7.768 7.768 0 01-2.218-5.447c0-2.155.851-4.107 2.236-5.521a7.583 7.583 0 015.434-2.285c2.03 0 3.857.799 5.21 2.104 1.351 1.305 2.234 3.12 2.392 5.16l.006.018zm-2.349-1.002c-.61-2.44-2.781-4.179-5.259-4.176-2.541 0-4.682 1.7-5.345 4.176h10.604zM22.018 6.42c-1.609.001-3.16.599-4.353 1.677v-.614a1.062 1.062 0 00-.636-.975 1.068 1.068 0 00-1.175.232 1.062 1.062 0 00-.303.743v13.73l.045.045.003.005c.017.051.04.1.07.144.147.254.386.448.683.533l.04.013h.232c.159 0 .315-.036.458-.102a.928.928 0 00.328-.271h.003c.013-.013.015-.026.026-.038.059-.07.108-.147.145-.23.031-.08.051-.16.067-.218l.009-.038V12.81a4.377 4.377 0 011.31-3.022 4.305 4.305 0 013.041-1.253 4.33 4.33 0 013.064 1.253 4.21 4.21 0 011.256 3.009v8.098c0 .295.127.57.32.756a1.098 1.098 0 001.504 0 1.042 1.042 0 00.32-.756v-8.098c.01-3.492-2.883-6.371-6.457-6.378zm21.31 2.28a7.923 7.923 0 012.179 5.47 7.935 7.935 0 01-2.178 5.47c-1.343 1.416-3.22 2.309-5.309 2.309-2.069 0-3.948-.896-5.297-2.31a7.94 7.94 0 010-10.939c1.349-1.413 3.23-2.309 5.297-2.309 2.089.003 3.966.896 5.308 2.31zm.03 5.47a5.864 5.864 0 00-1.59-4.032c-.98-1.033-2.306-1.663-3.75-1.663-1.44 0-2.772.632-3.75 1.663a5.864 5.864 0 00-1.59 4.033 5.803 5.803 0 001.59 4.013c.979 1.028 2.31 1.648 3.751 1.648 1.44 0 2.774-.62 3.75-1.648a5.806 5.806 0 001.589-4.013zm23.137-7.658l-.007-.004-.005-.002a.992.992 0 00-.385-.083 1.144 1.144 0 00-.588.173c-.184.114-.33.281-.418.48v.006l-4.095 11.058-3.154-7.41-.006-.004c-.09-.2-.238-.367-.426-.48a1.122 1.122 0 00-1.204.003c-.185.112-.332.279-.421.477l-.003.003-3.161 7.417L48.51 7.09h-.003a.949.949 0 00-.392-.492 1.15 1.15 0 00-.596-.176c-.139 0-.276.028-.403.083h-.007l-.005.005a1.068 1.068 0 00-.619.97c0 .128.026.256.076.385l5.062 13.418v.006c.041.108.102.208.178.296a.764.764 0 00.236.176c.018.014.042.038.084.06a.42.42 0 00.15.053c.09.03.211.074.372.074.203 0 .394-.074.565-.182a.982.982 0 00.38-.466l.012-.009 3.202-7.554 3.205 7.523h.002c.074.202.205.356.354.468.159.117.337.19.524.22h.133a1.024 1.024 0 00.629-.216c.172-.132.306-.307.389-.508v-.005l5.028-13.36a1.039 1.039 0 00-.572-1.348z"
|
38
|
+
})]
|
39
|
+
}));
|
40
|
+
});
|
41
|
+
export default Icon;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import Avatar from './components/Avatar';
|
2
|
+
import Color from './components/Color';
|
3
|
+
import Combine from './components/Combine';
|
4
|
+
import Mono from './components/Mono';
|
5
|
+
import Text from './components/Text';
|
6
|
+
export type CompoundedIcon = typeof Mono & {
|
7
|
+
Avatar: typeof Avatar;
|
8
|
+
Color: typeof Color;
|
9
|
+
Combine: typeof Combine;
|
10
|
+
Text: typeof Text;
|
11
|
+
colorPrimary: string;
|
12
|
+
title: string;
|
13
|
+
};
|
14
|
+
declare const Icons: CompoundedIcon;
|
15
|
+
export default Icons;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
import Avatar from "./components/Avatar";
|
4
|
+
import Color from "./components/Color";
|
5
|
+
import Combine from "./components/Combine";
|
6
|
+
import Mono from "./components/Mono";
|
7
|
+
import Text from "./components/Text";
|
8
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
9
|
+
var Icons = Mono;
|
10
|
+
Icons.Color = Color;
|
11
|
+
Icons.Text = Text;
|
12
|
+
Icons.Combine = Combine;
|
13
|
+
Icons.Avatar = Avatar;
|
14
|
+
Icons.colorPrimary = COLOR_PRIMARY;
|
15
|
+
Icons.title = TITLE;
|
16
|
+
export default Icons;
|
@@ -0,0 +1,28 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
4
|
+
var _excluded = ["background"];
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
12
|
+
import { memo } from 'react';
|
13
|
+
import IconAvatar from "../../features/IconAvatar";
|
14
|
+
import { COLOR_PRIMARY, TITLE } from "../style";
|
15
|
+
import Inner from "./Inner";
|
16
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
17
|
+
var Avatar = /*#__PURE__*/memo(function (_ref) {
|
18
|
+
var background = _ref.background,
|
19
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
20
|
+
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
21
|
+
Icon: Inner,
|
22
|
+
"aria-label": TITLE,
|
23
|
+
background: background || COLOR_PRIMARY,
|
24
|
+
color: '#191B20',
|
25
|
+
iconMultiple: 0.7
|
26
|
+
}, rest));
|
27
|
+
});
|
28
|
+
export default Avatar;
|
@@ -0,0 +1,45 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
4
|
+
var _excluded = ["size", "style"];
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
12
|
+
import { forwardRef } from 'react';
|
13
|
+
import { TITLE } from "../style";
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
16
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
17
|
+
var _ref$size = _ref.size,
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
19
|
+
style = _ref.style,
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
22
|
+
height: size,
|
23
|
+
ref: ref,
|
24
|
+
style: _objectSpread({
|
25
|
+
flex: 'none',
|
26
|
+
lineHeight: 1
|
27
|
+
}, style),
|
28
|
+
viewBox: "0 0 25 25",
|
29
|
+
width: size,
|
30
|
+
xmlns: "http://www.w3.org/2000/svg"
|
31
|
+
}, rest), {}, {
|
32
|
+
children: [/*#__PURE__*/_jsx("title", {
|
33
|
+
children: TITLE
|
34
|
+
}), /*#__PURE__*/_jsx("path", {
|
35
|
+
d: "M20.297.7H5.289A4.496 4.496 0 00.793 5.195v15.007a4.496 4.496 0 004.496 4.496h15.008a4.496 4.496 0 004.496-4.496V5.196A4.497 4.497 0 0020.297.699z",
|
36
|
+
fill: "#68C3FF"
|
37
|
+
}), /*#__PURE__*/_jsx("path", {
|
38
|
+
clipRule: "evenodd",
|
39
|
+
d: "M19.779 5.834a.03.03 0 01.036-.01.03.03 0 01.018.024c.005.04.009.08.01.12.012.61.015 1.221.01 1.832a4.443 4.443 0 01-.547 2.138 4.162 4.162 0 01-2.277 1.882c-.34.12-.691.189-1.053.205-3.392.004-6.784.004-10.177 0-.071-.004-.149-.04-.159-.11a.156.156 0 01-.001-.014c-.03-1.067.317-1.988 1.042-2.764a3.855 3.855 0 012.43-1.208c2.016-.016 4.033-.025 6.05-.026a8.74 8.74 0 001.437-.195 5.856 5.856 0 001.737-.632c.208-.11.409-.233.6-.368.205-.156.394-.33.566-.524.094-.116.186-.233.278-.35zM19.721 12.098c.025-.033.075-.026.081.015.01.564.016 1.127.016 1.69.005.435-.038.865-.132 1.29a4.071 4.071 0 01-1.76 2.498c-.499.32-1.041.53-1.628.627a7.12 7.12 0 01-.326.031c-3.417.004-6.834.004-10.25 0a.123.123 0 01-.114-.076.439.439 0 01-.021-.11 4.007 4.007 0 01.605-2.117 4.08 4.08 0 011.535-1.398 3.83 3.83 0 01.76-.293c.224-.06.457-.076.688-.078l5.907-.05a7.493 7.493 0 003.343-.89c.41-.24.775-.536 1.098-.887a4.68 4.68 0 00.198-.252z",
|
40
|
+
fill: "#191B20",
|
41
|
+
fillRule: "evenodd"
|
42
|
+
})]
|
43
|
+
}));
|
44
|
+
});
|
45
|
+
export default Icon;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { type IconCombineProps } from "../../features/IconCombine";
|
3
|
+
export interface CombineProps extends Omit<IconCombineProps, 'Icon' | 'Text'> {
|
4
|
+
type?: 'color' | 'mono';
|
5
|
+
}
|
6
|
+
declare const Combine: import("react").NamedExoticComponent<CombineProps>;
|
7
|
+
export default Combine;
|
@@ -0,0 +1,32 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
4
|
+
var _excluded = ["type"];
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
12
|
+
import { memo } from 'react';
|
13
|
+
import IconCombine from "../../features/IconCombine";
|
14
|
+
import { SPACE_MULTIPLE, TEXT_MULTIPLE, TITLE } from "../style";
|
15
|
+
import Color from "./Color";
|
16
|
+
import Mono from "./Mono";
|
17
|
+
import Text from "./Text";
|
18
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
19
|
+
var Combine = /*#__PURE__*/memo(function (_ref) {
|
20
|
+
var _ref$type = _ref.type,
|
21
|
+
type = _ref$type === void 0 ? 'mono' : _ref$type,
|
22
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
23
|
+
var Icon = type === 'color' ? Color : Mono;
|
24
|
+
return /*#__PURE__*/_jsx(IconCombine, _objectSpread({
|
25
|
+
Icon: Icon,
|
26
|
+
Text: Text,
|
27
|
+
"aria-label": TITLE,
|
28
|
+
spaceMultiple: SPACE_MULTIPLE,
|
29
|
+
textMultiple: TEXT_MULTIPLE
|
30
|
+
}, rest));
|
31
|
+
});
|
32
|
+
export default Combine;
|
@@ -0,0 +1,42 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
4
|
+
var _excluded = ["size", "style"];
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
12
|
+
import { forwardRef } from 'react';
|
13
|
+
import { TITLE } from "../style";
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
16
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
17
|
+
var _ref$size = _ref.size,
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
19
|
+
style = _ref.style,
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
22
|
+
fill: "currentColor",
|
23
|
+
fillRule: "evenodd",
|
24
|
+
height: size,
|
25
|
+
ref: ref,
|
26
|
+
style: _objectSpread({
|
27
|
+
flex: 'none',
|
28
|
+
lineHeight: 1
|
29
|
+
}, style),
|
30
|
+
viewBox: "0 0 24 24",
|
31
|
+
width: size,
|
32
|
+
xmlns: "http://www.w3.org/2000/svg"
|
33
|
+
}, rest), {}, {
|
34
|
+
children: [/*#__PURE__*/_jsx("title", {
|
35
|
+
children: TITLE
|
36
|
+
}), /*#__PURE__*/_jsx("path", {
|
37
|
+
clipRule: "evenodd",
|
38
|
+
d: "M21.892 2.018a.043.043 0 01.051-.015.043.043 0 01.025.034c.008.056.012.112.015.169.016.856.02 1.712.014 2.568a6.228 6.228 0 01-.767 2.996 5.834 5.834 0 01-3.192 2.638c-.477.169-.97.265-1.476.288-4.755.005-9.51.005-14.264 0-.1-.006-.21-.056-.224-.156a.226.226 0 01-.001-.018c-.043-1.496.445-2.787 1.46-3.874A5.404 5.404 0 016.94 4.954c2.827-.023 5.653-.035 8.48-.036.679-.036 1.35-.127 2.014-.274a8.208 8.208 0 002.435-.885c.293-.155.573-.327.842-.517.287-.218.551-.463.793-.734.131-.162.261-.326.39-.49zM21.812 10.798c.034-.047.104-.036.113.021.015.79.022 1.58.022 2.369a7.908 7.908 0 01-.184 1.808c-.37 1.49-1.193 2.658-2.469 3.501a5.975 5.975 0 01-2.28.879 9.859 9.859 0 01-.458.044c-4.79.005-9.578.005-14.368 0a.172.172 0 01-.158-.107.616.616 0 01-.03-.155 5.616 5.616 0 01.849-2.967 5.719 5.719 0 012.15-1.959 5.381 5.381 0 011.067-.412c.314-.084.64-.106.964-.108l8.279-.07a10.5 10.5 0 004.686-1.247 6.666 6.666 0 001.539-1.244c.097-.115.19-.233.278-.353z"
|
39
|
+
})]
|
40
|
+
}));
|
41
|
+
});
|
42
|
+
export default Icon;
|
@@ -0,0 +1,42 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
4
|
+
var _excluded = ["size", "style"];
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
12
|
+
import { forwardRef } from 'react';
|
13
|
+
import { TITLE } from "../style";
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
16
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
17
|
+
var _ref$size = _ref.size,
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
19
|
+
style = _ref.style,
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
22
|
+
fill: "currentColor",
|
23
|
+
fillRule: "evenodd",
|
24
|
+
height: size,
|
25
|
+
ref: ref,
|
26
|
+
style: _objectSpread({
|
27
|
+
flex: 'none',
|
28
|
+
lineHeight: 1
|
29
|
+
}, style),
|
30
|
+
viewBox: "0 0 25 25",
|
31
|
+
width: size,
|
32
|
+
xmlns: "http://www.w3.org/2000/svg"
|
33
|
+
}, rest), {}, {
|
34
|
+
children: [/*#__PURE__*/_jsx("title", {
|
35
|
+
children: TITLE
|
36
|
+
}), /*#__PURE__*/_jsx("path", {
|
37
|
+
clipRule: "evenodd",
|
38
|
+
d: "M20.297.7H5.289A4.496 4.496 0 00.793 5.195v15.007a4.496 4.496 0 004.496 4.496h15.008a4.496 4.496 0 004.496-4.496V5.196A4.497 4.497 0 0020.297.699zm-.518 5.134a.03.03 0 01.036-.01.03.03 0 01.018.024c.005.04.009.08.01.12.012.61.015 1.221.01 1.832a4.442 4.442 0 01-.547 2.138 4.162 4.162 0 01-2.277 1.882c-.34.12-.691.189-1.053.205-3.392.004-6.784.004-10.177 0-.071-.004-.149-.04-.159-.11a.156.156 0 01-.001-.014c-.03-1.067.317-1.988 1.042-2.764a3.855 3.855 0 012.43-1.208c2.016-.016 4.033-.025 6.05-.026.484-.025.963-.09 1.437-.195a5.856 5.856 0 001.737-.632c.208-.11.409-.233.6-.368.205-.156.394-.33.566-.524.094-.116.186-.233.278-.35zm.023 6.28c-.006-.042-.056-.05-.08-.016a4.68 4.68 0 01-.199.252 4.758 4.758 0 01-1.098.887 7.493 7.493 0 01-3.343.89l-5.907.05a2.735 2.735 0 00-.687.078 3.83 3.83 0 00-.76.293 4.08 4.08 0 00-1.536 1.398 4.007 4.007 0 00-.605 2.117c.002.037.01.074.021.11.022.048.06.074.113.076 3.417.004 6.834.004 10.25 0a7.12 7.12 0 00.327-.031 4.264 4.264 0 001.627-.627 4.071 4.071 0 001.761-2.498c.094-.425.137-.855.132-1.29 0-.563-.005-1.127-.016-1.69z"
|
39
|
+
})]
|
40
|
+
}));
|
41
|
+
});
|
42
|
+
export default Icon;
|
@@ -0,0 +1,40 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
4
|
+
var _excluded = ["size", "style"];
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
12
|
+
import { forwardRef } from 'react';
|
13
|
+
import { TITLE } from "../style";
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
16
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
17
|
+
var _ref$size = _ref.size,
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
19
|
+
style = _ref.style,
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
22
|
+
fill: "currentColor",
|
23
|
+
fillRule: "evenodd",
|
24
|
+
height: size,
|
25
|
+
ref: ref,
|
26
|
+
style: _objectSpread({
|
27
|
+
flex: 'none',
|
28
|
+
lineHeight: 1
|
29
|
+
}, style),
|
30
|
+
viewBox: "0 0 110 24",
|
31
|
+
xmlns: "http://www.w3.org/2000/svg"
|
32
|
+
}, rest), {}, {
|
33
|
+
children: [/*#__PURE__*/_jsx("title", {
|
34
|
+
children: TITLE
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
36
|
+
d: "M107.893 2.31V21.69h-4.575l-7.666-11.19v11.19H91.17V2.31h4.544l7.697 11.622V2.31h4.482zM88.865 11.985c0 3.524-.721 6.079-2.164 7.666C85.279 21.217 82.96 22 79.746 22c-3.36 0-5.719-.742-7.08-2.226-1.36-1.483-2.04-4.08-2.04-7.79 0-3.523.712-6.068 2.134-7.635C74.202 2.783 76.53 2 79.746 2c3.359 0 5.718.742 7.079 2.226 1.36 1.483 2.04 4.07 2.04 7.759zm-12.798 4.142c.268.515.66.876 1.175 1.082.536.206 1.37.309 2.504.309 1.133 0 1.958-.103 2.473-.31a2.215 2.215 0 001.205-1.081c.206-.412.35-.948.433-1.608.103-.66.155-1.504.155-2.534 0-1.051-.052-1.907-.155-2.566-.082-.68-.227-1.226-.433-1.638a2.075 2.075 0 00-1.174-1.113c-.516-.227-1.35-.34-2.504-.34s-2 .113-2.535.34c-.515.206-.897.577-1.144 1.113-.206.412-.36.958-.463 1.638-.083.66-.124 1.514-.124 2.566 0 1.03.041 1.875.123 2.534.104.66.258 1.196.464 1.608zM64.379 14.488H61.04v-3.864h7.82v10.201c-.576.268-1.607.536-3.09.804-1.484.247-2.834.371-4.05.371-3.359 0-5.698-.773-7.017-2.318-1.298-1.546-1.947-4.112-1.947-7.697 0-3.463.762-5.987 2.287-7.574C56.568 2.804 59 2 62.338 2c1.216 0 2.298.03 3.246.093.969.041 1.71.113 2.226.216v4.204a36.188 36.188 0 00-2.442-.124 68.55 68.55 0 00-3.03-.061c-1.174 0-2.05.103-2.627.309a2.34 2.34 0 00-1.267 1.082c-.268.412-.464.968-.588 1.669-.103.68-.154 1.546-.154 2.597 0 1.01.051 1.854.154 2.534.103.68.268 1.226.495 1.639.288.556.69.948 1.205 1.174.536.227 1.36.34 2.473.34.371 0 .752-.01 1.144-.03.412-.042.814-.093 1.206-.155v-2.999zM40.567 15.447v6.244h-4.791V2.31h7.078c2.989 0 5.111.504 6.368 1.514 1.257 1.01 1.886 2.69 1.886 5.039 0 1.587-.34 2.885-1.02 3.895-.66.989-1.67 1.71-3.03 2.164l4.73 6.77h-5.75l-4.018-6.245h-1.453zm5.688-6.584c0-.824-.248-1.401-.742-1.731-.495-.33-1.38-.495-2.658-.495h-2.288v4.946h2.288c1.277 0 2.163-.196 2.658-.587.495-.412.742-1.123.742-2.133zM20.22 21.691h-5.04L22.353 2.31h4.977l6.986 19.381h-5.007l-1.02-3.245H21.24l-1.02 3.245zM24.733 7.07c-.165.577-.35 1.195-.557 1.855-.185.639-.505 1.69-.958 3.153l-.804 2.565h4.668l-.804-2.565a88.43 88.43 0 01-.803-2.473c-.268-.886-.516-1.731-.742-2.535zM17.363 2.31v4.327h-5.286v15.054H7.286V6.637H2V2.31h15.363z"
|
37
|
+
})]
|
38
|
+
}));
|
39
|
+
});
|
40
|
+
export default Icon;
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import Avatar from './components/Avatar';
|
2
|
+
import Color from './components/Color';
|
3
|
+
import Combine from './components/Combine';
|
4
|
+
import Mono from './components/Mono';
|
5
|
+
import Text from './components/Text';
|
6
|
+
export type CompoundedIcon = typeof Mono & {
|
7
|
+
Avatar: typeof Avatar;
|
8
|
+
Color: typeof Color;
|
9
|
+
Combine: typeof Combine;
|
10
|
+
Text: typeof Text;
|
11
|
+
colorPrimary: string;
|
12
|
+
title: string;
|
13
|
+
};
|
14
|
+
declare const Icons: CompoundedIcon;
|
15
|
+
export default Icons;
|
@@ -0,0 +1,16 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
import Avatar from "./components/Avatar";
|
4
|
+
import Color from "./components/Color";
|
5
|
+
import Combine from "./components/Combine";
|
6
|
+
import Mono from "./components/Mono";
|
7
|
+
import Text from "./components/Text";
|
8
|
+
import { COLOR_PRIMARY, TITLE } from "./style";
|
9
|
+
var Icons = Mono;
|
10
|
+
Icons.Color = Color;
|
11
|
+
Icons.Text = Text;
|
12
|
+
Icons.Combine = Combine;
|
13
|
+
Icons.Avatar = Avatar;
|
14
|
+
Icons.colorPrimary = COLOR_PRIMARY;
|
15
|
+
Icons.title = TITLE;
|
16
|
+
export default Icons;
|
@@ -0,0 +1,27 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
4
|
+
var _excluded = ["background"];
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
12
|
+
import { memo } from 'react';
|
13
|
+
import IconAvatar from "../../features/IconAvatar";
|
14
|
+
import { COLOR_PRIMARY, TITLE } from "../style";
|
15
|
+
import Mono from "./Mono";
|
16
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
17
|
+
var Avatar = /*#__PURE__*/memo(function (_ref) {
|
18
|
+
var background = _ref.background,
|
19
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
20
|
+
return /*#__PURE__*/_jsx(IconAvatar, _objectSpread({
|
21
|
+
Icon: Mono,
|
22
|
+
"aria-label": TITLE,
|
23
|
+
background: background || COLOR_PRIMARY,
|
24
|
+
iconMultiple: 0.6
|
25
|
+
}, rest));
|
26
|
+
});
|
27
|
+
export default Avatar;
|
@@ -0,0 +1,40 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
4
|
+
var _excluded = ["size", "style"];
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
12
|
+
import { forwardRef } from 'react';
|
13
|
+
import { TITLE } from "../style";
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
16
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
17
|
+
var _ref$size = _ref.size,
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
19
|
+
style = _ref.style,
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
22
|
+
height: size,
|
23
|
+
ref: ref,
|
24
|
+
style: _objectSpread({
|
25
|
+
flex: 'none',
|
26
|
+
lineHeight: 1
|
27
|
+
}, style),
|
28
|
+
viewBox: "0 0 24 24",
|
29
|
+
width: size,
|
30
|
+
xmlns: "http://www.w3.org/2000/svg"
|
31
|
+
}, rest), {}, {
|
32
|
+
children: [/*#__PURE__*/_jsx("title", {
|
33
|
+
children: TITLE
|
34
|
+
}), /*#__PURE__*/_jsx("path", {
|
35
|
+
d: "M5.407 0v.066a.974.974 0 00-.048.245c-.011.11-.016.208-.016.295 0 .339.043.715.128 1.13.097.405.274.912.531 1.524l7.125 16.366L20.011 3.39c.161-.404.333-.846.515-1.327.182-.48.273-.966.273-1.458a1.406 1.406 0 00-.096-.54V0H24v.066c-.204.207-.45.578-.74 1.114-.29.535-.606 1.195-.949 1.982L13.095 24h-1.287L3.075 3.965c-.204-.47-.418-.923-.644-1.36-.214-.437-.418-.83-.61-1.18-.194-.36-.365-.66-.515-.9A5.666 5.666 0 001 .064V0h4.407z",
|
36
|
+
fill: "#012E33"
|
37
|
+
})]
|
38
|
+
}));
|
39
|
+
});
|
40
|
+
export default Icon;
|
@@ -0,0 +1,41 @@
|
|
1
|
+
'use client';
|
2
|
+
|
3
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
4
|
+
var _excluded = ["size", "style"];
|
5
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
6
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
7
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
8
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
9
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
10
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
11
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
12
|
+
import { forwardRef } from 'react';
|
13
|
+
import { TITLE } from "../style";
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
16
|
+
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
17
|
+
var _ref$size = _ref.size,
|
18
|
+
size = _ref$size === void 0 ? '1em' : _ref$size,
|
19
|
+
style = _ref.style,
|
20
|
+
rest = _objectWithoutProperties(_ref, _excluded);
|
21
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
22
|
+
fill: "currentColor",
|
23
|
+
fillRule: "evenodd",
|
24
|
+
height: size,
|
25
|
+
ref: ref,
|
26
|
+
style: _objectSpread({
|
27
|
+
flex: 'none',
|
28
|
+
lineHeight: 1
|
29
|
+
}, style),
|
30
|
+
viewBox: "0 0 24 24",
|
31
|
+
width: size,
|
32
|
+
xmlns: "http://www.w3.org/2000/svg"
|
33
|
+
}, rest), {}, {
|
34
|
+
children: [/*#__PURE__*/_jsx("title", {
|
35
|
+
children: TITLE
|
36
|
+
}), /*#__PURE__*/_jsx("path", {
|
37
|
+
d: "M5.407 0v.066a.974.974 0 00-.048.245c-.011.11-.016.208-.016.295 0 .339.043.715.128 1.13.097.405.274.912.531 1.524l7.125 16.366L20.011 3.39c.161-.404.333-.846.515-1.327.182-.48.273-.966.273-1.458a1.406 1.406 0 00-.096-.54V0H24v.066c-.204.207-.45.578-.74 1.114-.29.535-.606 1.195-.949 1.982L13.095 24h-1.287L3.075 3.965c-.204-.47-.418-.923-.644-1.36-.214-.437-.418-.83-.61-1.18-.194-.36-.365-.66-.515-.9A5.666 5.666 0 001 .064V0h4.407z"
|
38
|
+
})]
|
39
|
+
}));
|
40
|
+
});
|
41
|
+
export default Icon;
|