@fountain-ui/icons 2.0.0-beta.20 → 2.0.0-beta.21
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/build/commonjs/icons/ContentOutlinedLight.js +21 -0
- package/build/commonjs/icons/ContentOutlinedLight.js.map +1 -0
- package/build/commonjs/icons/InfoSquareFilled.js +1 -1
- package/build/commonjs/icons/InfoSquareFilled.js.map +1 -1
- package/build/commonjs/icons/InfoSquareOutlinedLight.js +21 -0
- package/build/commonjs/icons/InfoSquareOutlinedLight.js.map +1 -0
- package/build/commonjs/icons/ListOutlined.js +1 -1
- package/build/commonjs/icons/ListOutlined.js.map +1 -1
- package/build/commonjs/icons/ListOutlinedLight.js +21 -0
- package/build/commonjs/icons/ListOutlinedLight.js.map +1 -0
- package/build/commonjs/index.js +24 -0
- package/build/commonjs/index.js.map +1 -1
- package/build/module/icons/ContentOutlinedLight.js +7 -0
- package/build/module/icons/ContentOutlinedLight.js.map +1 -0
- package/build/module/icons/InfoSquareFilled.js +1 -1
- package/build/module/icons/InfoSquareFilled.js.map +1 -1
- package/build/module/icons/InfoSquareOutlinedLight.js +7 -0
- package/build/module/icons/InfoSquareOutlinedLight.js.map +1 -0
- package/build/module/icons/ListOutlined.js +1 -1
- package/build/module/icons/ListOutlined.js.map +1 -1
- package/build/module/icons/ListOutlinedLight.js +7 -0
- package/build/module/icons/ListOutlinedLight.js.map +1 -0
- package/build/module/index.js +3 -0
- package/build/module/index.js.map +1 -1
- package/build/typescript/icons/ContentOutlinedLight.d.ts +130 -0
- package/build/typescript/icons/InfoSquareOutlinedLight.d.ts +130 -0
- package/build/typescript/icons/ListOutlinedLight.d.ts +130 -0
- package/build/typescript/index.d.ts +3 -0
- package/package.json +2 -2
- package/src/icons/ContentOutlinedLight.tsx +10 -0
- package/src/icons/InfoSquareFilled.tsx +1 -1
- package/src/icons/InfoSquareOutlinedLight.tsx +10 -0
- package/src/icons/ListOutlined.tsx +1 -1
- package/src/icons/ListOutlinedLight.tsx +10 -0
- package/src/index.ts +3 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
11
|
+
|
|
12
|
+
var _createSvgIcon = _interopRequireDefault(require("../utils/createSvgIcon"));
|
|
13
|
+
|
|
14
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
|
+
|
|
16
|
+
var _default = (0, _createSvgIcon.default)( /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
17
|
+
d: "M12.949 4.71497C13.1043 4.68263 13.25 4.80113 13.25 4.95971V19.0405C13.25 19.1991 13.1043 19.3176 12.949 19.2852L4.94901 17.6186C4.83308 17.5944 4.75 17.4923 4.75 17.3738V6.62638C4.75 6.50796 4.83308 6.40579 4.94901 6.38164L12.949 4.71497ZM4.59209 4.66842C3.66465 4.86164 3 5.67903 3 6.62638V17.3738C3 18.3212 3.66465 19.1386 4.59209 19.3318L12.5921 20.9985C13.8341 21.2572 15 20.3091 15 19.0405V4.95971C15 3.69109 13.8341 2.74301 12.5921 3.00175L4.59209 4.66842ZM16.25 5H17C17.5523 5 18 5.44772 18 6V18C18 18.5523 17.5523 19 17 19H16.25V5ZM20 7H19.25V17H20C20.5523 17 21 16.5523 21 16V8C21 7.44772 20.5523 7 20 7Z"
|
|
18
|
+
}), 'ContentOutlinedLight');
|
|
19
|
+
|
|
20
|
+
exports.default = _default;
|
|
21
|
+
//# sourceMappingURL=ContentOutlinedLight.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["createSvgIcon"],"sources":["ContentOutlinedLight.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M12.949 4.71497C13.1043 4.68263 13.25 4.80113 13.25 4.95971V19.0405C13.25 19.1991 13.1043 19.3176 12.949 19.2852L4.94901 17.6186C4.83308 17.5944 4.75 17.4923 4.75 17.3738V6.62638C4.75 6.50796 4.83308 6.40579 4.94901 6.38164L12.949 4.71497ZM4.59209 4.66842C3.66465 4.86164 3 5.67903 3 6.62638V17.3738C3 18.3212 3.66465 19.1386 4.59209 19.3318L12.5921 20.9985C13.8341 21.2572 15 20.3091 15 19.0405V4.95971C15 3.69109 13.8341 2.74301 12.5921 3.00175L4.59209 4.66842ZM16.25 5H17C17.5523 5 18 5.44772 18 6V18C18 18.5523 17.5523 19 17 19H16.25V5ZM20 7H19.25V17H20C20.5523 17 21 16.5523 21 16V8C21 7.44772 20.5523 7 20 7Z\"\n />,\n 'ContentOutlinedLight',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,sBAAA,gBACX,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EADW,EAIX,sBAJW,C"}
|
|
@@ -14,7 +14,7 @@ var _createSvgIcon = _interopRequireDefault(require("../utils/createSvgIcon"));
|
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
15
|
|
|
16
16
|
var _default = (0, _createSvgIcon.default)( /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
17
|
-
d: "
|
|
17
|
+
d: "M7.77065 2.4697C4.98157 2.77959 2.77984 4.98132 2.46994 7.77041L2.2945 9.34941C2.09877 11.1109 2.09877 12.8886 2.2945 14.6501L2.46994 16.2291C2.77984 19.0182 4.98157 21.2199 7.77065 21.5298L9.34966 21.7053C11.1111 21.901 12.8889 21.901 14.6504 21.7053L16.2294 21.5298C19.0185 21.2199 21.2202 19.0182 21.5301 16.2291L21.7055 14.6501C21.9013 12.8886 21.9013 11.1109 21.7055 9.34941L21.5301 7.77041C21.2202 4.98133 19.0185 2.77959 16.2294 2.4697L14.6504 2.29425C12.8889 2.09853 11.1111 2.09853 9.34966 2.29425L7.77065 2.4697ZM13.25 8.75C13.25 9.44036 12.6904 10 12 10C11.3096 10 10.75 9.44036 10.75 8.75C10.75 8.05964 11.3096 7.5 12 7.5C12.6904 7.5 13.25 8.05964 13.25 8.75ZM11 12.1C11 11.4925 11.4477 11 12 11C12.5523 11 13 11.4925 13 12.1V15.4C13 16.0075 12.5523 16.5 12 16.5C11.4477 16.5 11 16.0075 11 15.4V12.1Z"
|
|
18
18
|
}), 'InfoSquareFilled');
|
|
19
19
|
|
|
20
20
|
exports.default = _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["createSvgIcon"],"sources":["InfoSquareFilled.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"
|
|
1
|
+
{"version":3,"names":["createSvgIcon"],"sources":["InfoSquareFilled.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M7.77065 2.4697C4.98157 2.77959 2.77984 4.98132 2.46994 7.77041L2.2945 9.34941C2.09877 11.1109 2.09877 12.8886 2.2945 14.6501L2.46994 16.2291C2.77984 19.0182 4.98157 21.2199 7.77065 21.5298L9.34966 21.7053C11.1111 21.901 12.8889 21.901 14.6504 21.7053L16.2294 21.5298C19.0185 21.2199 21.2202 19.0182 21.5301 16.2291L21.7055 14.6501C21.9013 12.8886 21.9013 11.1109 21.7055 9.34941L21.5301 7.77041C21.2202 4.98133 19.0185 2.77959 16.2294 2.4697L14.6504 2.29425C12.8889 2.09853 11.1111 2.09853 9.34966 2.29425L7.77065 2.4697ZM13.25 8.75C13.25 9.44036 12.6904 10 12 10C11.3096 10 10.75 9.44036 10.75 8.75C10.75 8.05964 11.3096 7.5 12 7.5C12.6904 7.5 13.25 8.05964 13.25 8.75ZM11 12.1C11 11.4925 11.4477 11 12 11C12.5523 11 13 11.4925 13 12.1V15.4C13 16.0075 12.5523 16.5 12 16.5C11.4477 16.5 11 16.0075 11 15.4V12.1Z\"\n />,\n 'InfoSquareFilled',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,sBAAA,gBACX,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EADW,EAIX,kBAJW,C"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
11
|
+
|
|
12
|
+
var _createSvgIcon = _interopRequireDefault(require("../utils/createSvgIcon"));
|
|
13
|
+
|
|
14
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
|
+
|
|
16
|
+
var _default = (0, _createSvgIcon.default)( /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
17
|
+
d: "M19.9662 9.54267C20.1477 11.1757 20.1477 12.8238 19.9662 14.4569L19.7908 16.0359C19.5713 18.0115 18.0117 19.571 16.0361 19.7905L14.4571 19.966C12.8241 20.1474 11.176 20.1474 9.54291 19.966L7.96391 19.7905C5.98831 19.571 4.42875 18.0115 4.20924 16.0359L4.03379 14.4569C3.85234 12.8238 3.85234 11.1757 4.03379 9.54267L4.20924 7.96366C4.42875 5.98806 5.98831 4.4285 7.96391 4.20899L9.54291 4.03355C11.176 3.8521 12.8241 3.8521 14.4571 4.03355L16.0361 4.20899C18.0117 4.4285 19.5713 5.98806 19.7908 7.96367L19.9662 9.54267ZM7.77065 2.4697C4.98157 2.77959 2.77984 4.98132 2.46994 7.77041L2.2945 9.34941C2.09877 11.1109 2.09877 12.8886 2.2945 14.6501L2.46994 16.2291C2.77984 19.0182 4.98157 21.2199 7.77065 21.5298L9.34966 21.7053C11.1111 21.901 12.8889 21.901 14.6504 21.7053L16.2294 21.5298C19.0185 21.2199 21.2202 19.0182 21.5301 16.2291L21.7055 14.6501C21.9012 12.8886 21.9012 11.1109 21.7055 9.34941L21.5301 7.77041C21.2202 4.98133 19.0185 2.77959 16.2294 2.4697L14.6504 2.29425C12.8889 2.09853 11.1111 2.09853 9.34966 2.29425L7.77065 2.4697ZM13.25 8.75C13.25 9.44036 12.6904 10 12 10C11.3096 10 10.75 9.44036 10.75 8.75C10.75 8.05964 11.3096 7.5 12 7.5C12.6904 7.5 13.25 8.05964 13.25 8.75ZM12 11C11.4477 11 11 11.4925 11 12.1V15.4C11 16.0075 11.4477 16.5 12 16.5C12.5523 16.5 13 16.0075 13 15.4V12.1C13 11.4925 12.5523 11 12 11Z"
|
|
18
|
+
}), 'InfoSquareOutlinedLight');
|
|
19
|
+
|
|
20
|
+
exports.default = _default;
|
|
21
|
+
//# sourceMappingURL=InfoSquareOutlinedLight.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["createSvgIcon"],"sources":["InfoSquareOutlinedLight.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M19.9662 9.54267C20.1477 11.1757 20.1477 12.8238 19.9662 14.4569L19.7908 16.0359C19.5713 18.0115 18.0117 19.571 16.0361 19.7905L14.4571 19.966C12.8241 20.1474 11.176 20.1474 9.54291 19.966L7.96391 19.7905C5.98831 19.571 4.42875 18.0115 4.20924 16.0359L4.03379 14.4569C3.85234 12.8238 3.85234 11.1757 4.03379 9.54267L4.20924 7.96366C4.42875 5.98806 5.98831 4.4285 7.96391 4.20899L9.54291 4.03355C11.176 3.8521 12.8241 3.8521 14.4571 4.03355L16.0361 4.20899C18.0117 4.4285 19.5713 5.98806 19.7908 7.96367L19.9662 9.54267ZM7.77065 2.4697C4.98157 2.77959 2.77984 4.98132 2.46994 7.77041L2.2945 9.34941C2.09877 11.1109 2.09877 12.8886 2.2945 14.6501L2.46994 16.2291C2.77984 19.0182 4.98157 21.2199 7.77065 21.5298L9.34966 21.7053C11.1111 21.901 12.8889 21.901 14.6504 21.7053L16.2294 21.5298C19.0185 21.2199 21.2202 19.0182 21.5301 16.2291L21.7055 14.6501C21.9012 12.8886 21.9012 11.1109 21.7055 9.34941L21.5301 7.77041C21.2202 4.98133 19.0185 2.77959 16.2294 2.4697L14.6504 2.29425C12.8889 2.09853 11.1111 2.09853 9.34966 2.29425L7.77065 2.4697ZM13.25 8.75C13.25 9.44036 12.6904 10 12 10C11.3096 10 10.75 9.44036 10.75 8.75C10.75 8.05964 11.3096 7.5 12 7.5C12.6904 7.5 13.25 8.05964 13.25 8.75ZM12 11C11.4477 11 11 11.4925 11 12.1V15.4C11 16.0075 11.4477 16.5 12 16.5C12.5523 16.5 13 16.0075 13 15.4V12.1C13 11.4925 12.5523 11 12 11Z\"\n />,\n 'InfoSquareOutlinedLight',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,sBAAA,gBACX,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EADW,EAIX,yBAJW,C"}
|
|
@@ -14,7 +14,7 @@ var _createSvgIcon = _interopRequireDefault(require("../utils/createSvgIcon"));
|
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
15
|
|
|
16
16
|
var _default = (0, _createSvgIcon.default)( /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
17
|
-
d: "
|
|
17
|
+
d: "M2.75 7.5C2.75 8.19036 3.30964 8.75 4 8.75C4.69036 8.75 5.25 8.19036 5.25 7.5C5.25 6.80964 4.69036 6.25 4 6.25C3.30964 6.25 2.75 6.80964 2.75 7.5ZM7.5 7.5C7.5 6.94772 7.94772 6.5 8.5 6.5H20C20.5523 6.5 21 6.94772 21 7.5C21 8.05228 20.5523 8.5 20 8.5H8.5C7.94772 8.5 7.5 8.05228 7.5 7.5ZM7.5 12C7.5 11.4477 7.94772 11 8.5 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H8.5C7.94772 13 7.5 12.5523 7.5 12ZM8.5 15.5C7.94772 15.5 7.5 15.9477 7.5 16.5C7.5 17.0523 7.94772 17.5 8.5 17.5H14C14.5523 17.5 15 17.0523 15 16.5C15 15.9477 14.5523 15.5 14 15.5H8.5ZM2.75 12C2.75 12.6904 3.30964 13.25 4 13.25C4.69036 13.25 5.25 12.6904 5.25 12C5.25 11.3096 4.69036 10.75 4 10.75C3.30964 10.75 2.75 11.3096 2.75 12ZM2.75 16.5C2.75 17.1904 3.30964 17.75 4 17.75C4.69036 17.75 5.25 17.1904 5.25 16.5C5.25 15.8096 4.69036 15.25 4 15.25C3.30964 15.25 2.75 15.8096 2.75 16.5Z"
|
|
18
18
|
}), 'ListOutlined');
|
|
19
19
|
|
|
20
20
|
exports.default = _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["createSvgIcon"],"sources":["ListOutlined.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"
|
|
1
|
+
{"version":3,"names":["createSvgIcon"],"sources":["ListOutlined.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M2.75 7.5C2.75 8.19036 3.30964 8.75 4 8.75C4.69036 8.75 5.25 8.19036 5.25 7.5C5.25 6.80964 4.69036 6.25 4 6.25C3.30964 6.25 2.75 6.80964 2.75 7.5ZM7.5 7.5C7.5 6.94772 7.94772 6.5 8.5 6.5H20C20.5523 6.5 21 6.94772 21 7.5C21 8.05228 20.5523 8.5 20 8.5H8.5C7.94772 8.5 7.5 8.05228 7.5 7.5ZM7.5 12C7.5 11.4477 7.94772 11 8.5 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H8.5C7.94772 13 7.5 12.5523 7.5 12ZM8.5 15.5C7.94772 15.5 7.5 15.9477 7.5 16.5C7.5 17.0523 7.94772 17.5 8.5 17.5H14C14.5523 17.5 15 17.0523 15 16.5C15 15.9477 14.5523 15.5 14 15.5H8.5ZM2.75 12C2.75 12.6904 3.30964 13.25 4 13.25C4.69036 13.25 5.25 12.6904 5.25 12C5.25 11.3096 4.69036 10.75 4 10.75C3.30964 10.75 2.75 11.3096 2.75 12ZM2.75 16.5C2.75 17.1904 3.30964 17.75 4 17.75C4.69036 17.75 5.25 17.1904 5.25 16.5C5.25 15.8096 4.69036 15.25 4 15.25C3.30964 15.25 2.75 15.8096 2.75 16.5Z\"\n />,\n 'ListOutlined',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,sBAAA,gBACX,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EADW,EAIX,cAJW,C"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _reactNativeSvg = require("react-native-svg");
|
|
11
|
+
|
|
12
|
+
var _createSvgIcon = _interopRequireDefault(require("../utils/createSvgIcon"));
|
|
13
|
+
|
|
14
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
|
+
|
|
16
|
+
var _default = (0, _createSvgIcon.default)( /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
17
|
+
d: "M4 6.5C3.44772 6.5 3 6.94772 3 7.5C3 8.05228 3.44772 8.5 4 8.5C4.55228 8.5 5 8.05228 5 7.5C5 6.94772 4.55228 6.5 4 6.5ZM8.5 6.625C8.01675 6.625 7.625 7.01675 7.625 7.5C7.625 7.98325 8.01675 8.375 8.5 8.375H20C20.4832 8.375 20.875 7.98325 20.875 7.5C20.875 7.01675 20.4832 6.625 20 6.625H8.5ZM8.5 11.125C8.01675 11.125 7.625 11.5168 7.625 12C7.625 12.4832 8.01675 12.875 8.5 12.875H17C17.4832 12.875 17.875 12.4832 17.875 12C17.875 11.5168 17.4832 11.125 17 11.125H8.5ZM7.625 16.5C7.625 16.0168 8.01675 15.625 8.5 15.625H14C14.4832 15.625 14.875 16.0168 14.875 16.5C14.875 16.9832 14.4832 17.375 14 17.375H8.5C8.01675 17.375 7.625 16.9832 7.625 16.5ZM3 12C3 11.4477 3.44772 11 4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12ZM4 15.5C3.44772 15.5 3 15.9477 3 16.5C3 17.0523 3.44772 17.5 4 17.5C4.55228 17.5 5 17.0523 5 16.5C5 15.9477 4.55228 15.5 4 15.5Z"
|
|
18
|
+
}), 'ListOutlinedLight');
|
|
19
|
+
|
|
20
|
+
exports.default = _default;
|
|
21
|
+
//# sourceMappingURL=ListOutlinedLight.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["createSvgIcon"],"sources":["ListOutlinedLight.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M4 6.5C3.44772 6.5 3 6.94772 3 7.5C3 8.05228 3.44772 8.5 4 8.5C4.55228 8.5 5 8.05228 5 7.5C5 6.94772 4.55228 6.5 4 6.5ZM8.5 6.625C8.01675 6.625 7.625 7.01675 7.625 7.5C7.625 7.98325 8.01675 8.375 8.5 8.375H20C20.4832 8.375 20.875 7.98325 20.875 7.5C20.875 7.01675 20.4832 6.625 20 6.625H8.5ZM8.5 11.125C8.01675 11.125 7.625 11.5168 7.625 12C7.625 12.4832 8.01675 12.875 8.5 12.875H17C17.4832 12.875 17.875 12.4832 17.875 12C17.875 11.5168 17.4832 11.125 17 11.125H8.5ZM7.625 16.5C7.625 16.0168 8.01675 15.625 8.5 15.625H14C14.4832 15.625 14.875 16.0168 14.875 16.5C14.875 16.9832 14.4832 17.375 14 17.375H8.5C8.01675 17.375 7.625 16.9832 7.625 16.5ZM3 12C3 11.4477 3.44772 11 4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12ZM4 15.5C3.44772 15.5 3 15.9477 3 16.5C3 17.0523 3.44772 17.5 4 17.5C4.55228 17.5 5 17.0523 5 16.5C5 15.9477 4.55228 15.5 4 15.5Z\"\n />,\n 'ListOutlinedLight',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,sBAAA,gBACX,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EADW,EAIX,mBAJW,C"}
|
package/build/commonjs/index.js
CHANGED
|
@@ -171,6 +171,12 @@ Object.defineProperty(exports, "ContentOutlined", {
|
|
|
171
171
|
return _ContentOutlined.default;
|
|
172
172
|
}
|
|
173
173
|
});
|
|
174
|
+
Object.defineProperty(exports, "ContentOutlinedLight", {
|
|
175
|
+
enumerable: true,
|
|
176
|
+
get: function () {
|
|
177
|
+
return _ContentOutlinedLight.default;
|
|
178
|
+
}
|
|
179
|
+
});
|
|
174
180
|
Object.defineProperty(exports, "CopyFilled", {
|
|
175
181
|
enumerable: true,
|
|
176
182
|
get: function () {
|
|
@@ -285,6 +291,12 @@ Object.defineProperty(exports, "InfoSquareOutlined", {
|
|
|
285
291
|
return _InfoSquareOutlined.default;
|
|
286
292
|
}
|
|
287
293
|
});
|
|
294
|
+
Object.defineProperty(exports, "InfoSquareOutlinedLight", {
|
|
295
|
+
enumerable: true,
|
|
296
|
+
get: function () {
|
|
297
|
+
return _InfoSquareOutlinedLight.default;
|
|
298
|
+
}
|
|
299
|
+
});
|
|
288
300
|
Object.defineProperty(exports, "Instagram", {
|
|
289
301
|
enumerable: true,
|
|
290
302
|
get: function () {
|
|
@@ -321,6 +333,12 @@ Object.defineProperty(exports, "ListOutlined", {
|
|
|
321
333
|
return _ListOutlined.default;
|
|
322
334
|
}
|
|
323
335
|
});
|
|
336
|
+
Object.defineProperty(exports, "ListOutlinedLight", {
|
|
337
|
+
enumerable: true,
|
|
338
|
+
get: function () {
|
|
339
|
+
return _ListOutlinedLight.default;
|
|
340
|
+
}
|
|
341
|
+
});
|
|
324
342
|
Object.defineProperty(exports, "Logo", {
|
|
325
343
|
enumerable: true,
|
|
326
344
|
get: function () {
|
|
@@ -564,6 +582,8 @@ var _ContentFilled = _interopRequireDefault(require("./icons/ContentFilled"));
|
|
|
564
582
|
|
|
565
583
|
var _ContentOutlined = _interopRequireDefault(require("./icons/ContentOutlined"));
|
|
566
584
|
|
|
585
|
+
var _ContentOutlinedLight = _interopRequireDefault(require("./icons/ContentOutlinedLight"));
|
|
586
|
+
|
|
567
587
|
var _CopyFilled = _interopRequireDefault(require("./icons/CopyFilled"));
|
|
568
588
|
|
|
569
589
|
var _Expand = _interopRequireDefault(require("./icons/Expand"));
|
|
@@ -602,6 +622,8 @@ var _InfoSquareFilled = _interopRequireDefault(require("./icons/InfoSquareFilled
|
|
|
602
622
|
|
|
603
623
|
var _InfoSquareOutlined = _interopRequireDefault(require("./icons/InfoSquareOutlined"));
|
|
604
624
|
|
|
625
|
+
var _InfoSquareOutlinedLight = _interopRequireDefault(require("./icons/InfoSquareOutlinedLight"));
|
|
626
|
+
|
|
605
627
|
var _Instagram = _interopRequireDefault(require("./icons/Instagram"));
|
|
606
628
|
|
|
607
629
|
var _LibraryFilled = _interopRequireDefault(require("./icons/LibraryFilled"));
|
|
@@ -614,6 +636,8 @@ var _ListFilled = _interopRequireDefault(require("./icons/ListFilled"));
|
|
|
614
636
|
|
|
615
637
|
var _ListOutlined = _interopRequireDefault(require("./icons/ListOutlined"));
|
|
616
638
|
|
|
639
|
+
var _ListOutlinedLight = _interopRequireDefault(require("./icons/ListOutlinedLight"));
|
|
640
|
+
|
|
617
641
|
var _Logo = _interopRequireDefault(require("./icons/Logo"));
|
|
618
642
|
|
|
619
643
|
var _MailFilled = _interopRequireDefault(require("./icons/MailFilled"));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export { default as ActionTwoTone } from './icons/ActionTwoTone';\nexport { default as Add } from './icons/Add';\nexport { default as Apple } from './icons/Apple';\nexport { default as ArrowLeft } from './icons/ArrowLeft';\nexport { default as ArrowLightHorizontalFilled } from './icons/ArrowLightHorizontalFilled';\nexport { default as ArrowLightHorizontalOutlined } from './icons/ArrowLightHorizontalOutlined';\nexport { default as ArrowLightVerticalFilled } from './icons/ArrowLightVerticalFilled';\nexport { default as ArrowLightVerticalOutlined } from './icons/ArrowLightVerticalOutlined';\nexport { default as ArrowRight } from './icons/ArrowRight';\nexport { default as BellOff } from './icons/BellOff';\nexport { default as BellOn } from './icons/BellOn';\nexport { default as BellOutlined } from './icons/BellOutlined';\nexport { default as Bullet } from './icons/Bullet';\nexport { default as CalendarOutlined } from './icons/CalendarOutlined';\nexport { default as Check } from './icons/Check';\nexport { default as CheckboxChecked } from './icons/CheckboxChecked';\nexport { default as CheckCircleFilled } from './icons/CheckCircleFilled';\nexport { default as CheckCircleOutlined } from './icons/CheckCircleOutlined';\nexport { default as ChevronDown } from './icons/ChevronDown';\nexport { default as ChevronRight } from './icons/ChevronRight';\nexport { default as ChevronUp } from './icons/ChevronUp';\nexport { default as ChevronLeft } from './icons/ChevronLeft';\nexport { default as ClockFilled } from './icons/ClockFilled';\nexport { default as ClockOutlined } from './icons/ClockOutlined';\nexport { default as ClockTwoTone } from './icons/ClockTwoTone';\nexport { default as Close } from './icons/Close';\nexport { default as ContentFilled } from './icons/ContentFilled';\nexport { default as ContentOutlined } from './icons/ContentOutlined';\nexport { default as CopyFilled } from './icons/CopyFilled';\nexport { default as Expand } from './icons/Expand';\nexport { default as EyeOff } from './icons/EyeOff';\nexport { default as EyeOutlined } from './icons/EyeOutlined';\nexport { default as Facebook } from './icons/Facebook';\nexport { default as FontLato } from './icons/FontLato';\nexport { default as FontLiterata } from './icons/FontLiterata';\nexport { default as GiftOutlined } from './icons/GiftOutlined';\nexport { default as GiftTwoTone } from './icons/GiftTwoTone';\nexport { default as Google } from './icons/Google';\nexport { default as GraphUp } from './icons/GraphUp';\nexport { default as HdOff } from './icons/HdOff';\nexport { default as HdOn } from './icons/HdOn';\nexport { default as Help } from './icons/Help';\nexport { default as HomeFilled } from './icons/HomeFilled';\nexport { default as HomeOutlined } from './icons/HomeOutlined';\nexport { default as Info } from './icons/Info';\nexport { default as InfoSquareFilled } from './icons/InfoSquareFilled';\nexport { default as InfoSquareOutlined } from './icons/InfoSquareOutlined';\nexport { default as Instagram } from './icons/Instagram';\nexport { default as LibraryFilled } from './icons/LibraryFilled';\nexport { default as LibraryOutlined } from './icons/LibraryOutlined';\nexport { default as List } from './icons/List';\nexport { default as ListFilled } from './icons/ListFilled';\nexport { default as ListOutlined } from './icons/ListOutlined';\nexport { default as Logo } from './icons/Logo';\nexport { default as MailFilled } from './icons/MailFilled';\nexport { default as MailOutlined } from './icons/MailOutlined';\nexport { default as MenuFilled } from './icons/MenuFilled';\nexport { default as MenuOutlined } from './icons/MenuOutlined';\nexport { default as MinusCircle } from './icons/MinusCircle';\nexport { default as Nib } from './icons/Nib';\nexport { default as Pencil } from './icons/Pencil';\nexport { default as Point } from './icons/Point';\nexport { default as Radio } from './icons/Radio';\nexport { default as RadioChecked } from './icons/RadioChecked';\nexport { default as Restart } from './icons/Restart';\nexport { default as SaleOutlined } from './icons/SaleOutlined';\nexport { default as SaleTwoTone } from './icons/SaleTwoTone';\nexport { default as Search } from './icons/Search';\nexport { default as Share } from './icons/Share';\nexport { default as SpacingLargeFilled } from './icons/SpacingLargeFilled';\nexport { default as SpacingLargeOutlined } from './icons/SpacingLargeOutlined';\nexport { default as SpacingMediumFilled } from './icons/SpacingMediumFilled';\nexport { default as SpacingMediumOutlined } from './icons/SpacingMediumOutlined';\nexport { default as SpacingSmallFilled } from './icons/SpacingSmallFilled';\nexport { default as SpacingSmallOutlined } from './icons/SpacingSmallOutlined';\nexport { default as Speaker } from './icons/Speaker';\nexport { default as SwapHorizontal } from './icons/SwapHorizontal';\nexport { default as SwapVertical } from './icons/SwapVertical';\nexport { default as TicketOutlined } from './icons/TicketOutlined';\nexport { default as TicketTwoTone } from './icons/TicketTwoTone';\nexport { default as TokenFilled } from './icons/TokenFilled';\nexport { default as Twitter } from './icons/Twitter';\nexport { default as Warning } from './icons/Warning';\nexport { default as Youtube } from './icons/Youtube';\n"],"mappings":"
|
|
1
|
+
{"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export { default as ActionTwoTone } from './icons/ActionTwoTone';\nexport { default as Add } from './icons/Add';\nexport { default as Apple } from './icons/Apple';\nexport { default as ArrowLeft } from './icons/ArrowLeft';\nexport { default as ArrowLightHorizontalFilled } from './icons/ArrowLightHorizontalFilled';\nexport { default as ArrowLightHorizontalOutlined } from './icons/ArrowLightHorizontalOutlined';\nexport { default as ArrowLightVerticalFilled } from './icons/ArrowLightVerticalFilled';\nexport { default as ArrowLightVerticalOutlined } from './icons/ArrowLightVerticalOutlined';\nexport { default as ArrowRight } from './icons/ArrowRight';\nexport { default as BellOff } from './icons/BellOff';\nexport { default as BellOn } from './icons/BellOn';\nexport { default as BellOutlined } from './icons/BellOutlined';\nexport { default as Bullet } from './icons/Bullet';\nexport { default as CalendarOutlined } from './icons/CalendarOutlined';\nexport { default as Check } from './icons/Check';\nexport { default as CheckboxChecked } from './icons/CheckboxChecked';\nexport { default as CheckCircleFilled } from './icons/CheckCircleFilled';\nexport { default as CheckCircleOutlined } from './icons/CheckCircleOutlined';\nexport { default as ChevronDown } from './icons/ChevronDown';\nexport { default as ChevronRight } from './icons/ChevronRight';\nexport { default as ChevronUp } from './icons/ChevronUp';\nexport { default as ChevronLeft } from './icons/ChevronLeft';\nexport { default as ClockFilled } from './icons/ClockFilled';\nexport { default as ClockOutlined } from './icons/ClockOutlined';\nexport { default as ClockTwoTone } from './icons/ClockTwoTone';\nexport { default as Close } from './icons/Close';\nexport { default as ContentFilled } from './icons/ContentFilled';\nexport { default as ContentOutlined } from './icons/ContentOutlined';\nexport { default as ContentOutlinedLight } from './icons/ContentOutlinedLight';\nexport { default as CopyFilled } from './icons/CopyFilled';\nexport { default as Expand } from './icons/Expand';\nexport { default as EyeOff } from './icons/EyeOff';\nexport { default as EyeOutlined } from './icons/EyeOutlined';\nexport { default as Facebook } from './icons/Facebook';\nexport { default as FontLato } from './icons/FontLato';\nexport { default as FontLiterata } from './icons/FontLiterata';\nexport { default as GiftOutlined } from './icons/GiftOutlined';\nexport { default as GiftTwoTone } from './icons/GiftTwoTone';\nexport { default as Google } from './icons/Google';\nexport { default as GraphUp } from './icons/GraphUp';\nexport { default as HdOff } from './icons/HdOff';\nexport { default as HdOn } from './icons/HdOn';\nexport { default as Help } from './icons/Help';\nexport { default as HomeFilled } from './icons/HomeFilled';\nexport { default as HomeOutlined } from './icons/HomeOutlined';\nexport { default as Info } from './icons/Info';\nexport { default as InfoSquareFilled } from './icons/InfoSquareFilled';\nexport { default as InfoSquareOutlined } from './icons/InfoSquareOutlined';\nexport { default as InfoSquareOutlinedLight } from './icons/InfoSquareOutlinedLight';\nexport { default as Instagram } from './icons/Instagram';\nexport { default as LibraryFilled } from './icons/LibraryFilled';\nexport { default as LibraryOutlined } from './icons/LibraryOutlined';\nexport { default as List } from './icons/List';\nexport { default as ListFilled } from './icons/ListFilled';\nexport { default as ListOutlined } from './icons/ListOutlined';\nexport { default as ListOutlinedLight } from './icons/ListOutlinedLight';\nexport { default as Logo } from './icons/Logo';\nexport { default as MailFilled } from './icons/MailFilled';\nexport { default as MailOutlined } from './icons/MailOutlined';\nexport { default as MenuFilled } from './icons/MenuFilled';\nexport { default as MenuOutlined } from './icons/MenuOutlined';\nexport { default as MinusCircle } from './icons/MinusCircle';\nexport { default as Nib } from './icons/Nib';\nexport { default as Pencil } from './icons/Pencil';\nexport { default as Point } from './icons/Point';\nexport { default as Radio } from './icons/Radio';\nexport { default as RadioChecked } from './icons/RadioChecked';\nexport { default as Restart } from './icons/Restart';\nexport { default as SaleOutlined } from './icons/SaleOutlined';\nexport { default as SaleTwoTone } from './icons/SaleTwoTone';\nexport { default as Search } from './icons/Search';\nexport { default as Share } from './icons/Share';\nexport { default as SpacingLargeFilled } from './icons/SpacingLargeFilled';\nexport { default as SpacingLargeOutlined } from './icons/SpacingLargeOutlined';\nexport { default as SpacingMediumFilled } from './icons/SpacingMediumFilled';\nexport { default as SpacingMediumOutlined } from './icons/SpacingMediumOutlined';\nexport { default as SpacingSmallFilled } from './icons/SpacingSmallFilled';\nexport { default as SpacingSmallOutlined } from './icons/SpacingSmallOutlined';\nexport { default as Speaker } from './icons/Speaker';\nexport { default as SwapHorizontal } from './icons/SwapHorizontal';\nexport { default as SwapVertical } from './icons/SwapVertical';\nexport { default as TicketOutlined } from './icons/TicketOutlined';\nexport { default as TicketTwoTone } from './icons/TicketTwoTone';\nexport { default as TokenFilled } from './icons/TokenFilled';\nexport { default as Twitter } from './icons/Twitter';\nexport { default as Warning } from './icons/Warning';\nexport { default as Youtube } from './icons/Youtube';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Path } from 'react-native-svg';
|
|
3
|
+
import createSvgIcon from '../utils/createSvgIcon';
|
|
4
|
+
export default createSvgIcon( /*#__PURE__*/React.createElement(Path, {
|
|
5
|
+
d: "M12.949 4.71497C13.1043 4.68263 13.25 4.80113 13.25 4.95971V19.0405C13.25 19.1991 13.1043 19.3176 12.949 19.2852L4.94901 17.6186C4.83308 17.5944 4.75 17.4923 4.75 17.3738V6.62638C4.75 6.50796 4.83308 6.40579 4.94901 6.38164L12.949 4.71497ZM4.59209 4.66842C3.66465 4.86164 3 5.67903 3 6.62638V17.3738C3 18.3212 3.66465 19.1386 4.59209 19.3318L12.5921 20.9985C13.8341 21.2572 15 20.3091 15 19.0405V4.95971C15 3.69109 13.8341 2.74301 12.5921 3.00175L4.59209 4.66842ZM16.25 5H17C17.5523 5 18 5.44772 18 6V18C18 18.5523 17.5523 19 17 19H16.25V5ZM20 7H19.25V17H20C20.5523 17 21 16.5523 21 16V8C21 7.44772 20.5523 7 20 7Z"
|
|
6
|
+
}), 'ContentOutlinedLight');
|
|
7
|
+
//# sourceMappingURL=ContentOutlinedLight.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["ContentOutlinedLight.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M12.949 4.71497C13.1043 4.68263 13.25 4.80113 13.25 4.95971V19.0405C13.25 19.1991 13.1043 19.3176 12.949 19.2852L4.94901 17.6186C4.83308 17.5944 4.75 17.4923 4.75 17.3738V6.62638C4.75 6.50796 4.83308 6.40579 4.94901 6.38164L12.949 4.71497ZM4.59209 4.66842C3.66465 4.86164 3 5.67903 3 6.62638V17.3738C3 18.3212 3.66465 19.1386 4.59209 19.3318L12.5921 20.9985C13.8341 21.2572 15 20.3091 15 19.0405V4.95971C15 3.69109 13.8341 2.74301 12.5921 3.00175L4.59209 4.66842ZM16.25 5H17C17.5523 5 18 5.44772 18 6V18C18 18.5523 17.5523 19 17 19H16.25V5ZM20 7H19.25V17H20C20.5523 17 21 16.5523 21 16V8C21 7.44772 20.5523 7 20 7Z\"\n />,\n 'ContentOutlinedLight',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,sBAJwB,CAA5B"}
|
|
@@ -2,6 +2,6 @@ import React from 'react';
|
|
|
2
2
|
import { Path } from 'react-native-svg';
|
|
3
3
|
import createSvgIcon from '../utils/createSvgIcon';
|
|
4
4
|
export default createSvgIcon( /*#__PURE__*/React.createElement(Path, {
|
|
5
|
-
d: "
|
|
5
|
+
d: "M7.77065 2.4697C4.98157 2.77959 2.77984 4.98132 2.46994 7.77041L2.2945 9.34941C2.09877 11.1109 2.09877 12.8886 2.2945 14.6501L2.46994 16.2291C2.77984 19.0182 4.98157 21.2199 7.77065 21.5298L9.34966 21.7053C11.1111 21.901 12.8889 21.901 14.6504 21.7053L16.2294 21.5298C19.0185 21.2199 21.2202 19.0182 21.5301 16.2291L21.7055 14.6501C21.9013 12.8886 21.9013 11.1109 21.7055 9.34941L21.5301 7.77041C21.2202 4.98133 19.0185 2.77959 16.2294 2.4697L14.6504 2.29425C12.8889 2.09853 11.1111 2.09853 9.34966 2.29425L7.77065 2.4697ZM13.25 8.75C13.25 9.44036 12.6904 10 12 10C11.3096 10 10.75 9.44036 10.75 8.75C10.75 8.05964 11.3096 7.5 12 7.5C12.6904 7.5 13.25 8.05964 13.25 8.75ZM11 12.1C11 11.4925 11.4477 11 12 11C12.5523 11 13 11.4925 13 12.1V15.4C13 16.0075 12.5523 16.5 12 16.5C11.4477 16.5 11 16.0075 11 15.4V12.1Z"
|
|
6
6
|
}), 'InfoSquareFilled');
|
|
7
7
|
//# sourceMappingURL=InfoSquareFilled.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["InfoSquareFilled.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"
|
|
1
|
+
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["InfoSquareFilled.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M7.77065 2.4697C4.98157 2.77959 2.77984 4.98132 2.46994 7.77041L2.2945 9.34941C2.09877 11.1109 2.09877 12.8886 2.2945 14.6501L2.46994 16.2291C2.77984 19.0182 4.98157 21.2199 7.77065 21.5298L9.34966 21.7053C11.1111 21.901 12.8889 21.901 14.6504 21.7053L16.2294 21.5298C19.0185 21.2199 21.2202 19.0182 21.5301 16.2291L21.7055 14.6501C21.9013 12.8886 21.9013 11.1109 21.7055 9.34941L21.5301 7.77041C21.2202 4.98133 19.0185 2.77959 16.2294 2.4697L14.6504 2.29425C12.8889 2.09853 11.1111 2.09853 9.34966 2.29425L7.77065 2.4697ZM13.25 8.75C13.25 9.44036 12.6904 10 12 10C11.3096 10 10.75 9.44036 10.75 8.75C10.75 8.05964 11.3096 7.5 12 7.5C12.6904 7.5 13.25 8.05964 13.25 8.75ZM11 12.1C11 11.4925 11.4477 11 12 11C12.5523 11 13 11.4925 13 12.1V15.4C13 16.0075 12.5523 16.5 12 16.5C11.4477 16.5 11 16.0075 11 15.4V12.1Z\"\n />,\n 'InfoSquareFilled',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,kBAJwB,CAA5B"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Path } from 'react-native-svg';
|
|
3
|
+
import createSvgIcon from '../utils/createSvgIcon';
|
|
4
|
+
export default createSvgIcon( /*#__PURE__*/React.createElement(Path, {
|
|
5
|
+
d: "M19.9662 9.54267C20.1477 11.1757 20.1477 12.8238 19.9662 14.4569L19.7908 16.0359C19.5713 18.0115 18.0117 19.571 16.0361 19.7905L14.4571 19.966C12.8241 20.1474 11.176 20.1474 9.54291 19.966L7.96391 19.7905C5.98831 19.571 4.42875 18.0115 4.20924 16.0359L4.03379 14.4569C3.85234 12.8238 3.85234 11.1757 4.03379 9.54267L4.20924 7.96366C4.42875 5.98806 5.98831 4.4285 7.96391 4.20899L9.54291 4.03355C11.176 3.8521 12.8241 3.8521 14.4571 4.03355L16.0361 4.20899C18.0117 4.4285 19.5713 5.98806 19.7908 7.96367L19.9662 9.54267ZM7.77065 2.4697C4.98157 2.77959 2.77984 4.98132 2.46994 7.77041L2.2945 9.34941C2.09877 11.1109 2.09877 12.8886 2.2945 14.6501L2.46994 16.2291C2.77984 19.0182 4.98157 21.2199 7.77065 21.5298L9.34966 21.7053C11.1111 21.901 12.8889 21.901 14.6504 21.7053L16.2294 21.5298C19.0185 21.2199 21.2202 19.0182 21.5301 16.2291L21.7055 14.6501C21.9012 12.8886 21.9012 11.1109 21.7055 9.34941L21.5301 7.77041C21.2202 4.98133 19.0185 2.77959 16.2294 2.4697L14.6504 2.29425C12.8889 2.09853 11.1111 2.09853 9.34966 2.29425L7.77065 2.4697ZM13.25 8.75C13.25 9.44036 12.6904 10 12 10C11.3096 10 10.75 9.44036 10.75 8.75C10.75 8.05964 11.3096 7.5 12 7.5C12.6904 7.5 13.25 8.05964 13.25 8.75ZM12 11C11.4477 11 11 11.4925 11 12.1V15.4C11 16.0075 11.4477 16.5 12 16.5C12.5523 16.5 13 16.0075 13 15.4V12.1C13 11.4925 12.5523 11 12 11Z"
|
|
6
|
+
}), 'InfoSquareOutlinedLight');
|
|
7
|
+
//# sourceMappingURL=InfoSquareOutlinedLight.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["InfoSquareOutlinedLight.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M19.9662 9.54267C20.1477 11.1757 20.1477 12.8238 19.9662 14.4569L19.7908 16.0359C19.5713 18.0115 18.0117 19.571 16.0361 19.7905L14.4571 19.966C12.8241 20.1474 11.176 20.1474 9.54291 19.966L7.96391 19.7905C5.98831 19.571 4.42875 18.0115 4.20924 16.0359L4.03379 14.4569C3.85234 12.8238 3.85234 11.1757 4.03379 9.54267L4.20924 7.96366C4.42875 5.98806 5.98831 4.4285 7.96391 4.20899L9.54291 4.03355C11.176 3.8521 12.8241 3.8521 14.4571 4.03355L16.0361 4.20899C18.0117 4.4285 19.5713 5.98806 19.7908 7.96367L19.9662 9.54267ZM7.77065 2.4697C4.98157 2.77959 2.77984 4.98132 2.46994 7.77041L2.2945 9.34941C2.09877 11.1109 2.09877 12.8886 2.2945 14.6501L2.46994 16.2291C2.77984 19.0182 4.98157 21.2199 7.77065 21.5298L9.34966 21.7053C11.1111 21.901 12.8889 21.901 14.6504 21.7053L16.2294 21.5298C19.0185 21.2199 21.2202 19.0182 21.5301 16.2291L21.7055 14.6501C21.9012 12.8886 21.9012 11.1109 21.7055 9.34941L21.5301 7.77041C21.2202 4.98133 19.0185 2.77959 16.2294 2.4697L14.6504 2.29425C12.8889 2.09853 11.1111 2.09853 9.34966 2.29425L7.77065 2.4697ZM13.25 8.75C13.25 9.44036 12.6904 10 12 10C11.3096 10 10.75 9.44036 10.75 8.75C10.75 8.05964 11.3096 7.5 12 7.5C12.6904 7.5 13.25 8.05964 13.25 8.75ZM12 11C11.4477 11 11 11.4925 11 12.1V15.4C11 16.0075 11.4477 16.5 12 16.5C12.5523 16.5 13 16.0075 13 15.4V12.1C13 11.4925 12.5523 11 12 11Z\"\n />,\n 'InfoSquareOutlinedLight',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,yBAJwB,CAA5B"}
|
|
@@ -2,6 +2,6 @@ import React from 'react';
|
|
|
2
2
|
import { Path } from 'react-native-svg';
|
|
3
3
|
import createSvgIcon from '../utils/createSvgIcon';
|
|
4
4
|
export default createSvgIcon( /*#__PURE__*/React.createElement(Path, {
|
|
5
|
-
d: "
|
|
5
|
+
d: "M2.75 7.5C2.75 8.19036 3.30964 8.75 4 8.75C4.69036 8.75 5.25 8.19036 5.25 7.5C5.25 6.80964 4.69036 6.25 4 6.25C3.30964 6.25 2.75 6.80964 2.75 7.5ZM7.5 7.5C7.5 6.94772 7.94772 6.5 8.5 6.5H20C20.5523 6.5 21 6.94772 21 7.5C21 8.05228 20.5523 8.5 20 8.5H8.5C7.94772 8.5 7.5 8.05228 7.5 7.5ZM7.5 12C7.5 11.4477 7.94772 11 8.5 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H8.5C7.94772 13 7.5 12.5523 7.5 12ZM8.5 15.5C7.94772 15.5 7.5 15.9477 7.5 16.5C7.5 17.0523 7.94772 17.5 8.5 17.5H14C14.5523 17.5 15 17.0523 15 16.5C15 15.9477 14.5523 15.5 14 15.5H8.5ZM2.75 12C2.75 12.6904 3.30964 13.25 4 13.25C4.69036 13.25 5.25 12.6904 5.25 12C5.25 11.3096 4.69036 10.75 4 10.75C3.30964 10.75 2.75 11.3096 2.75 12ZM2.75 16.5C2.75 17.1904 3.30964 17.75 4 17.75C4.69036 17.75 5.25 17.1904 5.25 16.5C5.25 15.8096 4.69036 15.25 4 15.25C3.30964 15.25 2.75 15.8096 2.75 16.5Z"
|
|
6
6
|
}), 'ListOutlined');
|
|
7
7
|
//# sourceMappingURL=ListOutlined.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["ListOutlined.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"
|
|
1
|
+
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["ListOutlined.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M2.75 7.5C2.75 8.19036 3.30964 8.75 4 8.75C4.69036 8.75 5.25 8.19036 5.25 7.5C5.25 6.80964 4.69036 6.25 4 6.25C3.30964 6.25 2.75 6.80964 2.75 7.5ZM7.5 7.5C7.5 6.94772 7.94772 6.5 8.5 6.5H20C20.5523 6.5 21 6.94772 21 7.5C21 8.05228 20.5523 8.5 20 8.5H8.5C7.94772 8.5 7.5 8.05228 7.5 7.5ZM7.5 12C7.5 11.4477 7.94772 11 8.5 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H8.5C7.94772 13 7.5 12.5523 7.5 12ZM8.5 15.5C7.94772 15.5 7.5 15.9477 7.5 16.5C7.5 17.0523 7.94772 17.5 8.5 17.5H14C14.5523 17.5 15 17.0523 15 16.5C15 15.9477 14.5523 15.5 14 15.5H8.5ZM2.75 12C2.75 12.6904 3.30964 13.25 4 13.25C4.69036 13.25 5.25 12.6904 5.25 12C5.25 11.3096 4.69036 10.75 4 10.75C3.30964 10.75 2.75 11.3096 2.75 12ZM2.75 16.5C2.75 17.1904 3.30964 17.75 4 17.75C4.69036 17.75 5.25 17.1904 5.25 16.5C5.25 15.8096 4.69036 15.25 4 15.25C3.30964 15.25 2.75 15.8096 2.75 16.5Z\"\n />,\n 'ListOutlined',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,cAJwB,CAA5B"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Path } from 'react-native-svg';
|
|
3
|
+
import createSvgIcon from '../utils/createSvgIcon';
|
|
4
|
+
export default createSvgIcon( /*#__PURE__*/React.createElement(Path, {
|
|
5
|
+
d: "M4 6.5C3.44772 6.5 3 6.94772 3 7.5C3 8.05228 3.44772 8.5 4 8.5C4.55228 8.5 5 8.05228 5 7.5C5 6.94772 4.55228 6.5 4 6.5ZM8.5 6.625C8.01675 6.625 7.625 7.01675 7.625 7.5C7.625 7.98325 8.01675 8.375 8.5 8.375H20C20.4832 8.375 20.875 7.98325 20.875 7.5C20.875 7.01675 20.4832 6.625 20 6.625H8.5ZM8.5 11.125C8.01675 11.125 7.625 11.5168 7.625 12C7.625 12.4832 8.01675 12.875 8.5 12.875H17C17.4832 12.875 17.875 12.4832 17.875 12C17.875 11.5168 17.4832 11.125 17 11.125H8.5ZM7.625 16.5C7.625 16.0168 8.01675 15.625 8.5 15.625H14C14.4832 15.625 14.875 16.0168 14.875 16.5C14.875 16.9832 14.4832 17.375 14 17.375H8.5C8.01675 17.375 7.625 16.9832 7.625 16.5ZM3 12C3 11.4477 3.44772 11 4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12ZM4 15.5C3.44772 15.5 3 15.9477 3 16.5C3 17.0523 3.44772 17.5 4 17.5C4.55228 17.5 5 17.0523 5 16.5C5 15.9477 4.55228 15.5 4 15.5Z"
|
|
6
|
+
}), 'ListOutlinedLight');
|
|
7
|
+
//# sourceMappingURL=ListOutlinedLight.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["ListOutlinedLight.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <Path\n d=\"M4 6.5C3.44772 6.5 3 6.94772 3 7.5C3 8.05228 3.44772 8.5 4 8.5C4.55228 8.5 5 8.05228 5 7.5C5 6.94772 4.55228 6.5 4 6.5ZM8.5 6.625C8.01675 6.625 7.625 7.01675 7.625 7.5C7.625 7.98325 8.01675 8.375 8.5 8.375H20C20.4832 8.375 20.875 7.98325 20.875 7.5C20.875 7.01675 20.4832 6.625 20 6.625H8.5ZM8.5 11.125C8.01675 11.125 7.625 11.5168 7.625 12C7.625 12.4832 8.01675 12.875 8.5 12.875H17C17.4832 12.875 17.875 12.4832 17.875 12C17.875 11.5168 17.4832 11.125 17 11.125H8.5ZM7.625 16.5C7.625 16.0168 8.01675 15.625 8.5 15.625H14C14.4832 15.625 14.875 16.0168 14.875 16.5C14.875 16.9832 14.4832 17.375 14 17.375H8.5C8.01675 17.375 7.625 16.9832 7.625 16.5ZM3 12C3 11.4477 3.44772 11 4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12ZM4 15.5C3.44772 15.5 3 15.9477 3 16.5C3 17.0523 3.44772 17.5 4 17.5C4.55228 17.5 5 17.0523 5 16.5C5 15.9477 4.55228 15.5 4 15.5Z\"\n />,\n 'ListOutlinedLight',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EADwB,EAIxB,mBAJwB,CAA5B"}
|
package/build/module/index.js
CHANGED
|
@@ -26,6 +26,7 @@ export { default as ClockTwoTone } from './icons/ClockTwoTone';
|
|
|
26
26
|
export { default as Close } from './icons/Close';
|
|
27
27
|
export { default as ContentFilled } from './icons/ContentFilled';
|
|
28
28
|
export { default as ContentOutlined } from './icons/ContentOutlined';
|
|
29
|
+
export { default as ContentOutlinedLight } from './icons/ContentOutlinedLight';
|
|
29
30
|
export { default as CopyFilled } from './icons/CopyFilled';
|
|
30
31
|
export { default as Expand } from './icons/Expand';
|
|
31
32
|
export { default as EyeOff } from './icons/EyeOff';
|
|
@@ -45,12 +46,14 @@ export { default as HomeOutlined } from './icons/HomeOutlined';
|
|
|
45
46
|
export { default as Info } from './icons/Info';
|
|
46
47
|
export { default as InfoSquareFilled } from './icons/InfoSquareFilled';
|
|
47
48
|
export { default as InfoSquareOutlined } from './icons/InfoSquareOutlined';
|
|
49
|
+
export { default as InfoSquareOutlinedLight } from './icons/InfoSquareOutlinedLight';
|
|
48
50
|
export { default as Instagram } from './icons/Instagram';
|
|
49
51
|
export { default as LibraryFilled } from './icons/LibraryFilled';
|
|
50
52
|
export { default as LibraryOutlined } from './icons/LibraryOutlined';
|
|
51
53
|
export { default as List } from './icons/List';
|
|
52
54
|
export { default as ListFilled } from './icons/ListFilled';
|
|
53
55
|
export { default as ListOutlined } from './icons/ListOutlined';
|
|
56
|
+
export { default as ListOutlinedLight } from './icons/ListOutlinedLight';
|
|
54
57
|
export { default as Logo } from './icons/Logo';
|
|
55
58
|
export { default as MailFilled } from './icons/MailFilled';
|
|
56
59
|
export { default as MailOutlined } from './icons/MailOutlined';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default","ActionTwoTone","Add","Apple","ArrowLeft","ArrowLightHorizontalFilled","ArrowLightHorizontalOutlined","ArrowLightVerticalFilled","ArrowLightVerticalOutlined","ArrowRight","BellOff","BellOn","BellOutlined","Bullet","CalendarOutlined","Check","CheckboxChecked","CheckCircleFilled","CheckCircleOutlined","ChevronDown","ChevronRight","ChevronUp","ChevronLeft","ClockFilled","ClockOutlined","ClockTwoTone","Close","ContentFilled","ContentOutlined","CopyFilled","Expand","EyeOff","EyeOutlined","Facebook","FontLato","FontLiterata","GiftOutlined","GiftTwoTone","Google","GraphUp","HdOff","HdOn","Help","HomeFilled","HomeOutlined","Info","InfoSquareFilled","InfoSquareOutlined","Instagram","LibraryFilled","LibraryOutlined","List","ListFilled","ListOutlined","Logo","MailFilled","MailOutlined","MenuFilled","MenuOutlined","MinusCircle","Nib","Pencil","Point","Radio","RadioChecked","Restart","SaleOutlined","SaleTwoTone","Search","Share","SpacingLargeFilled","SpacingLargeOutlined","SpacingMediumFilled","SpacingMediumOutlined","SpacingSmallFilled","SpacingSmallOutlined","Speaker","SwapHorizontal","SwapVertical","TicketOutlined","TicketTwoTone","TokenFilled","Twitter","Warning","Youtube"],"sources":["index.ts"],"sourcesContent":["export { default as ActionTwoTone } from './icons/ActionTwoTone';\nexport { default as Add } from './icons/Add';\nexport { default as Apple } from './icons/Apple';\nexport { default as ArrowLeft } from './icons/ArrowLeft';\nexport { default as ArrowLightHorizontalFilled } from './icons/ArrowLightHorizontalFilled';\nexport { default as ArrowLightHorizontalOutlined } from './icons/ArrowLightHorizontalOutlined';\nexport { default as ArrowLightVerticalFilled } from './icons/ArrowLightVerticalFilled';\nexport { default as ArrowLightVerticalOutlined } from './icons/ArrowLightVerticalOutlined';\nexport { default as ArrowRight } from './icons/ArrowRight';\nexport { default as BellOff } from './icons/BellOff';\nexport { default as BellOn } from './icons/BellOn';\nexport { default as BellOutlined } from './icons/BellOutlined';\nexport { default as Bullet } from './icons/Bullet';\nexport { default as CalendarOutlined } from './icons/CalendarOutlined';\nexport { default as Check } from './icons/Check';\nexport { default as CheckboxChecked } from './icons/CheckboxChecked';\nexport { default as CheckCircleFilled } from './icons/CheckCircleFilled';\nexport { default as CheckCircleOutlined } from './icons/CheckCircleOutlined';\nexport { default as ChevronDown } from './icons/ChevronDown';\nexport { default as ChevronRight } from './icons/ChevronRight';\nexport { default as ChevronUp } from './icons/ChevronUp';\nexport { default as ChevronLeft } from './icons/ChevronLeft';\nexport { default as ClockFilled } from './icons/ClockFilled';\nexport { default as ClockOutlined } from './icons/ClockOutlined';\nexport { default as ClockTwoTone } from './icons/ClockTwoTone';\nexport { default as Close } from './icons/Close';\nexport { default as ContentFilled } from './icons/ContentFilled';\nexport { default as ContentOutlined } from './icons/ContentOutlined';\nexport { default as CopyFilled } from './icons/CopyFilled';\nexport { default as Expand } from './icons/Expand';\nexport { default as EyeOff } from './icons/EyeOff';\nexport { default as EyeOutlined } from './icons/EyeOutlined';\nexport { default as Facebook } from './icons/Facebook';\nexport { default as FontLato } from './icons/FontLato';\nexport { default as FontLiterata } from './icons/FontLiterata';\nexport { default as GiftOutlined } from './icons/GiftOutlined';\nexport { default as GiftTwoTone } from './icons/GiftTwoTone';\nexport { default as Google } from './icons/Google';\nexport { default as GraphUp } from './icons/GraphUp';\nexport { default as HdOff } from './icons/HdOff';\nexport { default as HdOn } from './icons/HdOn';\nexport { default as Help } from './icons/Help';\nexport { default as HomeFilled } from './icons/HomeFilled';\nexport { default as HomeOutlined } from './icons/HomeOutlined';\nexport { default as Info } from './icons/Info';\nexport { default as InfoSquareFilled } from './icons/InfoSquareFilled';\nexport { default as InfoSquareOutlined } from './icons/InfoSquareOutlined';\nexport { default as Instagram } from './icons/Instagram';\nexport { default as LibraryFilled } from './icons/LibraryFilled';\nexport { default as LibraryOutlined } from './icons/LibraryOutlined';\nexport { default as List } from './icons/List';\nexport { default as ListFilled } from './icons/ListFilled';\nexport { default as ListOutlined } from './icons/ListOutlined';\nexport { default as Logo } from './icons/Logo';\nexport { default as MailFilled } from './icons/MailFilled';\nexport { default as MailOutlined } from './icons/MailOutlined';\nexport { default as MenuFilled } from './icons/MenuFilled';\nexport { default as MenuOutlined } from './icons/MenuOutlined';\nexport { default as MinusCircle } from './icons/MinusCircle';\nexport { default as Nib } from './icons/Nib';\nexport { default as Pencil } from './icons/Pencil';\nexport { default as Point } from './icons/Point';\nexport { default as Radio } from './icons/Radio';\nexport { default as RadioChecked } from './icons/RadioChecked';\nexport { default as Restart } from './icons/Restart';\nexport { default as SaleOutlined } from './icons/SaleOutlined';\nexport { default as SaleTwoTone } from './icons/SaleTwoTone';\nexport { default as Search } from './icons/Search';\nexport { default as Share } from './icons/Share';\nexport { default as SpacingLargeFilled } from './icons/SpacingLargeFilled';\nexport { default as SpacingLargeOutlined } from './icons/SpacingLargeOutlined';\nexport { default as SpacingMediumFilled } from './icons/SpacingMediumFilled';\nexport { default as SpacingMediumOutlined } from './icons/SpacingMediumOutlined';\nexport { default as SpacingSmallFilled } from './icons/SpacingSmallFilled';\nexport { default as SpacingSmallOutlined } from './icons/SpacingSmallOutlined';\nexport { default as Speaker } from './icons/Speaker';\nexport { default as SwapHorizontal } from './icons/SwapHorizontal';\nexport { default as SwapVertical } from './icons/SwapVertical';\nexport { default as TicketOutlined } from './icons/TicketOutlined';\nexport { default as TicketTwoTone } from './icons/TicketTwoTone';\nexport { default as TokenFilled } from './icons/TokenFilled';\nexport { default as Twitter } from './icons/Twitter';\nexport { default as Warning } from './icons/Warning';\nexport { default as Youtube } from './icons/Youtube';\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"names":["default","ActionTwoTone","Add","Apple","ArrowLeft","ArrowLightHorizontalFilled","ArrowLightHorizontalOutlined","ArrowLightVerticalFilled","ArrowLightVerticalOutlined","ArrowRight","BellOff","BellOn","BellOutlined","Bullet","CalendarOutlined","Check","CheckboxChecked","CheckCircleFilled","CheckCircleOutlined","ChevronDown","ChevronRight","ChevronUp","ChevronLeft","ClockFilled","ClockOutlined","ClockTwoTone","Close","ContentFilled","ContentOutlined","ContentOutlinedLight","CopyFilled","Expand","EyeOff","EyeOutlined","Facebook","FontLato","FontLiterata","GiftOutlined","GiftTwoTone","Google","GraphUp","HdOff","HdOn","Help","HomeFilled","HomeOutlined","Info","InfoSquareFilled","InfoSquareOutlined","InfoSquareOutlinedLight","Instagram","LibraryFilled","LibraryOutlined","List","ListFilled","ListOutlined","ListOutlinedLight","Logo","MailFilled","MailOutlined","MenuFilled","MenuOutlined","MinusCircle","Nib","Pencil","Point","Radio","RadioChecked","Restart","SaleOutlined","SaleTwoTone","Search","Share","SpacingLargeFilled","SpacingLargeOutlined","SpacingMediumFilled","SpacingMediumOutlined","SpacingSmallFilled","SpacingSmallOutlined","Speaker","SwapHorizontal","SwapVertical","TicketOutlined","TicketTwoTone","TokenFilled","Twitter","Warning","Youtube"],"sources":["index.ts"],"sourcesContent":["export { default as ActionTwoTone } from './icons/ActionTwoTone';\nexport { default as Add } from './icons/Add';\nexport { default as Apple } from './icons/Apple';\nexport { default as ArrowLeft } from './icons/ArrowLeft';\nexport { default as ArrowLightHorizontalFilled } from './icons/ArrowLightHorizontalFilled';\nexport { default as ArrowLightHorizontalOutlined } from './icons/ArrowLightHorizontalOutlined';\nexport { default as ArrowLightVerticalFilled } from './icons/ArrowLightVerticalFilled';\nexport { default as ArrowLightVerticalOutlined } from './icons/ArrowLightVerticalOutlined';\nexport { default as ArrowRight } from './icons/ArrowRight';\nexport { default as BellOff } from './icons/BellOff';\nexport { default as BellOn } from './icons/BellOn';\nexport { default as BellOutlined } from './icons/BellOutlined';\nexport { default as Bullet } from './icons/Bullet';\nexport { default as CalendarOutlined } from './icons/CalendarOutlined';\nexport { default as Check } from './icons/Check';\nexport { default as CheckboxChecked } from './icons/CheckboxChecked';\nexport { default as CheckCircleFilled } from './icons/CheckCircleFilled';\nexport { default as CheckCircleOutlined } from './icons/CheckCircleOutlined';\nexport { default as ChevronDown } from './icons/ChevronDown';\nexport { default as ChevronRight } from './icons/ChevronRight';\nexport { default as ChevronUp } from './icons/ChevronUp';\nexport { default as ChevronLeft } from './icons/ChevronLeft';\nexport { default as ClockFilled } from './icons/ClockFilled';\nexport { default as ClockOutlined } from './icons/ClockOutlined';\nexport { default as ClockTwoTone } from './icons/ClockTwoTone';\nexport { default as Close } from './icons/Close';\nexport { default as ContentFilled } from './icons/ContentFilled';\nexport { default as ContentOutlined } from './icons/ContentOutlined';\nexport { default as ContentOutlinedLight } from './icons/ContentOutlinedLight';\nexport { default as CopyFilled } from './icons/CopyFilled';\nexport { default as Expand } from './icons/Expand';\nexport { default as EyeOff } from './icons/EyeOff';\nexport { default as EyeOutlined } from './icons/EyeOutlined';\nexport { default as Facebook } from './icons/Facebook';\nexport { default as FontLato } from './icons/FontLato';\nexport { default as FontLiterata } from './icons/FontLiterata';\nexport { default as GiftOutlined } from './icons/GiftOutlined';\nexport { default as GiftTwoTone } from './icons/GiftTwoTone';\nexport { default as Google } from './icons/Google';\nexport { default as GraphUp } from './icons/GraphUp';\nexport { default as HdOff } from './icons/HdOff';\nexport { default as HdOn } from './icons/HdOn';\nexport { default as Help } from './icons/Help';\nexport { default as HomeFilled } from './icons/HomeFilled';\nexport { default as HomeOutlined } from './icons/HomeOutlined';\nexport { default as Info } from './icons/Info';\nexport { default as InfoSquareFilled } from './icons/InfoSquareFilled';\nexport { default as InfoSquareOutlined } from './icons/InfoSquareOutlined';\nexport { default as InfoSquareOutlinedLight } from './icons/InfoSquareOutlinedLight';\nexport { default as Instagram } from './icons/Instagram';\nexport { default as LibraryFilled } from './icons/LibraryFilled';\nexport { default as LibraryOutlined } from './icons/LibraryOutlined';\nexport { default as List } from './icons/List';\nexport { default as ListFilled } from './icons/ListFilled';\nexport { default as ListOutlined } from './icons/ListOutlined';\nexport { default as ListOutlinedLight } from './icons/ListOutlinedLight';\nexport { default as Logo } from './icons/Logo';\nexport { default as MailFilled } from './icons/MailFilled';\nexport { default as MailOutlined } from './icons/MailOutlined';\nexport { default as MenuFilled } from './icons/MenuFilled';\nexport { default as MenuOutlined } from './icons/MenuOutlined';\nexport { default as MinusCircle } from './icons/MinusCircle';\nexport { default as Nib } from './icons/Nib';\nexport { default as Pencil } from './icons/Pencil';\nexport { default as Point } from './icons/Point';\nexport { default as Radio } from './icons/Radio';\nexport { default as RadioChecked } from './icons/RadioChecked';\nexport { default as Restart } from './icons/Restart';\nexport { default as SaleOutlined } from './icons/SaleOutlined';\nexport { default as SaleTwoTone } from './icons/SaleTwoTone';\nexport { default as Search } from './icons/Search';\nexport { default as Share } from './icons/Share';\nexport { default as SpacingLargeFilled } from './icons/SpacingLargeFilled';\nexport { default as SpacingLargeOutlined } from './icons/SpacingLargeOutlined';\nexport { default as SpacingMediumFilled } from './icons/SpacingMediumFilled';\nexport { default as SpacingMediumOutlined } from './icons/SpacingMediumOutlined';\nexport { default as SpacingSmallFilled } from './icons/SpacingSmallFilled';\nexport { default as SpacingSmallOutlined } from './icons/SpacingSmallOutlined';\nexport { default as Speaker } from './icons/Speaker';\nexport { default as SwapHorizontal } from './icons/SwapHorizontal';\nexport { default as SwapVertical } from './icons/SwapVertical';\nexport { default as TicketOutlined } from './icons/TicketOutlined';\nexport { default as TicketTwoTone } from './icons/TicketTwoTone';\nexport { default as TokenFilled } from './icons/TokenFilled';\nexport { default as Twitter } from './icons/Twitter';\nexport { default as Warning } from './icons/Warning';\nexport { default as Youtube } from './icons/Youtube';\n"],"mappings":"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"}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: React.MemoExoticComponent<{
|
|
3
|
+
(props: {
|
|
4
|
+
readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
|
|
5
|
+
title?: string | undefined;
|
|
6
|
+
clipPath?: string | undefined;
|
|
7
|
+
marker?: string | undefined;
|
|
8
|
+
mask?: string | undefined;
|
|
9
|
+
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
10
|
+
readonly fill?: import("react-native").ColorValue | undefined;
|
|
11
|
+
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
12
|
+
fillRule?: import("react-native-svg").FillRule | undefined;
|
|
13
|
+
stroke?: import("react-native").ColorValue | undefined;
|
|
14
|
+
strokeWidth?: import("react-native-svg").NumberProp | undefined;
|
|
15
|
+
strokeOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
16
|
+
strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
|
|
17
|
+
strokeDashoffset?: import("react-native-svg").NumberProp | undefined;
|
|
18
|
+
strokeLinecap?: import("react-native-svg").Linecap | undefined;
|
|
19
|
+
strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
|
|
20
|
+
strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
|
|
21
|
+
vectorEffect?: import("react-native-svg").VectorEffect | undefined;
|
|
22
|
+
clipRule?: import("react-native-svg").FillRule | undefined;
|
|
23
|
+
translate?: import("react-native-svg").NumberArray | undefined;
|
|
24
|
+
translateX?: import("react-native-svg").NumberProp | undefined;
|
|
25
|
+
translateY?: import("react-native-svg").NumberProp | undefined;
|
|
26
|
+
origin?: import("react-native-svg").NumberArray | undefined;
|
|
27
|
+
originX?: import("react-native-svg").NumberProp | undefined;
|
|
28
|
+
originY?: import("react-native-svg").NumberProp | undefined;
|
|
29
|
+
scale?: import("react-native-svg").NumberArray | undefined;
|
|
30
|
+
scaleX?: import("react-native-svg").NumberProp | undefined;
|
|
31
|
+
scaleY?: import("react-native-svg").NumberProp | undefined;
|
|
32
|
+
skew?: import("react-native-svg").NumberArray | undefined;
|
|
33
|
+
skewX?: import("react-native-svg").NumberProp | undefined;
|
|
34
|
+
skewY?: import("react-native-svg").NumberProp | undefined;
|
|
35
|
+
rotation?: import("react-native-svg").NumberProp | undefined;
|
|
36
|
+
x?: import("react-native-svg").NumberArray | undefined;
|
|
37
|
+
y?: import("react-native-svg").NumberArray | undefined;
|
|
38
|
+
transform?: string | import("react-native-svg").ColumnMajorTransformMatrix | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
39
|
+
pointerEvents?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
40
|
+
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
41
|
+
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
42
|
+
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
43
|
+
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
44
|
+
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
45
|
+
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
46
|
+
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
47
|
+
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
48
|
+
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
49
|
+
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
50
|
+
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
51
|
+
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
52
|
+
disabled?: boolean | undefined;
|
|
53
|
+
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
54
|
+
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
55
|
+
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
56
|
+
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
57
|
+
delayPressIn?: number | undefined;
|
|
58
|
+
delayPressOut?: number | undefined;
|
|
59
|
+
delayLongPress?: number | undefined;
|
|
60
|
+
id?: string | undefined;
|
|
61
|
+
markerStart?: string | undefined;
|
|
62
|
+
markerMid?: string | undefined;
|
|
63
|
+
markerEnd?: string | undefined;
|
|
64
|
+
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
65
|
+
accessibilityLabel?: string | undefined;
|
|
66
|
+
accessible?: boolean | undefined;
|
|
67
|
+
testID?: string | undefined;
|
|
68
|
+
readonly width?: import("react-native-svg").NumberProp | undefined;
|
|
69
|
+
readonly height?: import("react-native-svg").NumberProp | undefined;
|
|
70
|
+
readonly viewBox?: string | undefined;
|
|
71
|
+
preserveAspectRatio?: string | undefined;
|
|
72
|
+
readonly color?: import("packages/fountain-ui/build/typescript").CommonComponentColor | undefined;
|
|
73
|
+
font?: import("react-native-svg").FontObject | undefined;
|
|
74
|
+
fontStyle?: import("react-native-svg").FontStyle | undefined;
|
|
75
|
+
fontVariant?: import("react-native-svg").FontVariant | undefined;
|
|
76
|
+
fontWeight?: import("react-native-svg").FontWeight | undefined;
|
|
77
|
+
fontStretch?: import("react-native-svg").FontStretch | undefined;
|
|
78
|
+
fontSize?: import("react-native-svg").NumberProp | undefined;
|
|
79
|
+
fontFamily?: string | undefined;
|
|
80
|
+
textAnchor?: import("react-native-svg").TextAnchor | undefined;
|
|
81
|
+
textDecoration?: import("react-native-svg").TextDecoration | undefined;
|
|
82
|
+
letterSpacing?: import("react-native-svg").NumberProp | undefined;
|
|
83
|
+
wordSpacing?: import("react-native-svg").NumberProp | undefined;
|
|
84
|
+
kerning?: import("react-native-svg").NumberProp | undefined;
|
|
85
|
+
fontFeatureSettings?: string | undefined;
|
|
86
|
+
fontVariantLigatures?: import("react-native-svg").FontVariantLigatures | undefined;
|
|
87
|
+
fontVariationSettings?: string | undefined;
|
|
88
|
+
hitSlop?: import("react-native").Insets | undefined;
|
|
89
|
+
removeClippedSubviews?: boolean | undefined;
|
|
90
|
+
nativeID?: string | undefined;
|
|
91
|
+
collapsable?: boolean | undefined;
|
|
92
|
+
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
93
|
+
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
94
|
+
focusable?: boolean | undefined;
|
|
95
|
+
shouldRasterizeIOS?: boolean | undefined;
|
|
96
|
+
isTVSelectable?: boolean | undefined;
|
|
97
|
+
hasTVPreferredFocus?: boolean | undefined;
|
|
98
|
+
tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
|
|
99
|
+
tvParallaxShiftDistanceX?: number | undefined;
|
|
100
|
+
tvParallaxShiftDistanceY?: number | undefined;
|
|
101
|
+
tvParallaxTiltAngle?: number | undefined;
|
|
102
|
+
tvParallaxMagnification?: number | undefined;
|
|
103
|
+
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
104
|
+
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
105
|
+
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
106
|
+
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
107
|
+
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
108
|
+
accessibilityActions?: readonly Readonly<{
|
|
109
|
+
name: string;
|
|
110
|
+
label?: string | undefined;
|
|
111
|
+
}>[] | undefined;
|
|
112
|
+
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
113
|
+
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
114
|
+
accessibilityHint?: string | undefined;
|
|
115
|
+
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
116
|
+
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
117
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
118
|
+
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
119
|
+
importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | undefined;
|
|
120
|
+
accessibilityElementsHidden?: boolean | undefined;
|
|
121
|
+
accessibilityLanguage?: string | undefined;
|
|
122
|
+
accessibilityViewIsModal?: boolean | undefined;
|
|
123
|
+
onAccessibilityEscape?: (() => void) | undefined;
|
|
124
|
+
onAccessibilityTap?: (() => void) | undefined;
|
|
125
|
+
onMagicTap?: (() => void) | undefined;
|
|
126
|
+
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
127
|
+
}): JSX.Element;
|
|
128
|
+
displayName: string;
|
|
129
|
+
}>;
|
|
130
|
+
export default _default;
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: React.MemoExoticComponent<{
|
|
3
|
+
(props: {
|
|
4
|
+
readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
|
|
5
|
+
title?: string | undefined;
|
|
6
|
+
clipPath?: string | undefined;
|
|
7
|
+
marker?: string | undefined;
|
|
8
|
+
mask?: string | undefined;
|
|
9
|
+
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
10
|
+
readonly fill?: import("react-native").ColorValue | undefined;
|
|
11
|
+
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
12
|
+
fillRule?: import("react-native-svg").FillRule | undefined;
|
|
13
|
+
stroke?: import("react-native").ColorValue | undefined;
|
|
14
|
+
strokeWidth?: import("react-native-svg").NumberProp | undefined;
|
|
15
|
+
strokeOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
16
|
+
strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
|
|
17
|
+
strokeDashoffset?: import("react-native-svg").NumberProp | undefined;
|
|
18
|
+
strokeLinecap?: import("react-native-svg").Linecap | undefined;
|
|
19
|
+
strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
|
|
20
|
+
strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
|
|
21
|
+
vectorEffect?: import("react-native-svg").VectorEffect | undefined;
|
|
22
|
+
clipRule?: import("react-native-svg").FillRule | undefined;
|
|
23
|
+
translate?: import("react-native-svg").NumberArray | undefined;
|
|
24
|
+
translateX?: import("react-native-svg").NumberProp | undefined;
|
|
25
|
+
translateY?: import("react-native-svg").NumberProp | undefined;
|
|
26
|
+
origin?: import("react-native-svg").NumberArray | undefined;
|
|
27
|
+
originX?: import("react-native-svg").NumberProp | undefined;
|
|
28
|
+
originY?: import("react-native-svg").NumberProp | undefined;
|
|
29
|
+
scale?: import("react-native-svg").NumberArray | undefined;
|
|
30
|
+
scaleX?: import("react-native-svg").NumberProp | undefined;
|
|
31
|
+
scaleY?: import("react-native-svg").NumberProp | undefined;
|
|
32
|
+
skew?: import("react-native-svg").NumberArray | undefined;
|
|
33
|
+
skewX?: import("react-native-svg").NumberProp | undefined;
|
|
34
|
+
skewY?: import("react-native-svg").NumberProp | undefined;
|
|
35
|
+
rotation?: import("react-native-svg").NumberProp | undefined;
|
|
36
|
+
x?: import("react-native-svg").NumberArray | undefined;
|
|
37
|
+
y?: import("react-native-svg").NumberArray | undefined;
|
|
38
|
+
transform?: string | import("react-native-svg").ColumnMajorTransformMatrix | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
39
|
+
pointerEvents?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
40
|
+
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
41
|
+
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
42
|
+
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
43
|
+
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
44
|
+
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
45
|
+
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
46
|
+
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
47
|
+
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
48
|
+
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
49
|
+
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
50
|
+
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
51
|
+
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
52
|
+
disabled?: boolean | undefined;
|
|
53
|
+
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
54
|
+
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
55
|
+
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
56
|
+
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
57
|
+
delayPressIn?: number | undefined;
|
|
58
|
+
delayPressOut?: number | undefined;
|
|
59
|
+
delayLongPress?: number | undefined;
|
|
60
|
+
id?: string | undefined;
|
|
61
|
+
markerStart?: string | undefined;
|
|
62
|
+
markerMid?: string | undefined;
|
|
63
|
+
markerEnd?: string | undefined;
|
|
64
|
+
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
65
|
+
accessibilityLabel?: string | undefined;
|
|
66
|
+
accessible?: boolean | undefined;
|
|
67
|
+
testID?: string | undefined;
|
|
68
|
+
readonly width?: import("react-native-svg").NumberProp | undefined;
|
|
69
|
+
readonly height?: import("react-native-svg").NumberProp | undefined;
|
|
70
|
+
readonly viewBox?: string | undefined;
|
|
71
|
+
preserveAspectRatio?: string | undefined;
|
|
72
|
+
readonly color?: import("packages/fountain-ui/build/typescript").CommonComponentColor | undefined;
|
|
73
|
+
font?: import("react-native-svg").FontObject | undefined;
|
|
74
|
+
fontStyle?: import("react-native-svg").FontStyle | undefined;
|
|
75
|
+
fontVariant?: import("react-native-svg").FontVariant | undefined;
|
|
76
|
+
fontWeight?: import("react-native-svg").FontWeight | undefined;
|
|
77
|
+
fontStretch?: import("react-native-svg").FontStretch | undefined;
|
|
78
|
+
fontSize?: import("react-native-svg").NumberProp | undefined;
|
|
79
|
+
fontFamily?: string | undefined;
|
|
80
|
+
textAnchor?: import("react-native-svg").TextAnchor | undefined;
|
|
81
|
+
textDecoration?: import("react-native-svg").TextDecoration | undefined;
|
|
82
|
+
letterSpacing?: import("react-native-svg").NumberProp | undefined;
|
|
83
|
+
wordSpacing?: import("react-native-svg").NumberProp | undefined;
|
|
84
|
+
kerning?: import("react-native-svg").NumberProp | undefined;
|
|
85
|
+
fontFeatureSettings?: string | undefined;
|
|
86
|
+
fontVariantLigatures?: import("react-native-svg").FontVariantLigatures | undefined;
|
|
87
|
+
fontVariationSettings?: string | undefined;
|
|
88
|
+
hitSlop?: import("react-native").Insets | undefined;
|
|
89
|
+
removeClippedSubviews?: boolean | undefined;
|
|
90
|
+
nativeID?: string | undefined;
|
|
91
|
+
collapsable?: boolean | undefined;
|
|
92
|
+
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
93
|
+
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
94
|
+
focusable?: boolean | undefined;
|
|
95
|
+
shouldRasterizeIOS?: boolean | undefined;
|
|
96
|
+
isTVSelectable?: boolean | undefined;
|
|
97
|
+
hasTVPreferredFocus?: boolean | undefined;
|
|
98
|
+
tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
|
|
99
|
+
tvParallaxShiftDistanceX?: number | undefined;
|
|
100
|
+
tvParallaxShiftDistanceY?: number | undefined;
|
|
101
|
+
tvParallaxTiltAngle?: number | undefined;
|
|
102
|
+
tvParallaxMagnification?: number | undefined;
|
|
103
|
+
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
104
|
+
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
105
|
+
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
106
|
+
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
107
|
+
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
108
|
+
accessibilityActions?: readonly Readonly<{
|
|
109
|
+
name: string;
|
|
110
|
+
label?: string | undefined;
|
|
111
|
+
}>[] | undefined;
|
|
112
|
+
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
113
|
+
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
114
|
+
accessibilityHint?: string | undefined;
|
|
115
|
+
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
116
|
+
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
117
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
118
|
+
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
119
|
+
importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | undefined;
|
|
120
|
+
accessibilityElementsHidden?: boolean | undefined;
|
|
121
|
+
accessibilityLanguage?: string | undefined;
|
|
122
|
+
accessibilityViewIsModal?: boolean | undefined;
|
|
123
|
+
onAccessibilityEscape?: (() => void) | undefined;
|
|
124
|
+
onAccessibilityTap?: (() => void) | undefined;
|
|
125
|
+
onMagicTap?: (() => void) | undefined;
|
|
126
|
+
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
127
|
+
}): JSX.Element;
|
|
128
|
+
displayName: string;
|
|
129
|
+
}>;
|
|
130
|
+
export default _default;
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: React.MemoExoticComponent<{
|
|
3
|
+
(props: {
|
|
4
|
+
readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
|
|
5
|
+
title?: string | undefined;
|
|
6
|
+
clipPath?: string | undefined;
|
|
7
|
+
marker?: string | undefined;
|
|
8
|
+
mask?: string | undefined;
|
|
9
|
+
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
10
|
+
readonly fill?: import("react-native").ColorValue | undefined;
|
|
11
|
+
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
12
|
+
fillRule?: import("react-native-svg").FillRule | undefined;
|
|
13
|
+
stroke?: import("react-native").ColorValue | undefined;
|
|
14
|
+
strokeWidth?: import("react-native-svg").NumberProp | undefined;
|
|
15
|
+
strokeOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
16
|
+
strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
|
|
17
|
+
strokeDashoffset?: import("react-native-svg").NumberProp | undefined;
|
|
18
|
+
strokeLinecap?: import("react-native-svg").Linecap | undefined;
|
|
19
|
+
strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
|
|
20
|
+
strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
|
|
21
|
+
vectorEffect?: import("react-native-svg").VectorEffect | undefined;
|
|
22
|
+
clipRule?: import("react-native-svg").FillRule | undefined;
|
|
23
|
+
translate?: import("react-native-svg").NumberArray | undefined;
|
|
24
|
+
translateX?: import("react-native-svg").NumberProp | undefined;
|
|
25
|
+
translateY?: import("react-native-svg").NumberProp | undefined;
|
|
26
|
+
origin?: import("react-native-svg").NumberArray | undefined;
|
|
27
|
+
originX?: import("react-native-svg").NumberProp | undefined;
|
|
28
|
+
originY?: import("react-native-svg").NumberProp | undefined;
|
|
29
|
+
scale?: import("react-native-svg").NumberArray | undefined;
|
|
30
|
+
scaleX?: import("react-native-svg").NumberProp | undefined;
|
|
31
|
+
scaleY?: import("react-native-svg").NumberProp | undefined;
|
|
32
|
+
skew?: import("react-native-svg").NumberArray | undefined;
|
|
33
|
+
skewX?: import("react-native-svg").NumberProp | undefined;
|
|
34
|
+
skewY?: import("react-native-svg").NumberProp | undefined;
|
|
35
|
+
rotation?: import("react-native-svg").NumberProp | undefined;
|
|
36
|
+
x?: import("react-native-svg").NumberArray | undefined;
|
|
37
|
+
y?: import("react-native-svg").NumberArray | undefined;
|
|
38
|
+
transform?: string | import("react-native-svg").ColumnMajorTransformMatrix | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
39
|
+
pointerEvents?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
40
|
+
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
41
|
+
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
42
|
+
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
43
|
+
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
44
|
+
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
45
|
+
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
46
|
+
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
47
|
+
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
48
|
+
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
49
|
+
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
50
|
+
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
51
|
+
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
52
|
+
disabled?: boolean | undefined;
|
|
53
|
+
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
54
|
+
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
55
|
+
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
56
|
+
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
57
|
+
delayPressIn?: number | undefined;
|
|
58
|
+
delayPressOut?: number | undefined;
|
|
59
|
+
delayLongPress?: number | undefined;
|
|
60
|
+
id?: string | undefined;
|
|
61
|
+
markerStart?: string | undefined;
|
|
62
|
+
markerMid?: string | undefined;
|
|
63
|
+
markerEnd?: string | undefined;
|
|
64
|
+
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
65
|
+
accessibilityLabel?: string | undefined;
|
|
66
|
+
accessible?: boolean | undefined;
|
|
67
|
+
testID?: string | undefined;
|
|
68
|
+
readonly width?: import("react-native-svg").NumberProp | undefined;
|
|
69
|
+
readonly height?: import("react-native-svg").NumberProp | undefined;
|
|
70
|
+
readonly viewBox?: string | undefined;
|
|
71
|
+
preserveAspectRatio?: string | undefined;
|
|
72
|
+
readonly color?: import("packages/fountain-ui/build/typescript").CommonComponentColor | undefined;
|
|
73
|
+
font?: import("react-native-svg").FontObject | undefined;
|
|
74
|
+
fontStyle?: import("react-native-svg").FontStyle | undefined;
|
|
75
|
+
fontVariant?: import("react-native-svg").FontVariant | undefined;
|
|
76
|
+
fontWeight?: import("react-native-svg").FontWeight | undefined;
|
|
77
|
+
fontStretch?: import("react-native-svg").FontStretch | undefined;
|
|
78
|
+
fontSize?: import("react-native-svg").NumberProp | undefined;
|
|
79
|
+
fontFamily?: string | undefined;
|
|
80
|
+
textAnchor?: import("react-native-svg").TextAnchor | undefined;
|
|
81
|
+
textDecoration?: import("react-native-svg").TextDecoration | undefined;
|
|
82
|
+
letterSpacing?: import("react-native-svg").NumberProp | undefined;
|
|
83
|
+
wordSpacing?: import("react-native-svg").NumberProp | undefined;
|
|
84
|
+
kerning?: import("react-native-svg").NumberProp | undefined;
|
|
85
|
+
fontFeatureSettings?: string | undefined;
|
|
86
|
+
fontVariantLigatures?: import("react-native-svg").FontVariantLigatures | undefined;
|
|
87
|
+
fontVariationSettings?: string | undefined;
|
|
88
|
+
hitSlop?: import("react-native").Insets | undefined;
|
|
89
|
+
removeClippedSubviews?: boolean | undefined;
|
|
90
|
+
nativeID?: string | undefined;
|
|
91
|
+
collapsable?: boolean | undefined;
|
|
92
|
+
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
93
|
+
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
94
|
+
focusable?: boolean | undefined;
|
|
95
|
+
shouldRasterizeIOS?: boolean | undefined;
|
|
96
|
+
isTVSelectable?: boolean | undefined;
|
|
97
|
+
hasTVPreferredFocus?: boolean | undefined;
|
|
98
|
+
tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
|
|
99
|
+
tvParallaxShiftDistanceX?: number | undefined;
|
|
100
|
+
tvParallaxShiftDistanceY?: number | undefined;
|
|
101
|
+
tvParallaxTiltAngle?: number | undefined;
|
|
102
|
+
tvParallaxMagnification?: number | undefined;
|
|
103
|
+
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
104
|
+
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
105
|
+
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
106
|
+
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
107
|
+
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
108
|
+
accessibilityActions?: readonly Readonly<{
|
|
109
|
+
name: string;
|
|
110
|
+
label?: string | undefined;
|
|
111
|
+
}>[] | undefined;
|
|
112
|
+
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
113
|
+
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
114
|
+
accessibilityHint?: string | undefined;
|
|
115
|
+
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
116
|
+
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
117
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
118
|
+
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
119
|
+
importantForAccessibility?: "auto" | "no" | "yes" | "no-hide-descendants" | undefined;
|
|
120
|
+
accessibilityElementsHidden?: boolean | undefined;
|
|
121
|
+
accessibilityLanguage?: string | undefined;
|
|
122
|
+
accessibilityViewIsModal?: boolean | undefined;
|
|
123
|
+
onAccessibilityEscape?: (() => void) | undefined;
|
|
124
|
+
onAccessibilityTap?: (() => void) | undefined;
|
|
125
|
+
onMagicTap?: (() => void) | undefined;
|
|
126
|
+
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
127
|
+
}): JSX.Element;
|
|
128
|
+
displayName: string;
|
|
129
|
+
}>;
|
|
130
|
+
export default _default;
|
|
@@ -26,6 +26,7 @@ export { default as ClockTwoTone } from './icons/ClockTwoTone';
|
|
|
26
26
|
export { default as Close } from './icons/Close';
|
|
27
27
|
export { default as ContentFilled } from './icons/ContentFilled';
|
|
28
28
|
export { default as ContentOutlined } from './icons/ContentOutlined';
|
|
29
|
+
export { default as ContentOutlinedLight } from './icons/ContentOutlinedLight';
|
|
29
30
|
export { default as CopyFilled } from './icons/CopyFilled';
|
|
30
31
|
export { default as Expand } from './icons/Expand';
|
|
31
32
|
export { default as EyeOff } from './icons/EyeOff';
|
|
@@ -45,12 +46,14 @@ export { default as HomeOutlined } from './icons/HomeOutlined';
|
|
|
45
46
|
export { default as Info } from './icons/Info';
|
|
46
47
|
export { default as InfoSquareFilled } from './icons/InfoSquareFilled';
|
|
47
48
|
export { default as InfoSquareOutlined } from './icons/InfoSquareOutlined';
|
|
49
|
+
export { default as InfoSquareOutlinedLight } from './icons/InfoSquareOutlinedLight';
|
|
48
50
|
export { default as Instagram } from './icons/Instagram';
|
|
49
51
|
export { default as LibraryFilled } from './icons/LibraryFilled';
|
|
50
52
|
export { default as LibraryOutlined } from './icons/LibraryOutlined';
|
|
51
53
|
export { default as List } from './icons/List';
|
|
52
54
|
export { default as ListFilled } from './icons/ListFilled';
|
|
53
55
|
export { default as ListOutlined } from './icons/ListOutlined';
|
|
56
|
+
export { default as ListOutlinedLight } from './icons/ListOutlinedLight';
|
|
54
57
|
export { default as Logo } from './icons/Logo';
|
|
55
58
|
export { default as MailFilled } from './icons/MailFilled';
|
|
56
59
|
export { default as MailOutlined } from './icons/MailOutlined';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fountain-ui/icons",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.21",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Fountain-UI Team",
|
|
6
6
|
"description": "Fountain Design Svg Icons converted to Fountain-UI React components.",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "d5da44c0b896468e1b5ce7f5f2f40ad63074c65e"
|
|
54
54
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Path } from 'react-native-svg';
|
|
3
|
+
import createSvgIcon from '../utils/createSvgIcon';
|
|
4
|
+
|
|
5
|
+
export default createSvgIcon(
|
|
6
|
+
<Path
|
|
7
|
+
d="M12.949 4.71497C13.1043 4.68263 13.25 4.80113 13.25 4.95971V19.0405C13.25 19.1991 13.1043 19.3176 12.949 19.2852L4.94901 17.6186C4.83308 17.5944 4.75 17.4923 4.75 17.3738V6.62638C4.75 6.50796 4.83308 6.40579 4.94901 6.38164L12.949 4.71497ZM4.59209 4.66842C3.66465 4.86164 3 5.67903 3 6.62638V17.3738C3 18.3212 3.66465 19.1386 4.59209 19.3318L12.5921 20.9985C13.8341 21.2572 15 20.3091 15 19.0405V4.95971C15 3.69109 13.8341 2.74301 12.5921 3.00175L4.59209 4.66842ZM16.25 5H17C17.5523 5 18 5.44772 18 6V18C18 18.5523 17.5523 19 17 19H16.25V5ZM20 7H19.25V17H20C20.5523 17 21 16.5523 21 16V8C21 7.44772 20.5523 7 20 7Z"
|
|
8
|
+
/>,
|
|
9
|
+
'ContentOutlinedLight',
|
|
10
|
+
);
|
|
@@ -4,7 +4,7 @@ import createSvgIcon from '../utils/createSvgIcon';
|
|
|
4
4
|
|
|
5
5
|
export default createSvgIcon(
|
|
6
6
|
<Path
|
|
7
|
-
d="
|
|
7
|
+
d="M7.77065 2.4697C4.98157 2.77959 2.77984 4.98132 2.46994 7.77041L2.2945 9.34941C2.09877 11.1109 2.09877 12.8886 2.2945 14.6501L2.46994 16.2291C2.77984 19.0182 4.98157 21.2199 7.77065 21.5298L9.34966 21.7053C11.1111 21.901 12.8889 21.901 14.6504 21.7053L16.2294 21.5298C19.0185 21.2199 21.2202 19.0182 21.5301 16.2291L21.7055 14.6501C21.9013 12.8886 21.9013 11.1109 21.7055 9.34941L21.5301 7.77041C21.2202 4.98133 19.0185 2.77959 16.2294 2.4697L14.6504 2.29425C12.8889 2.09853 11.1111 2.09853 9.34966 2.29425L7.77065 2.4697ZM13.25 8.75C13.25 9.44036 12.6904 10 12 10C11.3096 10 10.75 9.44036 10.75 8.75C10.75 8.05964 11.3096 7.5 12 7.5C12.6904 7.5 13.25 8.05964 13.25 8.75ZM11 12.1C11 11.4925 11.4477 11 12 11C12.5523 11 13 11.4925 13 12.1V15.4C13 16.0075 12.5523 16.5 12 16.5C11.4477 16.5 11 16.0075 11 15.4V12.1Z"
|
|
8
8
|
/>,
|
|
9
9
|
'InfoSquareFilled',
|
|
10
10
|
);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Path } from 'react-native-svg';
|
|
3
|
+
import createSvgIcon from '../utils/createSvgIcon';
|
|
4
|
+
|
|
5
|
+
export default createSvgIcon(
|
|
6
|
+
<Path
|
|
7
|
+
d="M19.9662 9.54267C20.1477 11.1757 20.1477 12.8238 19.9662 14.4569L19.7908 16.0359C19.5713 18.0115 18.0117 19.571 16.0361 19.7905L14.4571 19.966C12.8241 20.1474 11.176 20.1474 9.54291 19.966L7.96391 19.7905C5.98831 19.571 4.42875 18.0115 4.20924 16.0359L4.03379 14.4569C3.85234 12.8238 3.85234 11.1757 4.03379 9.54267L4.20924 7.96366C4.42875 5.98806 5.98831 4.4285 7.96391 4.20899L9.54291 4.03355C11.176 3.8521 12.8241 3.8521 14.4571 4.03355L16.0361 4.20899C18.0117 4.4285 19.5713 5.98806 19.7908 7.96367L19.9662 9.54267ZM7.77065 2.4697C4.98157 2.77959 2.77984 4.98132 2.46994 7.77041L2.2945 9.34941C2.09877 11.1109 2.09877 12.8886 2.2945 14.6501L2.46994 16.2291C2.77984 19.0182 4.98157 21.2199 7.77065 21.5298L9.34966 21.7053C11.1111 21.901 12.8889 21.901 14.6504 21.7053L16.2294 21.5298C19.0185 21.2199 21.2202 19.0182 21.5301 16.2291L21.7055 14.6501C21.9012 12.8886 21.9012 11.1109 21.7055 9.34941L21.5301 7.77041C21.2202 4.98133 19.0185 2.77959 16.2294 2.4697L14.6504 2.29425C12.8889 2.09853 11.1111 2.09853 9.34966 2.29425L7.77065 2.4697ZM13.25 8.75C13.25 9.44036 12.6904 10 12 10C11.3096 10 10.75 9.44036 10.75 8.75C10.75 8.05964 11.3096 7.5 12 7.5C12.6904 7.5 13.25 8.05964 13.25 8.75ZM12 11C11.4477 11 11 11.4925 11 12.1V15.4C11 16.0075 11.4477 16.5 12 16.5C12.5523 16.5 13 16.0075 13 15.4V12.1C13 11.4925 12.5523 11 12 11Z"
|
|
8
|
+
/>,
|
|
9
|
+
'InfoSquareOutlinedLight',
|
|
10
|
+
);
|
|
@@ -4,7 +4,7 @@ import createSvgIcon from '../utils/createSvgIcon';
|
|
|
4
4
|
|
|
5
5
|
export default createSvgIcon(
|
|
6
6
|
<Path
|
|
7
|
-
d="
|
|
7
|
+
d="M2.75 7.5C2.75 8.19036 3.30964 8.75 4 8.75C4.69036 8.75 5.25 8.19036 5.25 7.5C5.25 6.80964 4.69036 6.25 4 6.25C3.30964 6.25 2.75 6.80964 2.75 7.5ZM7.5 7.5C7.5 6.94772 7.94772 6.5 8.5 6.5H20C20.5523 6.5 21 6.94772 21 7.5C21 8.05228 20.5523 8.5 20 8.5H8.5C7.94772 8.5 7.5 8.05228 7.5 7.5ZM7.5 12C7.5 11.4477 7.94772 11 8.5 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H8.5C7.94772 13 7.5 12.5523 7.5 12ZM8.5 15.5C7.94772 15.5 7.5 15.9477 7.5 16.5C7.5 17.0523 7.94772 17.5 8.5 17.5H14C14.5523 17.5 15 17.0523 15 16.5C15 15.9477 14.5523 15.5 14 15.5H8.5ZM2.75 12C2.75 12.6904 3.30964 13.25 4 13.25C4.69036 13.25 5.25 12.6904 5.25 12C5.25 11.3096 4.69036 10.75 4 10.75C3.30964 10.75 2.75 11.3096 2.75 12ZM2.75 16.5C2.75 17.1904 3.30964 17.75 4 17.75C4.69036 17.75 5.25 17.1904 5.25 16.5C5.25 15.8096 4.69036 15.25 4 15.25C3.30964 15.25 2.75 15.8096 2.75 16.5Z"
|
|
8
8
|
/>,
|
|
9
9
|
'ListOutlined',
|
|
10
10
|
);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Path } from 'react-native-svg';
|
|
3
|
+
import createSvgIcon from '../utils/createSvgIcon';
|
|
4
|
+
|
|
5
|
+
export default createSvgIcon(
|
|
6
|
+
<Path
|
|
7
|
+
d="M4 6.5C3.44772 6.5 3 6.94772 3 7.5C3 8.05228 3.44772 8.5 4 8.5C4.55228 8.5 5 8.05228 5 7.5C5 6.94772 4.55228 6.5 4 6.5ZM8.5 6.625C8.01675 6.625 7.625 7.01675 7.625 7.5C7.625 7.98325 8.01675 8.375 8.5 8.375H20C20.4832 8.375 20.875 7.98325 20.875 7.5C20.875 7.01675 20.4832 6.625 20 6.625H8.5ZM8.5 11.125C8.01675 11.125 7.625 11.5168 7.625 12C7.625 12.4832 8.01675 12.875 8.5 12.875H17C17.4832 12.875 17.875 12.4832 17.875 12C17.875 11.5168 17.4832 11.125 17 11.125H8.5ZM7.625 16.5C7.625 16.0168 8.01675 15.625 8.5 15.625H14C14.4832 15.625 14.875 16.0168 14.875 16.5C14.875 16.9832 14.4832 17.375 14 17.375H8.5C8.01675 17.375 7.625 16.9832 7.625 16.5ZM3 12C3 11.4477 3.44772 11 4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13C3.44772 13 3 12.5523 3 12ZM4 15.5C3.44772 15.5 3 15.9477 3 16.5C3 17.0523 3.44772 17.5 4 17.5C4.55228 17.5 5 17.0523 5 16.5C5 15.9477 4.55228 15.5 4 15.5Z"
|
|
8
|
+
/>,
|
|
9
|
+
'ListOutlinedLight',
|
|
10
|
+
);
|
package/src/index.ts
CHANGED
|
@@ -26,6 +26,7 @@ export { default as ClockTwoTone } from './icons/ClockTwoTone';
|
|
|
26
26
|
export { default as Close } from './icons/Close';
|
|
27
27
|
export { default as ContentFilled } from './icons/ContentFilled';
|
|
28
28
|
export { default as ContentOutlined } from './icons/ContentOutlined';
|
|
29
|
+
export { default as ContentOutlinedLight } from './icons/ContentOutlinedLight';
|
|
29
30
|
export { default as CopyFilled } from './icons/CopyFilled';
|
|
30
31
|
export { default as Expand } from './icons/Expand';
|
|
31
32
|
export { default as EyeOff } from './icons/EyeOff';
|
|
@@ -45,12 +46,14 @@ export { default as HomeOutlined } from './icons/HomeOutlined';
|
|
|
45
46
|
export { default as Info } from './icons/Info';
|
|
46
47
|
export { default as InfoSquareFilled } from './icons/InfoSquareFilled';
|
|
47
48
|
export { default as InfoSquareOutlined } from './icons/InfoSquareOutlined';
|
|
49
|
+
export { default as InfoSquareOutlinedLight } from './icons/InfoSquareOutlinedLight';
|
|
48
50
|
export { default as Instagram } from './icons/Instagram';
|
|
49
51
|
export { default as LibraryFilled } from './icons/LibraryFilled';
|
|
50
52
|
export { default as LibraryOutlined } from './icons/LibraryOutlined';
|
|
51
53
|
export { default as List } from './icons/List';
|
|
52
54
|
export { default as ListFilled } from './icons/ListFilled';
|
|
53
55
|
export { default as ListOutlined } from './icons/ListOutlined';
|
|
56
|
+
export { default as ListOutlinedLight } from './icons/ListOutlinedLight';
|
|
54
57
|
export { default as Logo } from './icons/Logo';
|
|
55
58
|
export { default as MailFilled } from './icons/MailFilled';
|
|
56
59
|
export { default as MailOutlined } from './icons/MailOutlined';
|