@artsy/palette-mobile 13.2.28 → 13.2.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TrendingIcon = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const Icon_1 = require("./Icon");
|
|
6
|
+
const hooks_1 = require("../utils/hooks");
|
|
7
|
+
const TrendingIcon = ({ fill, ...restprops }) => {
|
|
8
|
+
const color = (0, hooks_1.useColor)();
|
|
9
|
+
return ((0, jsx_runtime_1.jsx)(Icon_1.Icon, { ...restprops, viewBox: "0 0 16 9", children: (0, jsx_runtime_1.jsx)(Icon_1.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M13.6162 1L11.5 1V0H14.5H15.5V1V4H14.5V1.88393L8.94199 7.44194C8.69791 7.68602 8.30218 7.68602 8.05811 7.44194L5.50005 4.88388L1.44199 8.94194L0.558105 8.05806L5.05811 3.55806C5.30218 3.31398 5.69791 3.31398 5.94199 3.55806L8.50005 6.11612L13.6162 1Z", fill: color(fill) }) }));
|
|
10
|
+
};
|
|
11
|
+
exports.TrendingIcon = TrendingIcon;
|
package/dist/svgs/index.d.ts
CHANGED
|
@@ -101,6 +101,7 @@ export * from "./TagIcon";
|
|
|
101
101
|
export * from "./TimerIcon";
|
|
102
102
|
export * from "./TopEmergingIcon";
|
|
103
103
|
export * from "./TrashIcon";
|
|
104
|
+
export * from "./TrendingIcon";
|
|
104
105
|
export * from "./TriangleDown";
|
|
105
106
|
export * from "./TwitterIcon";
|
|
106
107
|
export * from "./UserMultiIcon";
|
package/dist/svgs/index.js
CHANGED
|
@@ -117,6 +117,7 @@ __exportStar(require("./TagIcon"), exports);
|
|
|
117
117
|
__exportStar(require("./TimerIcon"), exports);
|
|
118
118
|
__exportStar(require("./TopEmergingIcon"), exports);
|
|
119
119
|
__exportStar(require("./TrashIcon"), exports);
|
|
120
|
+
__exportStar(require("./TrendingIcon"), exports);
|
|
120
121
|
__exportStar(require("./TriangleDown"), exports);
|
|
121
122
|
__exportStar(require("./TwitterIcon"), exports);
|
|
122
123
|
__exportStar(require("./UserMultiIcon"), exports);
|