@fountain-ui/icons 3.0.0-alpha.12 → 3.0.0-alpha.13
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/v2Icons/Camera.js +29 -0
- package/build/commonjs/v2Icons/Camera.js.map +1 -0
- package/build/commonjs/v2Icons/index.js +8 -0
- package/build/commonjs/v2Icons/index.js.map +1 -1
- package/build/module/v2Icons/Camera.js +15 -0
- package/build/module/v2Icons/Camera.js.map +1 -0
- package/build/module/v2Icons/index.js +1 -0
- package/build/module/v2Icons/index.js.map +1 -1
- package/build/typescript/icons/Logo.d.ts +0 -1
- package/build/typescript/v2Icons/Camera.d.ts +131 -0
- package/build/typescript/v2Icons/index.d.ts +1 -0
- package/package.json +2 -2
- package/src/v2Icons/Camera.tsx +23 -0
- package/src/v2Icons/index.ts +1 -0
|
@@ -0,0 +1,29 @@
|
|
|
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(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
clipRule: "evenodd",
|
|
19
|
+
d: "M10.5 8.34211C12.8196 8.34211 14.7 10.2272 14.7 12.5526C14.7 14.878 12.8196 16.7632 10.5 16.7632C8.1804 16.7632 6.3 14.878 6.3 12.5526C6.3 10.2272 8.1804 8.34211 10.5 8.34211ZM10.5 10.4474C9.3402 10.4474 8.4 11.3899 8.4 12.5526C8.4 13.7153 9.3402 14.6579 10.5 14.6579C11.6598 14.6579 12.6 13.7153 12.6 12.5526C12.6 11.3899 11.6598 10.4474 10.5 10.4474Z"
|
|
20
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
21
|
+
d: "M16.275 7.07874C16.8548 7.07874 17.3249 7.55014 17.325 8.13137C17.325 8.71273 16.8549 9.18401 16.275 9.18401C15.6951 9.184 15.225 8.71273 15.225 8.13137C15.2251 7.55014 15.6952 7.07875 16.275 7.07874Z"
|
|
22
|
+
}), /*#__PURE__*/_react.default.createElement(_reactNativeSvg.Path, {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M11.2926 1.50411C12.1788 1.5481 13.0196 1.92072 13.65 2.55263C14.3222 3.22655 15.2341 3.60518 16.1848 3.60526H16.8C19.1196 3.60526 21 5.49039 21 7.81579V17.2895C21 19.6149 19.1196 21.5 16.8 21.5H4.2C1.8804 21.5 0 19.6149 0 17.2895V7.81579C1.06812e-05 5.56313 1.76459 3.72328 3.98364 3.6104L4.2 3.60526H4.81523L4.99263 3.60115C5.81951 3.56009 6.60701 3.23294 7.2208 2.67599L7.4792 2.42928C8.13671 1.83261 8.99368 1.50006 9.88477 1.5H11.1152L11.2926 1.50411ZM9.88477 3.60526C9.49102 3.60533 9.11319 3.762 8.83477 4.04112C7.76866 5.10988 6.32292 5.7105 4.81523 5.71053H4.2C3.04021 5.71053 2.10001 6.6531 2.1 7.81579V17.2895C2.1 18.4522 3.0402 19.3947 4.2 19.3947H16.8C17.9598 19.3947 18.9 18.4522 18.9 17.2895V7.81579C18.9 6.6531 17.9598 5.71053 16.8 5.71053H16.1848C14.6771 5.71044 13.2313 5.10985 12.1652 4.04112C11.8868 3.76199 11.509 3.60528 11.1152 3.60526H9.88477Z"
|
|
26
|
+
})), 'Camera', '0 0 21 24');
|
|
27
|
+
|
|
28
|
+
exports.default = _default;
|
|
29
|
+
//# sourceMappingURL=Camera.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["createSvgIcon"],"sources":["Camera.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.5 8.34211C12.8196 8.34211 14.7 10.2272 14.7 12.5526C14.7 14.878 12.8196 16.7632 10.5 16.7632C8.1804 16.7632 6.3 14.878 6.3 12.5526C6.3 10.2272 8.1804 8.34211 10.5 8.34211ZM10.5 10.4474C9.3402 10.4474 8.4 11.3899 8.4 12.5526C8.4 13.7153 9.3402 14.6579 10.5 14.6579C11.6598 14.6579 12.6 13.7153 12.6 12.5526C12.6 11.3899 11.6598 10.4474 10.5 10.4474Z\"\n />\n <Path\n d=\"M16.275 7.07874C16.8548 7.07874 17.3249 7.55014 17.325 8.13137C17.325 8.71273 16.8549 9.18401 16.275 9.18401C15.6951 9.184 15.225 8.71273 15.225 8.13137C15.2251 7.55014 15.6952 7.07875 16.275 7.07874Z\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.2926 1.50411C12.1788 1.5481 13.0196 1.92072 13.65 2.55263C14.3222 3.22655 15.2341 3.60518 16.1848 3.60526H16.8C19.1196 3.60526 21 5.49039 21 7.81579V17.2895C21 19.6149 19.1196 21.5 16.8 21.5H4.2C1.8804 21.5 0 19.6149 0 17.2895V7.81579C1.06812e-05 5.56313 1.76459 3.72328 3.98364 3.6104L4.2 3.60526H4.81523L4.99263 3.60115C5.81951 3.56009 6.60701 3.23294 7.2208 2.67599L7.4792 2.42928C8.13671 1.83261 8.99368 1.50006 9.88477 1.5H11.1152L11.2926 1.50411ZM9.88477 3.60526C9.49102 3.60533 9.11319 3.762 8.83477 4.04112C7.76866 5.10988 6.32292 5.7105 4.81523 5.71053H4.2C3.04021 5.71053 2.10001 6.6531 2.1 7.81579V17.2895C2.1 18.4522 3.0402 19.3947 4.2 19.3947H16.8C17.9598 19.3947 18.9 18.4522 18.9 17.2895V7.81579C18.9 6.6531 17.9598 5.71053 16.8 5.71053H16.1848C14.6771 5.71044 13.2313 5.10985 12.1652 4.04112C11.8868 3.76199 11.509 3.60528 11.1152 3.60526H9.88477Z\"\n />\n </React.Fragment>,\n 'Camera',\n '0 0 21 24',\n);\n"],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;eAEe,IAAAA,sBAAA,gBACX,6BAAC,cAAD,CAAO,QAAP,qBACI,6BAAC,oBAAD;EACI,QAAQ,EAAC,SADb;EAEI,QAAQ,EAAC,SAFb;EAGI,CAAC,EAAC;AAHN,EADJ,eAMI,6BAAC,oBAAD;EACI,CAAC,EAAC;AADN,EANJ,eASI,6BAAC,oBAAD;EACI,QAAQ,EAAC,SADb;EAEI,QAAQ,EAAC,SAFb;EAGI,CAAC,EAAC;AAHN,EATJ,CADW,EAgBX,QAhBW,EAiBX,WAjBW,C"}
|
|
@@ -267,6 +267,12 @@ Object.defineProperty(exports, "Calender", {
|
|
|
267
267
|
return _Calender.default;
|
|
268
268
|
}
|
|
269
269
|
});
|
|
270
|
+
Object.defineProperty(exports, "Camera", {
|
|
271
|
+
enumerable: true,
|
|
272
|
+
get: function () {
|
|
273
|
+
return _Camera.default;
|
|
274
|
+
}
|
|
275
|
+
});
|
|
270
276
|
Object.defineProperty(exports, "Chat", {
|
|
271
277
|
enumerable: true,
|
|
272
278
|
get: function () {
|
|
@@ -1238,6 +1244,8 @@ var _Bulb = _interopRequireDefault(require("./Bulb"));
|
|
|
1238
1244
|
|
|
1239
1245
|
var _Calender = _interopRequireDefault(require("./Calender"));
|
|
1240
1246
|
|
|
1247
|
+
var _Camera = _interopRequireDefault(require("./Camera"));
|
|
1248
|
+
|
|
1241
1249
|
var _Chat = _interopRequireDefault(require("./Chat"));
|
|
1242
1250
|
|
|
1243
1251
|
var _Check = _interopRequireDefault(require("./Check"));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export { default as Alarm } from './Alarm';\nexport { default as AlertCircle } from './AlertCircle';\nexport { default as AlertOctagon } from './AlertOctagon';\nexport { default as AlertTriangle } from './AlertTriangle';\nexport { default as AppBarBellOff } from './AppBarBellOff';\nexport { default as AppBarBellOn } from './AppBarBellOn';\nexport { default as AppBarBenefit } from './AppBarBenefit';\nexport { default as AppBarChevronLeft } from './AppBarChevronLeft';\nexport { default as AppBarChevronLeftFill } from './AppBarChevronLeftFill';\nexport { default as AppBarClose } from './AppBarClose';\nexport { default as AppBarCloseCircleFill } from './AppBarCloseCircleFill';\nexport { default as AppBarEdit } from './AppBarEdit';\nexport { default as AppBarExternalLink } from './AppBarExternalLink';\nexport { default as AppBarHDOff } from './AppBarHDOff';\nexport { default as AppBarHDOn } from './AppBarHDOn';\nexport { default as AppBarHeart } from './AppBarHeart';\nexport { default as AppBarList } from './AppBarList';\nexport { default as AppBarMenu } from './AppBarMenu';\nexport { default as AppBarPoint } from './AppBarPoint';\nexport { default as AppBarQuestion } from './AppBarQuestion';\nexport { default as AppBarSearch } from './AppBarSearch';\nexport { default as AppBarSetting } from './AppBarSetting';\nexport { default as ArrowDown } from './ArrowDown';\nexport { default as ArrowDownCircle } from './ArrowDownCircle';\nexport { default as ArrowLeft } from './ArrowLeft';\nexport { default as ArrowLeftCircle } from './ArrowLeftCircle';\nexport { default as ArrowRight } from './ArrowRight';\nexport { default as ArrowRightCircle } from './ArrowRightCircle';\nexport { default as ArrowUp } from './ArrowUp';\nexport { default as ArrowUpCircle } from './ArrowUpCircle';\nexport { default as ArrowsMaximize } from './ArrowsMaximize';\nexport { default as ArrowsMinimize } from './ArrowsMinimize';\nexport { default as Award } from './Award';\nexport { default as BellOff } from './BellOff';\nexport { default as BellOn } from './BellOn';\nexport { default as Benefit } from './Benefit';\nexport { default as BenefitFillPierced } from './BenefitFillPierced';\nexport { default as Block } from './Block';\nexport { default as Bookmark } from './Bookmark';\nexport { default as BookmarkFill } from './BookmarkFill';\nexport { default as Box } from './Box';\nexport { default as Building } from './Building';\nexport { default as Bulb } from './Bulb';\nexport { default as Calender } from './Calender';\nexport { default as Chat } from './Chat';\nexport { default as Check } from './Check';\nexport { default as CheckCircle } from './CheckCircle';\nexport { default as CheckCircleFill } from './CheckCircleFill';\nexport { default as CheckCircleFillPierced } from './CheckCircleFillPierced';\nexport { default as ChevronDown } from './ChevronDown';\nexport { default as ChevronDownCircle } from './ChevronDownCircle';\nexport { default as ChevronLeft } from './ChevronLeft';\nexport { default as ChevronLeftCircle } from './ChevronLeftCircle';\nexport { default as ChevronLeftCircleFill } from './ChevronLeftCircleFill';\nexport { default as ChevronLeftCircleFillPierced } from './ChevronLeftCircleFillPierced';\nexport { default as ChevronRight } from './ChevronRight';\nexport { default as ChevronRightCircle } from './ChevronRightCircle';\nexport { default as ChevronUp } from './ChevronUp';\nexport { default as ChevronUpCircle } from './ChevronUpCircle';\nexport { default as ChevronsDown } from './ChevronsDown';\nexport { default as ChevronsLeft } from './ChevronsLeft';\nexport { default as ChevronsRight } from './ChevronsRight';\nexport { default as ChevronsUp } from './ChevronsUp';\nexport { default as Clipboard } from './Clipboard';\nexport { default as Close } from './Close';\nexport { default as CloseCircle } from './CloseCircle';\nexport { default as CloseCircleFill } from './CloseCircleFill';\nexport { default as CloseCircleFillPierced } from './CloseCircleFillPierced';\nexport { default as Coffee } from './Coffee';\nexport { default as Coins } from './Coins';\nexport { default as Comics } from './Comics';\nexport { default as ComicsFillPierced } from './ComicsFillPierced';\nexport { default as Copy } from './Copy';\nexport { default as CreditCard } from './CreditCard';\nexport { default as Crown } from './Crown';\nexport { default as Database } from './Database';\nexport { default as DistanceHorizontal } from './DistanceHorizontal';\nexport { default as DistanceVertical } from './DistanceVertical';\nexport { default as Download } from './Download';\nexport { default as Edit } from './Edit';\nexport { default as Edit2 } from './Edit2';\nexport { default as ExternalLink } from './ExternalLink';\nexport { default as EyeOff } from './EyeOff';\nexport { default as EyeOn } from './EyeOn';\nexport { default as Filter } from './Filter';\nexport { default as Filter2 } from './Filter2';\nexport { default as Free } from './Free';\nexport { default as Globe } from './Globe';\nexport { default as Grid } from './Grid';\nexport { default as HD } from './HD';\nexport { default as HDOff } from './HDOff';\nexport { default as Hash } from './Hash';\nexport { default as Heart } from './Heart';\nexport { default as HeartFill } from './HeartFill';\nexport { default as Home } from './Home';\nexport { default as HomeFillPierced } from './HomeFillPierced';\nexport { default as Image } from './Image';\nexport { default as Inbox } from './Inbox';\nexport { default as Info } from './Info';\nexport { default as InfoCircle } from './InfoCircle';\nexport { default as LaurelsLeft } from './LaurelsLeft';\nexport { default as LaurelsRight } from './LaurelsRight';\nexport { default as Layers } from './Layers';\nexport { default as Library } from './Library';\nexport { default as LibraryFillPierced } from './LibraryFillPierced';\nexport { default as LineHorizontal } from './LineHorizontal';\nexport { default as LineHorizontalFill } from './LineHorizontalFill';\nexport { default as LineHorizontalFillPierced } from './LineHorizontalFillPierced';\nexport { default as LineVertical } from './LineVertical';\nexport { default as LineVerticalFill } from './LineVerticalFill';\nexport { default as LineVerticalFillPierced } from './LineVerticalFillPierced';\nexport { default as Link } from './Link';\nexport { default as List } from './List';\nexport { default as ListCheck } from './ListCheck';\nexport { default as Lock } from './Lock';\nexport { default as LogIn } from './LogIn';\nexport { default as LogOut } from './LogOut';\nexport { default as MapPin } from './MapPin';\nexport { default as Maximize } from './Maximize';\nexport { default as Maximize1 } from './Maximize1';\nexport { default as Message } from './Message';\nexport { default as Minimize } from './Minimize';\nexport { default as Minimize1 } from './Minimize1';\nexport { default as Minus } from './Minus';\nexport { default as MinusCircle } from './MinusCircle';\nexport { default as MinusCircleFill } from './MinusCircleFill';\nexport { default as MinusCircleFillPierced } from './MinusCircleFillPierced';\nexport { default as MoreHorizontal } from './MoreHorizontal';\nexport { default as MoreSquare } from './MoreSquare';\nexport { default as MoreSquareFillPierced } from './MoreSquareFillPierced';\nexport { default as MoreVertical } from './MoreVertical';\nexport { default as Move } from './Move';\nexport { default as Novels } from './Novels';\nexport { default as NovelsFillPierced } from './NovelsFillPierced';\nexport { default as Paperclip } from './Paperclip';\nexport { default as Percent } from './Percent';\nexport { default as Plus } from './Plus';\nexport { default as PlusCircle } from './PlusCircle';\nexport { default as Point } from './Point';\nexport { default as QuestionCircle } from './QuestionCircle';\nexport { default as QuestionCircleFillPierced } from './QuestionCircleFillPierced';\nexport { default as Recommend } from './Recommend';\nexport { default as RefreshCcw } from './RefreshCcw';\nexport { default as RefreshCw } from './RefreshCw';\nexport { default as RotateCcw } from './RotateCcw';\nexport { default as RotateCw } from './RotateCw';\nexport { default as RotateLeft } from './RotateLeft';\nexport { default as RotateRight } from './RotateRight';\nexport { default as Sale } from './Sale';\nexport { default as Sanserif } from './Sanserif';\nexport { default as SanserifFill } from './SanserifFill';\nexport { default as Search } from './Search';\nexport { default as Serif } from './Serif';\nexport { default as SerifFill } from './SerifFill';\nexport { default as Setting } from './Setting';\nexport { default as Shield } from './Shield';\nexport { default as Shop } from './Shop';\nexport { default as ShoppingBag } from './ShoppingBag';\nexport { default as Shuffle } from './Shuffle';\nexport { default as Smartphone } from './Smartphone';\nexport { default as Sort } from './Sort';\nexport { default as SortAsc } from './SortAsc';\nexport { default as SpacingLarge } from './SpacingLarge';\nexport { default as SpacingLargeFill } from './SpacingLargeFill';\nexport { default as SpacingLargeFillPierced } from './SpacingLargeFillPierced';\nexport { default as SpacingMedium } from './SpacingMedium';\nexport { default as SpacingMediumFill } from './SpacingMediumFill';\nexport { default as SpacingMediumFillPierced } from './SpacingMediumFillPierced';\nexport { default as SpacingSmall } from './SpacingSmall';\nexport { default as SpacingSmallFill } from './SpacingSmallFill';\nexport { default as SpacingSmallFillPierced } from './SpacingSmallFillPierced';\nexport { default as Sparkles } from './Sparkles';\nexport { default as Speaker } from './Speaker';\nexport { default as Star } from './Star';\nexport { default as SwapHorizontal } from './SwapHorizontal';\nexport { default as SwapVertical } from './SwapVertical';\nexport { default as Ticket } from './Ticket';\nexport { default as Time } from './Time';\nexport { default as TimeFill } from './TimeFill';\nexport { default as TimeFillPierced } from './TimeFillPierced';\nexport { default as Token } from './Token';\nexport { default as Trash } from './Trash';\nexport { default as TrendingUp } from './TrendingUp';\nexport { default as Trophy } from './Trophy';\nexport { default as Unlock } from './Unlock';\nexport { default as Upload } from './Upload';\nexport { default as User } from './User';\nexport { default as Users } from './Users';\nexport { default as VolumeOff } from './VolumeOff';\nexport { default as VolumeOn } from './VolumeOn';\nexport { default as Zap } from './Zap';\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;;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;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA"}
|
|
1
|
+
{"version":3,"names":[],"sources":["index.ts"],"sourcesContent":["export { default as Alarm } from './Alarm';\nexport { default as AlertCircle } from './AlertCircle';\nexport { default as AlertOctagon } from './AlertOctagon';\nexport { default as AlertTriangle } from './AlertTriangle';\nexport { default as AppBarBellOff } from './AppBarBellOff';\nexport { default as AppBarBellOn } from './AppBarBellOn';\nexport { default as AppBarBenefit } from './AppBarBenefit';\nexport { default as AppBarChevronLeft } from './AppBarChevronLeft';\nexport { default as AppBarChevronLeftFill } from './AppBarChevronLeftFill';\nexport { default as AppBarClose } from './AppBarClose';\nexport { default as AppBarCloseCircleFill } from './AppBarCloseCircleFill';\nexport { default as AppBarEdit } from './AppBarEdit';\nexport { default as AppBarExternalLink } from './AppBarExternalLink';\nexport { default as AppBarHDOff } from './AppBarHDOff';\nexport { default as AppBarHDOn } from './AppBarHDOn';\nexport { default as AppBarHeart } from './AppBarHeart';\nexport { default as AppBarList } from './AppBarList';\nexport { default as AppBarMenu } from './AppBarMenu';\nexport { default as AppBarPoint } from './AppBarPoint';\nexport { default as AppBarQuestion } from './AppBarQuestion';\nexport { default as AppBarSearch } from './AppBarSearch';\nexport { default as AppBarSetting } from './AppBarSetting';\nexport { default as ArrowDown } from './ArrowDown';\nexport { default as ArrowDownCircle } from './ArrowDownCircle';\nexport { default as ArrowLeft } from './ArrowLeft';\nexport { default as ArrowLeftCircle } from './ArrowLeftCircle';\nexport { default as ArrowRight } from './ArrowRight';\nexport { default as ArrowRightCircle } from './ArrowRightCircle';\nexport { default as ArrowUp } from './ArrowUp';\nexport { default as ArrowUpCircle } from './ArrowUpCircle';\nexport { default as ArrowsMaximize } from './ArrowsMaximize';\nexport { default as ArrowsMinimize } from './ArrowsMinimize';\nexport { default as Award } from './Award';\nexport { default as BellOff } from './BellOff';\nexport { default as BellOn } from './BellOn';\nexport { default as Benefit } from './Benefit';\nexport { default as BenefitFillPierced } from './BenefitFillPierced';\nexport { default as Block } from './Block';\nexport { default as Bookmark } from './Bookmark';\nexport { default as BookmarkFill } from './BookmarkFill';\nexport { default as Box } from './Box';\nexport { default as Building } from './Building';\nexport { default as Bulb } from './Bulb';\nexport { default as Calender } from './Calender';\nexport { default as Camera } from './Camera';\nexport { default as Chat } from './Chat';\nexport { default as Check } from './Check';\nexport { default as CheckCircle } from './CheckCircle';\nexport { default as CheckCircleFill } from './CheckCircleFill';\nexport { default as CheckCircleFillPierced } from './CheckCircleFillPierced';\nexport { default as ChevronDown } from './ChevronDown';\nexport { default as ChevronDownCircle } from './ChevronDownCircle';\nexport { default as ChevronLeft } from './ChevronLeft';\nexport { default as ChevronLeftCircle } from './ChevronLeftCircle';\nexport { default as ChevronLeftCircleFill } from './ChevronLeftCircleFill';\nexport { default as ChevronLeftCircleFillPierced } from './ChevronLeftCircleFillPierced';\nexport { default as ChevronRight } from './ChevronRight';\nexport { default as ChevronRightCircle } from './ChevronRightCircle';\nexport { default as ChevronUp } from './ChevronUp';\nexport { default as ChevronUpCircle } from './ChevronUpCircle';\nexport { default as ChevronsDown } from './ChevronsDown';\nexport { default as ChevronsLeft } from './ChevronsLeft';\nexport { default as ChevronsRight } from './ChevronsRight';\nexport { default as ChevronsUp } from './ChevronsUp';\nexport { default as Clipboard } from './Clipboard';\nexport { default as Close } from './Close';\nexport { default as CloseCircle } from './CloseCircle';\nexport { default as CloseCircleFill } from './CloseCircleFill';\nexport { default as CloseCircleFillPierced } from './CloseCircleFillPierced';\nexport { default as Coffee } from './Coffee';\nexport { default as Coins } from './Coins';\nexport { default as Comics } from './Comics';\nexport { default as ComicsFillPierced } from './ComicsFillPierced';\nexport { default as Copy } from './Copy';\nexport { default as CreditCard } from './CreditCard';\nexport { default as Crown } from './Crown';\nexport { default as Database } from './Database';\nexport { default as DistanceHorizontal } from './DistanceHorizontal';\nexport { default as DistanceVertical } from './DistanceVertical';\nexport { default as Download } from './Download';\nexport { default as Edit } from './Edit';\nexport { default as Edit2 } from './Edit2';\nexport { default as ExternalLink } from './ExternalLink';\nexport { default as EyeOff } from './EyeOff';\nexport { default as EyeOn } from './EyeOn';\nexport { default as Filter } from './Filter';\nexport { default as Filter2 } from './Filter2';\nexport { default as Free } from './Free';\nexport { default as Globe } from './Globe';\nexport { default as Grid } from './Grid';\nexport { default as HD } from './HD';\nexport { default as HDOff } from './HDOff';\nexport { default as Hash } from './Hash';\nexport { default as Heart } from './Heart';\nexport { default as HeartFill } from './HeartFill';\nexport { default as Home } from './Home';\nexport { default as HomeFillPierced } from './HomeFillPierced';\nexport { default as Image } from './Image';\nexport { default as Inbox } from './Inbox';\nexport { default as Info } from './Info';\nexport { default as InfoCircle } from './InfoCircle';\nexport { default as LaurelsLeft } from './LaurelsLeft';\nexport { default as LaurelsRight } from './LaurelsRight';\nexport { default as Layers } from './Layers';\nexport { default as Library } from './Library';\nexport { default as LibraryFillPierced } from './LibraryFillPierced';\nexport { default as LineHorizontal } from './LineHorizontal';\nexport { default as LineHorizontalFill } from './LineHorizontalFill';\nexport { default as LineHorizontalFillPierced } from './LineHorizontalFillPierced';\nexport { default as LineVertical } from './LineVertical';\nexport { default as LineVerticalFill } from './LineVerticalFill';\nexport { default as LineVerticalFillPierced } from './LineVerticalFillPierced';\nexport { default as Link } from './Link';\nexport { default as List } from './List';\nexport { default as ListCheck } from './ListCheck';\nexport { default as Lock } from './Lock';\nexport { default as LogIn } from './LogIn';\nexport { default as LogOut } from './LogOut';\nexport { default as MapPin } from './MapPin';\nexport { default as Maximize } from './Maximize';\nexport { default as Maximize1 } from './Maximize1';\nexport { default as Message } from './Message';\nexport { default as Minimize } from './Minimize';\nexport { default as Minimize1 } from './Minimize1';\nexport { default as Minus } from './Minus';\nexport { default as MinusCircle } from './MinusCircle';\nexport { default as MinusCircleFill } from './MinusCircleFill';\nexport { default as MinusCircleFillPierced } from './MinusCircleFillPierced';\nexport { default as MoreHorizontal } from './MoreHorizontal';\nexport { default as MoreSquare } from './MoreSquare';\nexport { default as MoreSquareFillPierced } from './MoreSquareFillPierced';\nexport { default as MoreVertical } from './MoreVertical';\nexport { default as Move } from './Move';\nexport { default as Novels } from './Novels';\nexport { default as NovelsFillPierced } from './NovelsFillPierced';\nexport { default as Paperclip } from './Paperclip';\nexport { default as Percent } from './Percent';\nexport { default as Plus } from './Plus';\nexport { default as PlusCircle } from './PlusCircle';\nexport { default as Point } from './Point';\nexport { default as QuestionCircle } from './QuestionCircle';\nexport { default as QuestionCircleFillPierced } from './QuestionCircleFillPierced';\nexport { default as Recommend } from './Recommend';\nexport { default as RefreshCcw } from './RefreshCcw';\nexport { default as RefreshCw } from './RefreshCw';\nexport { default as RotateCcw } from './RotateCcw';\nexport { default as RotateCw } from './RotateCw';\nexport { default as RotateLeft } from './RotateLeft';\nexport { default as RotateRight } from './RotateRight';\nexport { default as Sale } from './Sale';\nexport { default as Sanserif } from './Sanserif';\nexport { default as SanserifFill } from './SanserifFill';\nexport { default as Search } from './Search';\nexport { default as Serif } from './Serif';\nexport { default as SerifFill } from './SerifFill';\nexport { default as Setting } from './Setting';\nexport { default as Shield } from './Shield';\nexport { default as Shop } from './Shop';\nexport { default as ShoppingBag } from './ShoppingBag';\nexport { default as Shuffle } from './Shuffle';\nexport { default as Smartphone } from './Smartphone';\nexport { default as Sort } from './Sort';\nexport { default as SortAsc } from './SortAsc';\nexport { default as SpacingLarge } from './SpacingLarge';\nexport { default as SpacingLargeFill } from './SpacingLargeFill';\nexport { default as SpacingLargeFillPierced } from './SpacingLargeFillPierced';\nexport { default as SpacingMedium } from './SpacingMedium';\nexport { default as SpacingMediumFill } from './SpacingMediumFill';\nexport { default as SpacingMediumFillPierced } from './SpacingMediumFillPierced';\nexport { default as SpacingSmall } from './SpacingSmall';\nexport { default as SpacingSmallFill } from './SpacingSmallFill';\nexport { default as SpacingSmallFillPierced } from './SpacingSmallFillPierced';\nexport { default as Sparkles } from './Sparkles';\nexport { default as Speaker } from './Speaker';\nexport { default as Star } from './Star';\nexport { default as SwapHorizontal } from './SwapHorizontal';\nexport { default as SwapVertical } from './SwapVertical';\nexport { default as Ticket } from './Ticket';\nexport { default as Time } from './Time';\nexport { default as TimeFill } from './TimeFill';\nexport { default as TimeFillPierced } from './TimeFillPierced';\nexport { default as Token } from './Token';\nexport { default as Trash } from './Trash';\nexport { default as TrendingUp } from './TrendingUp';\nexport { default as Trophy } from './Trophy';\nexport { default as Unlock } from './Unlock';\nexport { default as Upload } from './Upload';\nexport { default as User } from './User';\nexport { default as Users } from './Users';\nexport { default as VolumeOff } from './VolumeOff';\nexport { default as VolumeOn } from './VolumeOn';\nexport { default as Zap } from './Zap';\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;;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;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
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(React.Fragment, null, /*#__PURE__*/React.createElement(Path, {
|
|
5
|
+
fillRule: "evenodd",
|
|
6
|
+
clipRule: "evenodd",
|
|
7
|
+
d: "M10.5 8.34211C12.8196 8.34211 14.7 10.2272 14.7 12.5526C14.7 14.878 12.8196 16.7632 10.5 16.7632C8.1804 16.7632 6.3 14.878 6.3 12.5526C6.3 10.2272 8.1804 8.34211 10.5 8.34211ZM10.5 10.4474C9.3402 10.4474 8.4 11.3899 8.4 12.5526C8.4 13.7153 9.3402 14.6579 10.5 14.6579C11.6598 14.6579 12.6 13.7153 12.6 12.5526C12.6 11.3899 11.6598 10.4474 10.5 10.4474Z"
|
|
8
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
9
|
+
d: "M16.275 7.07874C16.8548 7.07874 17.3249 7.55014 17.325 8.13137C17.325 8.71273 16.8549 9.18401 16.275 9.18401C15.6951 9.184 15.225 8.71273 15.225 8.13137C15.2251 7.55014 15.6952 7.07875 16.275 7.07874Z"
|
|
10
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
11
|
+
fillRule: "evenodd",
|
|
12
|
+
clipRule: "evenodd",
|
|
13
|
+
d: "M11.2926 1.50411C12.1788 1.5481 13.0196 1.92072 13.65 2.55263C14.3222 3.22655 15.2341 3.60518 16.1848 3.60526H16.8C19.1196 3.60526 21 5.49039 21 7.81579V17.2895C21 19.6149 19.1196 21.5 16.8 21.5H4.2C1.8804 21.5 0 19.6149 0 17.2895V7.81579C1.06812e-05 5.56313 1.76459 3.72328 3.98364 3.6104L4.2 3.60526H4.81523L4.99263 3.60115C5.81951 3.56009 6.60701 3.23294 7.2208 2.67599L7.4792 2.42928C8.13671 1.83261 8.99368 1.50006 9.88477 1.5H11.1152L11.2926 1.50411ZM9.88477 3.60526C9.49102 3.60533 9.11319 3.762 8.83477 4.04112C7.76866 5.10988 6.32292 5.7105 4.81523 5.71053H4.2C3.04021 5.71053 2.10001 6.6531 2.1 7.81579V17.2895C2.1 18.4522 3.0402 19.3947 4.2 19.3947H16.8C17.9598 19.3947 18.9 18.4522 18.9 17.2895V7.81579C18.9 6.6531 17.9598 5.71053 16.8 5.71053H16.1848C14.6771 5.71044 13.2313 5.10985 12.1652 4.04112C11.8868 3.76199 11.509 3.60528 11.1152 3.60526H9.88477Z"
|
|
14
|
+
})), 'Camera', '0 0 21 24');
|
|
15
|
+
//# sourceMappingURL=Camera.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Path","createSvgIcon"],"sources":["Camera.tsx"],"sourcesContent":["import React from 'react';\nimport { Path } from 'react-native-svg';\nimport createSvgIcon from '../utils/createSvgIcon';\n\nexport default createSvgIcon(\n <React.Fragment>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.5 8.34211C12.8196 8.34211 14.7 10.2272 14.7 12.5526C14.7 14.878 12.8196 16.7632 10.5 16.7632C8.1804 16.7632 6.3 14.878 6.3 12.5526C6.3 10.2272 8.1804 8.34211 10.5 8.34211ZM10.5 10.4474C9.3402 10.4474 8.4 11.3899 8.4 12.5526C8.4 13.7153 9.3402 14.6579 10.5 14.6579C11.6598 14.6579 12.6 13.7153 12.6 12.5526C12.6 11.3899 11.6598 10.4474 10.5 10.4474Z\"\n />\n <Path\n d=\"M16.275 7.07874C16.8548 7.07874 17.3249 7.55014 17.325 8.13137C17.325 8.71273 16.8549 9.18401 16.275 9.18401C15.6951 9.184 15.225 8.71273 15.225 8.13137C15.2251 7.55014 15.6952 7.07875 16.275 7.07874Z\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.2926 1.50411C12.1788 1.5481 13.0196 1.92072 13.65 2.55263C14.3222 3.22655 15.2341 3.60518 16.1848 3.60526H16.8C19.1196 3.60526 21 5.49039 21 7.81579V17.2895C21 19.6149 19.1196 21.5 16.8 21.5H4.2C1.8804 21.5 0 19.6149 0 17.2895V7.81579C1.06812e-05 5.56313 1.76459 3.72328 3.98364 3.6104L4.2 3.60526H4.81523L4.99263 3.60115C5.81951 3.56009 6.60701 3.23294 7.2208 2.67599L7.4792 2.42928C8.13671 1.83261 8.99368 1.50006 9.88477 1.5H11.1152L11.2926 1.50411ZM9.88477 3.60526C9.49102 3.60533 9.11319 3.762 8.83477 4.04112C7.76866 5.10988 6.32292 5.7105 4.81523 5.71053H4.2C3.04021 5.71053 2.10001 6.6531 2.1 7.81579V17.2895C2.1 18.4522 3.0402 19.3947 4.2 19.3947H16.8C17.9598 19.3947 18.9 18.4522 18.9 17.2895V7.81579C18.9 6.6531 17.9598 5.71053 16.8 5.71053H16.1848C14.6771 5.71044 13.2313 5.10985 12.1652 4.04112C11.8868 3.76199 11.509 3.60528 11.1152 3.60526H9.88477Z\"\n />\n </React.Fragment>,\n 'Camera',\n '0 0 21 24',\n);\n"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,IAAT,QAAqB,kBAArB;AACA,OAAOC,aAAP,MAA0B,wBAA1B;AAEA,eAAeA,aAAa,eACxB,oBAAC,KAAD,CAAO,QAAP,qBACI,oBAAC,IAAD;EACI,QAAQ,EAAC,SADb;EAEI,QAAQ,EAAC,SAFb;EAGI,CAAC,EAAC;AAHN,EADJ,eAMI,oBAAC,IAAD;EACI,CAAC,EAAC;AADN,EANJ,eASI,oBAAC,IAAD;EACI,QAAQ,EAAC,SADb;EAEI,QAAQ,EAAC,SAFb;EAGI,CAAC,EAAC;AAHN,EATJ,CADwB,EAgBxB,QAhBwB,EAiBxB,WAjBwB,CAA5B"}
|
|
@@ -42,6 +42,7 @@ export { default as Box } from './Box';
|
|
|
42
42
|
export { default as Building } from './Building';
|
|
43
43
|
export { default as Bulb } from './Bulb';
|
|
44
44
|
export { default as Calender } from './Calender';
|
|
45
|
+
export { default as Camera } from './Camera';
|
|
45
46
|
export { default as Chat } from './Chat';
|
|
46
47
|
export { default as Check } from './Check';
|
|
47
48
|
export { default as CheckCircle } from './CheckCircle';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default","Alarm","AlertCircle","AlertOctagon","AlertTriangle","AppBarBellOff","AppBarBellOn","AppBarBenefit","AppBarChevronLeft","AppBarChevronLeftFill","AppBarClose","AppBarCloseCircleFill","AppBarEdit","AppBarExternalLink","AppBarHDOff","AppBarHDOn","AppBarHeart","AppBarList","AppBarMenu","AppBarPoint","AppBarQuestion","AppBarSearch","AppBarSetting","ArrowDown","ArrowDownCircle","ArrowLeft","ArrowLeftCircle","ArrowRight","ArrowRightCircle","ArrowUp","ArrowUpCircle","ArrowsMaximize","ArrowsMinimize","Award","BellOff","BellOn","Benefit","BenefitFillPierced","Block","Bookmark","BookmarkFill","Box","Building","Bulb","Calender","Chat","Check","CheckCircle","CheckCircleFill","CheckCircleFillPierced","ChevronDown","ChevronDownCircle","ChevronLeft","ChevronLeftCircle","ChevronLeftCircleFill","ChevronLeftCircleFillPierced","ChevronRight","ChevronRightCircle","ChevronUp","ChevronUpCircle","ChevronsDown","ChevronsLeft","ChevronsRight","ChevronsUp","Clipboard","Close","CloseCircle","CloseCircleFill","CloseCircleFillPierced","Coffee","Coins","Comics","ComicsFillPierced","Copy","CreditCard","Crown","Database","DistanceHorizontal","DistanceVertical","Download","Edit","Edit2","ExternalLink","EyeOff","EyeOn","Filter","Filter2","Free","Globe","Grid","HD","HDOff","Hash","Heart","HeartFill","Home","HomeFillPierced","Image","Inbox","Info","InfoCircle","LaurelsLeft","LaurelsRight","Layers","Library","LibraryFillPierced","LineHorizontal","LineHorizontalFill","LineHorizontalFillPierced","LineVertical","LineVerticalFill","LineVerticalFillPierced","Link","List","ListCheck","Lock","LogIn","LogOut","MapPin","Maximize","Maximize1","Message","Minimize","Minimize1","Minus","MinusCircle","MinusCircleFill","MinusCircleFillPierced","MoreHorizontal","MoreSquare","MoreSquareFillPierced","MoreVertical","Move","Novels","NovelsFillPierced","Paperclip","Percent","Plus","PlusCircle","Point","QuestionCircle","QuestionCircleFillPierced","Recommend","RefreshCcw","RefreshCw","RotateCcw","RotateCw","RotateLeft","RotateRight","Sale","Sanserif","SanserifFill","Search","Serif","SerifFill","Setting","Shield","Shop","ShoppingBag","Shuffle","Smartphone","Sort","SortAsc","SpacingLarge","SpacingLargeFill","SpacingLargeFillPierced","SpacingMedium","SpacingMediumFill","SpacingMediumFillPierced","SpacingSmall","SpacingSmallFill","SpacingSmallFillPierced","Sparkles","Speaker","Star","SwapHorizontal","SwapVertical","Ticket","Time","TimeFill","TimeFillPierced","Token","Trash","TrendingUp","Trophy","Unlock","Upload","User","Users","VolumeOff","VolumeOn","Zap"],"sources":["index.ts"],"sourcesContent":["export { default as Alarm } from './Alarm';\nexport { default as AlertCircle } from './AlertCircle';\nexport { default as AlertOctagon } from './AlertOctagon';\nexport { default as AlertTriangle } from './AlertTriangle';\nexport { default as AppBarBellOff } from './AppBarBellOff';\nexport { default as AppBarBellOn } from './AppBarBellOn';\nexport { default as AppBarBenefit } from './AppBarBenefit';\nexport { default as AppBarChevronLeft } from './AppBarChevronLeft';\nexport { default as AppBarChevronLeftFill } from './AppBarChevronLeftFill';\nexport { default as AppBarClose } from './AppBarClose';\nexport { default as AppBarCloseCircleFill } from './AppBarCloseCircleFill';\nexport { default as AppBarEdit } from './AppBarEdit';\nexport { default as AppBarExternalLink } from './AppBarExternalLink';\nexport { default as AppBarHDOff } from './AppBarHDOff';\nexport { default as AppBarHDOn } from './AppBarHDOn';\nexport { default as AppBarHeart } from './AppBarHeart';\nexport { default as AppBarList } from './AppBarList';\nexport { default as AppBarMenu } from './AppBarMenu';\nexport { default as AppBarPoint } from './AppBarPoint';\nexport { default as AppBarQuestion } from './AppBarQuestion';\nexport { default as AppBarSearch } from './AppBarSearch';\nexport { default as AppBarSetting } from './AppBarSetting';\nexport { default as ArrowDown } from './ArrowDown';\nexport { default as ArrowDownCircle } from './ArrowDownCircle';\nexport { default as ArrowLeft } from './ArrowLeft';\nexport { default as ArrowLeftCircle } from './ArrowLeftCircle';\nexport { default as ArrowRight } from './ArrowRight';\nexport { default as ArrowRightCircle } from './ArrowRightCircle';\nexport { default as ArrowUp } from './ArrowUp';\nexport { default as ArrowUpCircle } from './ArrowUpCircle';\nexport { default as ArrowsMaximize } from './ArrowsMaximize';\nexport { default as ArrowsMinimize } from './ArrowsMinimize';\nexport { default as Award } from './Award';\nexport { default as BellOff } from './BellOff';\nexport { default as BellOn } from './BellOn';\nexport { default as Benefit } from './Benefit';\nexport { default as BenefitFillPierced } from './BenefitFillPierced';\nexport { default as Block } from './Block';\nexport { default as Bookmark } from './Bookmark';\nexport { default as BookmarkFill } from './BookmarkFill';\nexport { default as Box } from './Box';\nexport { default as Building } from './Building';\nexport { default as Bulb } from './Bulb';\nexport { default as Calender } from './Calender';\nexport { default as Chat } from './Chat';\nexport { default as Check } from './Check';\nexport { default as CheckCircle } from './CheckCircle';\nexport { default as CheckCircleFill } from './CheckCircleFill';\nexport { default as CheckCircleFillPierced } from './CheckCircleFillPierced';\nexport { default as ChevronDown } from './ChevronDown';\nexport { default as ChevronDownCircle } from './ChevronDownCircle';\nexport { default as ChevronLeft } from './ChevronLeft';\nexport { default as ChevronLeftCircle } from './ChevronLeftCircle';\nexport { default as ChevronLeftCircleFill } from './ChevronLeftCircleFill';\nexport { default as ChevronLeftCircleFillPierced } from './ChevronLeftCircleFillPierced';\nexport { default as ChevronRight } from './ChevronRight';\nexport { default as ChevronRightCircle } from './ChevronRightCircle';\nexport { default as ChevronUp } from './ChevronUp';\nexport { default as ChevronUpCircle } from './ChevronUpCircle';\nexport { default as ChevronsDown } from './ChevronsDown';\nexport { default as ChevronsLeft } from './ChevronsLeft';\nexport { default as ChevronsRight } from './ChevronsRight';\nexport { default as ChevronsUp } from './ChevronsUp';\nexport { default as Clipboard } from './Clipboard';\nexport { default as Close } from './Close';\nexport { default as CloseCircle } from './CloseCircle';\nexport { default as CloseCircleFill } from './CloseCircleFill';\nexport { default as CloseCircleFillPierced } from './CloseCircleFillPierced';\nexport { default as Coffee } from './Coffee';\nexport { default as Coins } from './Coins';\nexport { default as Comics } from './Comics';\nexport { default as ComicsFillPierced } from './ComicsFillPierced';\nexport { default as Copy } from './Copy';\nexport { default as CreditCard } from './CreditCard';\nexport { default as Crown } from './Crown';\nexport { default as Database } from './Database';\nexport { default as DistanceHorizontal } from './DistanceHorizontal';\nexport { default as DistanceVertical } from './DistanceVertical';\nexport { default as Download } from './Download';\nexport { default as Edit } from './Edit';\nexport { default as Edit2 } from './Edit2';\nexport { default as ExternalLink } from './ExternalLink';\nexport { default as EyeOff } from './EyeOff';\nexport { default as EyeOn } from './EyeOn';\nexport { default as Filter } from './Filter';\nexport { default as Filter2 } from './Filter2';\nexport { default as Free } from './Free';\nexport { default as Globe } from './Globe';\nexport { default as Grid } from './Grid';\nexport { default as HD } from './HD';\nexport { default as HDOff } from './HDOff';\nexport { default as Hash } from './Hash';\nexport { default as Heart } from './Heart';\nexport { default as HeartFill } from './HeartFill';\nexport { default as Home } from './Home';\nexport { default as HomeFillPierced } from './HomeFillPierced';\nexport { default as Image } from './Image';\nexport { default as Inbox } from './Inbox';\nexport { default as Info } from './Info';\nexport { default as InfoCircle } from './InfoCircle';\nexport { default as LaurelsLeft } from './LaurelsLeft';\nexport { default as LaurelsRight } from './LaurelsRight';\nexport { default as Layers } from './Layers';\nexport { default as Library } from './Library';\nexport { default as LibraryFillPierced } from './LibraryFillPierced';\nexport { default as LineHorizontal } from './LineHorizontal';\nexport { default as LineHorizontalFill } from './LineHorizontalFill';\nexport { default as LineHorizontalFillPierced } from './LineHorizontalFillPierced';\nexport { default as LineVertical } from './LineVertical';\nexport { default as LineVerticalFill } from './LineVerticalFill';\nexport { default as LineVerticalFillPierced } from './LineVerticalFillPierced';\nexport { default as Link } from './Link';\nexport { default as List } from './List';\nexport { default as ListCheck } from './ListCheck';\nexport { default as Lock } from './Lock';\nexport { default as LogIn } from './LogIn';\nexport { default as LogOut } from './LogOut';\nexport { default as MapPin } from './MapPin';\nexport { default as Maximize } from './Maximize';\nexport { default as Maximize1 } from './Maximize1';\nexport { default as Message } from './Message';\nexport { default as Minimize } from './Minimize';\nexport { default as Minimize1 } from './Minimize1';\nexport { default as Minus } from './Minus';\nexport { default as MinusCircle } from './MinusCircle';\nexport { default as MinusCircleFill } from './MinusCircleFill';\nexport { default as MinusCircleFillPierced } from './MinusCircleFillPierced';\nexport { default as MoreHorizontal } from './MoreHorizontal';\nexport { default as MoreSquare } from './MoreSquare';\nexport { default as MoreSquareFillPierced } from './MoreSquareFillPierced';\nexport { default as MoreVertical } from './MoreVertical';\nexport { default as Move } from './Move';\nexport { default as Novels } from './Novels';\nexport { default as NovelsFillPierced } from './NovelsFillPierced';\nexport { default as Paperclip } from './Paperclip';\nexport { default as Percent } from './Percent';\nexport { default as Plus } from './Plus';\nexport { default as PlusCircle } from './PlusCircle';\nexport { default as Point } from './Point';\nexport { default as QuestionCircle } from './QuestionCircle';\nexport { default as QuestionCircleFillPierced } from './QuestionCircleFillPierced';\nexport { default as Recommend } from './Recommend';\nexport { default as RefreshCcw } from './RefreshCcw';\nexport { default as RefreshCw } from './RefreshCw';\nexport { default as RotateCcw } from './RotateCcw';\nexport { default as RotateCw } from './RotateCw';\nexport { default as RotateLeft } from './RotateLeft';\nexport { default as RotateRight } from './RotateRight';\nexport { default as Sale } from './Sale';\nexport { default as Sanserif } from './Sanserif';\nexport { default as SanserifFill } from './SanserifFill';\nexport { default as Search } from './Search';\nexport { default as Serif } from './Serif';\nexport { default as SerifFill } from './SerifFill';\nexport { default as Setting } from './Setting';\nexport { default as Shield } from './Shield';\nexport { default as Shop } from './Shop';\nexport { default as ShoppingBag } from './ShoppingBag';\nexport { default as Shuffle } from './Shuffle';\nexport { default as Smartphone } from './Smartphone';\nexport { default as Sort } from './Sort';\nexport { default as SortAsc } from './SortAsc';\nexport { default as SpacingLarge } from './SpacingLarge';\nexport { default as SpacingLargeFill } from './SpacingLargeFill';\nexport { default as SpacingLargeFillPierced } from './SpacingLargeFillPierced';\nexport { default as SpacingMedium } from './SpacingMedium';\nexport { default as SpacingMediumFill } from './SpacingMediumFill';\nexport { default as SpacingMediumFillPierced } from './SpacingMediumFillPierced';\nexport { default as SpacingSmall } from './SpacingSmall';\nexport { default as SpacingSmallFill } from './SpacingSmallFill';\nexport { default as SpacingSmallFillPierced } from './SpacingSmallFillPierced';\nexport { default as Sparkles } from './Sparkles';\nexport { default as Speaker } from './Speaker';\nexport { default as Star } from './Star';\nexport { default as SwapHorizontal } from './SwapHorizontal';\nexport { default as SwapVertical } from './SwapVertical';\nexport { default as Ticket } from './Ticket';\nexport { default as Time } from './Time';\nexport { default as TimeFill } from './TimeFill';\nexport { default as TimeFillPierced } from './TimeFillPierced';\nexport { default as Token } from './Token';\nexport { default as Trash } from './Trash';\nexport { default as TrendingUp } from './TrendingUp';\nexport { default as Trophy } from './Trophy';\nexport { default as Unlock } from './Unlock';\nexport { default as Upload } from './Upload';\nexport { default as User } from './User';\nexport { default as Users } from './Users';\nexport { default as VolumeOff } from './VolumeOff';\nexport { default as VolumeOn } from './VolumeOn';\nexport { default as Zap } from './Zap';\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"names":["default","Alarm","AlertCircle","AlertOctagon","AlertTriangle","AppBarBellOff","AppBarBellOn","AppBarBenefit","AppBarChevronLeft","AppBarChevronLeftFill","AppBarClose","AppBarCloseCircleFill","AppBarEdit","AppBarExternalLink","AppBarHDOff","AppBarHDOn","AppBarHeart","AppBarList","AppBarMenu","AppBarPoint","AppBarQuestion","AppBarSearch","AppBarSetting","ArrowDown","ArrowDownCircle","ArrowLeft","ArrowLeftCircle","ArrowRight","ArrowRightCircle","ArrowUp","ArrowUpCircle","ArrowsMaximize","ArrowsMinimize","Award","BellOff","BellOn","Benefit","BenefitFillPierced","Block","Bookmark","BookmarkFill","Box","Building","Bulb","Calender","Camera","Chat","Check","CheckCircle","CheckCircleFill","CheckCircleFillPierced","ChevronDown","ChevronDownCircle","ChevronLeft","ChevronLeftCircle","ChevronLeftCircleFill","ChevronLeftCircleFillPierced","ChevronRight","ChevronRightCircle","ChevronUp","ChevronUpCircle","ChevronsDown","ChevronsLeft","ChevronsRight","ChevronsUp","Clipboard","Close","CloseCircle","CloseCircleFill","CloseCircleFillPierced","Coffee","Coins","Comics","ComicsFillPierced","Copy","CreditCard","Crown","Database","DistanceHorizontal","DistanceVertical","Download","Edit","Edit2","ExternalLink","EyeOff","EyeOn","Filter","Filter2","Free","Globe","Grid","HD","HDOff","Hash","Heart","HeartFill","Home","HomeFillPierced","Image","Inbox","Info","InfoCircle","LaurelsLeft","LaurelsRight","Layers","Library","LibraryFillPierced","LineHorizontal","LineHorizontalFill","LineHorizontalFillPierced","LineVertical","LineVerticalFill","LineVerticalFillPierced","Link","List","ListCheck","Lock","LogIn","LogOut","MapPin","Maximize","Maximize1","Message","Minimize","Minimize1","Minus","MinusCircle","MinusCircleFill","MinusCircleFillPierced","MoreHorizontal","MoreSquare","MoreSquareFillPierced","MoreVertical","Move","Novels","NovelsFillPierced","Paperclip","Percent","Plus","PlusCircle","Point","QuestionCircle","QuestionCircleFillPierced","Recommend","RefreshCcw","RefreshCw","RotateCcw","RotateCw","RotateLeft","RotateRight","Sale","Sanserif","SanserifFill","Search","Serif","SerifFill","Setting","Shield","Shop","ShoppingBag","Shuffle","Smartphone","Sort","SortAsc","SpacingLarge","SpacingLargeFill","SpacingLargeFillPierced","SpacingMedium","SpacingMediumFill","SpacingMediumFillPierced","SpacingSmall","SpacingSmallFill","SpacingSmallFillPierced","Sparkles","Speaker","Star","SwapHorizontal","SwapVertical","Ticket","Time","TimeFill","TimeFillPierced","Token","Trash","TrendingUp","Trophy","Unlock","Upload","User","Users","VolumeOff","VolumeOn","Zap"],"sources":["index.ts"],"sourcesContent":["export { default as Alarm } from './Alarm';\nexport { default as AlertCircle } from './AlertCircle';\nexport { default as AlertOctagon } from './AlertOctagon';\nexport { default as AlertTriangle } from './AlertTriangle';\nexport { default as AppBarBellOff } from './AppBarBellOff';\nexport { default as AppBarBellOn } from './AppBarBellOn';\nexport { default as AppBarBenefit } from './AppBarBenefit';\nexport { default as AppBarChevronLeft } from './AppBarChevronLeft';\nexport { default as AppBarChevronLeftFill } from './AppBarChevronLeftFill';\nexport { default as AppBarClose } from './AppBarClose';\nexport { default as AppBarCloseCircleFill } from './AppBarCloseCircleFill';\nexport { default as AppBarEdit } from './AppBarEdit';\nexport { default as AppBarExternalLink } from './AppBarExternalLink';\nexport { default as AppBarHDOff } from './AppBarHDOff';\nexport { default as AppBarHDOn } from './AppBarHDOn';\nexport { default as AppBarHeart } from './AppBarHeart';\nexport { default as AppBarList } from './AppBarList';\nexport { default as AppBarMenu } from './AppBarMenu';\nexport { default as AppBarPoint } from './AppBarPoint';\nexport { default as AppBarQuestion } from './AppBarQuestion';\nexport { default as AppBarSearch } from './AppBarSearch';\nexport { default as AppBarSetting } from './AppBarSetting';\nexport { default as ArrowDown } from './ArrowDown';\nexport { default as ArrowDownCircle } from './ArrowDownCircle';\nexport { default as ArrowLeft } from './ArrowLeft';\nexport { default as ArrowLeftCircle } from './ArrowLeftCircle';\nexport { default as ArrowRight } from './ArrowRight';\nexport { default as ArrowRightCircle } from './ArrowRightCircle';\nexport { default as ArrowUp } from './ArrowUp';\nexport { default as ArrowUpCircle } from './ArrowUpCircle';\nexport { default as ArrowsMaximize } from './ArrowsMaximize';\nexport { default as ArrowsMinimize } from './ArrowsMinimize';\nexport { default as Award } from './Award';\nexport { default as BellOff } from './BellOff';\nexport { default as BellOn } from './BellOn';\nexport { default as Benefit } from './Benefit';\nexport { default as BenefitFillPierced } from './BenefitFillPierced';\nexport { default as Block } from './Block';\nexport { default as Bookmark } from './Bookmark';\nexport { default as BookmarkFill } from './BookmarkFill';\nexport { default as Box } from './Box';\nexport { default as Building } from './Building';\nexport { default as Bulb } from './Bulb';\nexport { default as Calender } from './Calender';\nexport { default as Camera } from './Camera';\nexport { default as Chat } from './Chat';\nexport { default as Check } from './Check';\nexport { default as CheckCircle } from './CheckCircle';\nexport { default as CheckCircleFill } from './CheckCircleFill';\nexport { default as CheckCircleFillPierced } from './CheckCircleFillPierced';\nexport { default as ChevronDown } from './ChevronDown';\nexport { default as ChevronDownCircle } from './ChevronDownCircle';\nexport { default as ChevronLeft } from './ChevronLeft';\nexport { default as ChevronLeftCircle } from './ChevronLeftCircle';\nexport { default as ChevronLeftCircleFill } from './ChevronLeftCircleFill';\nexport { default as ChevronLeftCircleFillPierced } from './ChevronLeftCircleFillPierced';\nexport { default as ChevronRight } from './ChevronRight';\nexport { default as ChevronRightCircle } from './ChevronRightCircle';\nexport { default as ChevronUp } from './ChevronUp';\nexport { default as ChevronUpCircle } from './ChevronUpCircle';\nexport { default as ChevronsDown } from './ChevronsDown';\nexport { default as ChevronsLeft } from './ChevronsLeft';\nexport { default as ChevronsRight } from './ChevronsRight';\nexport { default as ChevronsUp } from './ChevronsUp';\nexport { default as Clipboard } from './Clipboard';\nexport { default as Close } from './Close';\nexport { default as CloseCircle } from './CloseCircle';\nexport { default as CloseCircleFill } from './CloseCircleFill';\nexport { default as CloseCircleFillPierced } from './CloseCircleFillPierced';\nexport { default as Coffee } from './Coffee';\nexport { default as Coins } from './Coins';\nexport { default as Comics } from './Comics';\nexport { default as ComicsFillPierced } from './ComicsFillPierced';\nexport { default as Copy } from './Copy';\nexport { default as CreditCard } from './CreditCard';\nexport { default as Crown } from './Crown';\nexport { default as Database } from './Database';\nexport { default as DistanceHorizontal } from './DistanceHorizontal';\nexport { default as DistanceVertical } from './DistanceVertical';\nexport { default as Download } from './Download';\nexport { default as Edit } from './Edit';\nexport { default as Edit2 } from './Edit2';\nexport { default as ExternalLink } from './ExternalLink';\nexport { default as EyeOff } from './EyeOff';\nexport { default as EyeOn } from './EyeOn';\nexport { default as Filter } from './Filter';\nexport { default as Filter2 } from './Filter2';\nexport { default as Free } from './Free';\nexport { default as Globe } from './Globe';\nexport { default as Grid } from './Grid';\nexport { default as HD } from './HD';\nexport { default as HDOff } from './HDOff';\nexport { default as Hash } from './Hash';\nexport { default as Heart } from './Heart';\nexport { default as HeartFill } from './HeartFill';\nexport { default as Home } from './Home';\nexport { default as HomeFillPierced } from './HomeFillPierced';\nexport { default as Image } from './Image';\nexport { default as Inbox } from './Inbox';\nexport { default as Info } from './Info';\nexport { default as InfoCircle } from './InfoCircle';\nexport { default as LaurelsLeft } from './LaurelsLeft';\nexport { default as LaurelsRight } from './LaurelsRight';\nexport { default as Layers } from './Layers';\nexport { default as Library } from './Library';\nexport { default as LibraryFillPierced } from './LibraryFillPierced';\nexport { default as LineHorizontal } from './LineHorizontal';\nexport { default as LineHorizontalFill } from './LineHorizontalFill';\nexport { default as LineHorizontalFillPierced } from './LineHorizontalFillPierced';\nexport { default as LineVertical } from './LineVertical';\nexport { default as LineVerticalFill } from './LineVerticalFill';\nexport { default as LineVerticalFillPierced } from './LineVerticalFillPierced';\nexport { default as Link } from './Link';\nexport { default as List } from './List';\nexport { default as ListCheck } from './ListCheck';\nexport { default as Lock } from './Lock';\nexport { default as LogIn } from './LogIn';\nexport { default as LogOut } from './LogOut';\nexport { default as MapPin } from './MapPin';\nexport { default as Maximize } from './Maximize';\nexport { default as Maximize1 } from './Maximize1';\nexport { default as Message } from './Message';\nexport { default as Minimize } from './Minimize';\nexport { default as Minimize1 } from './Minimize1';\nexport { default as Minus } from './Minus';\nexport { default as MinusCircle } from './MinusCircle';\nexport { default as MinusCircleFill } from './MinusCircleFill';\nexport { default as MinusCircleFillPierced } from './MinusCircleFillPierced';\nexport { default as MoreHorizontal } from './MoreHorizontal';\nexport { default as MoreSquare } from './MoreSquare';\nexport { default as MoreSquareFillPierced } from './MoreSquareFillPierced';\nexport { default as MoreVertical } from './MoreVertical';\nexport { default as Move } from './Move';\nexport { default as Novels } from './Novels';\nexport { default as NovelsFillPierced } from './NovelsFillPierced';\nexport { default as Paperclip } from './Paperclip';\nexport { default as Percent } from './Percent';\nexport { default as Plus } from './Plus';\nexport { default as PlusCircle } from './PlusCircle';\nexport { default as Point } from './Point';\nexport { default as QuestionCircle } from './QuestionCircle';\nexport { default as QuestionCircleFillPierced } from './QuestionCircleFillPierced';\nexport { default as Recommend } from './Recommend';\nexport { default as RefreshCcw } from './RefreshCcw';\nexport { default as RefreshCw } from './RefreshCw';\nexport { default as RotateCcw } from './RotateCcw';\nexport { default as RotateCw } from './RotateCw';\nexport { default as RotateLeft } from './RotateLeft';\nexport { default as RotateRight } from './RotateRight';\nexport { default as Sale } from './Sale';\nexport { default as Sanserif } from './Sanserif';\nexport { default as SanserifFill } from './SanserifFill';\nexport { default as Search } from './Search';\nexport { default as Serif } from './Serif';\nexport { default as SerifFill } from './SerifFill';\nexport { default as Setting } from './Setting';\nexport { default as Shield } from './Shield';\nexport { default as Shop } from './Shop';\nexport { default as ShoppingBag } from './ShoppingBag';\nexport { default as Shuffle } from './Shuffle';\nexport { default as Smartphone } from './Smartphone';\nexport { default as Sort } from './Sort';\nexport { default as SortAsc } from './SortAsc';\nexport { default as SpacingLarge } from './SpacingLarge';\nexport { default as SpacingLargeFill } from './SpacingLargeFill';\nexport { default as SpacingLargeFillPierced } from './SpacingLargeFillPierced';\nexport { default as SpacingMedium } from './SpacingMedium';\nexport { default as SpacingMediumFill } from './SpacingMediumFill';\nexport { default as SpacingMediumFillPierced } from './SpacingMediumFillPierced';\nexport { default as SpacingSmall } from './SpacingSmall';\nexport { default as SpacingSmallFill } from './SpacingSmallFill';\nexport { default as SpacingSmallFillPierced } from './SpacingSmallFillPierced';\nexport { default as Sparkles } from './Sparkles';\nexport { default as Speaker } from './Speaker';\nexport { default as Star } from './Star';\nexport { default as SwapHorizontal } from './SwapHorizontal';\nexport { default as SwapVertical } from './SwapVertical';\nexport { default as Ticket } from './Ticket';\nexport { default as Time } from './Time';\nexport { default as TimeFill } from './TimeFill';\nexport { default as TimeFillPierced } from './TimeFillPierced';\nexport { default as Token } from './Token';\nexport { default as Trash } from './Trash';\nexport { default as TrendingUp } from './TrendingUp';\nexport { default as Trophy } from './Trophy';\nexport { default as Unlock } from './Unlock';\nexport { default as Upload } from './Upload';\nexport { default as User } from './User';\nexport { default as Users } from './Users';\nexport { default as VolumeOff } from './VolumeOff';\nexport { default as VolumeOn } from './VolumeOn';\nexport { default as Zap } from './Zap';\n"],"mappings":"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"}
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: React.MemoExoticComponent<{
|
|
3
|
+
(props: {
|
|
4
|
+
readonly style?: import("packages/fountain-ui-styles/build/typescript").FountainUiStyle | import("packages/fountain-ui-styles/build/typescript").FountainUiStyle[] | 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?: "base" | "strong" | "strongInverse" | "baseInverse" | "baseOpacity" | "baseOpacityInverse" | "weak" | "weakInverse" | "weakOpacity" | "weakOpacityInverse" | "accent" | "accentAlt" | 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
|
+
readonly size?: "small" | "medium" | "large" | undefined;
|
|
128
|
+
}): JSX.Element;
|
|
129
|
+
displayName: string;
|
|
130
|
+
}>;
|
|
131
|
+
export default _default;
|
|
@@ -42,6 +42,7 @@ export { default as Box } from './Box';
|
|
|
42
42
|
export { default as Building } from './Building';
|
|
43
43
|
export { default as Bulb } from './Bulb';
|
|
44
44
|
export { default as Calender } from './Calender';
|
|
45
|
+
export { default as Camera } from './Camera';
|
|
45
46
|
export { default as Chat } from './Chat';
|
|
46
47
|
export { default as Check } from './Check';
|
|
47
48
|
export { default as CheckCircle } from './CheckCircle';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fountain-ui/icons",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.13",
|
|
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": "589b1abcb1d2eec17a03aa9065aeddb8b9e477e0"
|
|
54
54
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Path } from 'react-native-svg';
|
|
3
|
+
import createSvgIcon from '../utils/createSvgIcon';
|
|
4
|
+
|
|
5
|
+
export default createSvgIcon(
|
|
6
|
+
<React.Fragment>
|
|
7
|
+
<Path
|
|
8
|
+
fillRule="evenodd"
|
|
9
|
+
clipRule="evenodd"
|
|
10
|
+
d="M10.5 8.34211C12.8196 8.34211 14.7 10.2272 14.7 12.5526C14.7 14.878 12.8196 16.7632 10.5 16.7632C8.1804 16.7632 6.3 14.878 6.3 12.5526C6.3 10.2272 8.1804 8.34211 10.5 8.34211ZM10.5 10.4474C9.3402 10.4474 8.4 11.3899 8.4 12.5526C8.4 13.7153 9.3402 14.6579 10.5 14.6579C11.6598 14.6579 12.6 13.7153 12.6 12.5526C12.6 11.3899 11.6598 10.4474 10.5 10.4474Z"
|
|
11
|
+
/>
|
|
12
|
+
<Path
|
|
13
|
+
d="M16.275 7.07874C16.8548 7.07874 17.3249 7.55014 17.325 8.13137C17.325 8.71273 16.8549 9.18401 16.275 9.18401C15.6951 9.184 15.225 8.71273 15.225 8.13137C15.2251 7.55014 15.6952 7.07875 16.275 7.07874Z"
|
|
14
|
+
/>
|
|
15
|
+
<Path
|
|
16
|
+
fillRule="evenodd"
|
|
17
|
+
clipRule="evenodd"
|
|
18
|
+
d="M11.2926 1.50411C12.1788 1.5481 13.0196 1.92072 13.65 2.55263C14.3222 3.22655 15.2341 3.60518 16.1848 3.60526H16.8C19.1196 3.60526 21 5.49039 21 7.81579V17.2895C21 19.6149 19.1196 21.5 16.8 21.5H4.2C1.8804 21.5 0 19.6149 0 17.2895V7.81579C1.06812e-05 5.56313 1.76459 3.72328 3.98364 3.6104L4.2 3.60526H4.81523L4.99263 3.60115C5.81951 3.56009 6.60701 3.23294 7.2208 2.67599L7.4792 2.42928C8.13671 1.83261 8.99368 1.50006 9.88477 1.5H11.1152L11.2926 1.50411ZM9.88477 3.60526C9.49102 3.60533 9.11319 3.762 8.83477 4.04112C7.76866 5.10988 6.32292 5.7105 4.81523 5.71053H4.2C3.04021 5.71053 2.10001 6.6531 2.1 7.81579V17.2895C2.1 18.4522 3.0402 19.3947 4.2 19.3947H16.8C17.9598 19.3947 18.9 18.4522 18.9 17.2895V7.81579C18.9 6.6531 17.9598 5.71053 16.8 5.71053H16.1848C14.6771 5.71044 13.2313 5.10985 12.1652 4.04112C11.8868 3.76199 11.509 3.60528 11.1152 3.60526H9.88477Z"
|
|
19
|
+
/>
|
|
20
|
+
</React.Fragment>,
|
|
21
|
+
'Camera',
|
|
22
|
+
'0 0 21 24',
|
|
23
|
+
);
|
package/src/v2Icons/index.ts
CHANGED
|
@@ -42,6 +42,7 @@ export { default as Box } from './Box';
|
|
|
42
42
|
export { default as Building } from './Building';
|
|
43
43
|
export { default as Bulb } from './Bulb';
|
|
44
44
|
export { default as Calender } from './Calender';
|
|
45
|
+
export { default as Camera } from './Camera';
|
|
45
46
|
export { default as Chat } from './Chat';
|
|
46
47
|
export { default as Check } from './Check';
|
|
47
48
|
export { default as CheckCircle } from './CheckCircle';
|