@codecademy/gamut-icons 9.52.1-alpha.a82fb3.0 → 9.52.2-alpha.ce5894.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,7 +23,6 @@ export * from './ArrowLeftIcon';
23
23
  export * from './ArrowRightIcon';
24
24
  export * from './ArrowThickCircleRightIcon';
25
25
  export * from './ArrowThickCircleUpIcon';
26
- export * from './ArrowUpHeavyIcon';
27
26
  export * from './ArrowUpIcon';
28
27
  export * from './ArticleIcon';
29
28
  export * from './ArtificialIntelligenceIcon';
@@ -23,7 +23,6 @@ export * from './ArrowLeftIcon';
23
23
  export * from './ArrowRightIcon';
24
24
  export * from './ArrowThickCircleRightIcon';
25
25
  export * from './ArrowThickCircleUpIcon';
26
- export * from './ArrowUpHeavyIcon';
27
26
  export * from './ArrowUpIcon';
28
27
  export * from './ArticleIcon';
29
28
  export * from './ArtificialIntelligenceIcon';
package/dist/props.d.ts CHANGED
@@ -191,6 +191,32 @@ export declare const iconProps: import("@codecademy/variance/dist/types/config")
191
191
  readonly property: "paddingLeft";
192
192
  readonly scale: "spacing";
193
193
  };
194
+ readonly pbl: {
195
+ readonly property: "padding";
196
+ readonly properties: readonly ["paddingBlockStart", "paddingBlockEnd"];
197
+ readonly scale: "spacing";
198
+ };
199
+ readonly pbls: {
200
+ readonly property: "paddingBlockStart";
201
+ readonly scale: "spacing";
202
+ };
203
+ readonly pble: {
204
+ readonly property: "paddingBlockEnd";
205
+ readonly scale: "spacing";
206
+ };
207
+ readonly pi: {
208
+ readonly property: "padding";
209
+ readonly properties: readonly ["paddingInlineStart", "paddingInlineEnd"];
210
+ readonly scale: "spacing";
211
+ };
212
+ readonly pis: {
213
+ readonly property: "paddingInlineStart";
214
+ readonly scale: "spacing";
215
+ };
216
+ readonly pie: {
217
+ readonly property: "paddingInlineEnd";
218
+ readonly scale: "spacing";
219
+ };
194
220
  readonly m: {
195
221
  readonly property: "margin";
196
222
  readonly scale: "spacing";
@@ -221,6 +247,32 @@ export declare const iconProps: import("@codecademy/variance/dist/types/config")
221
247
  readonly property: "marginLeft";
222
248
  readonly scale: "spacing";
223
249
  };
250
+ readonly mbl: {
251
+ readonly property: "margin";
252
+ readonly properties: readonly ["marginBlockStart", "marginBlockEnd"];
253
+ readonly scale: "spacing";
254
+ };
255
+ readonly mbls: {
256
+ readonly property: "marginBlockStart";
257
+ readonly scale: "spacing";
258
+ };
259
+ readonly mble: {
260
+ readonly property: "marginBlockEnd";
261
+ readonly scale: "spacing";
262
+ };
263
+ readonly mi: {
264
+ readonly property: "margin";
265
+ readonly properties: readonly ["marginInlineStart", "marginInlineEnd"];
266
+ readonly scale: "spacing";
267
+ };
268
+ readonly mis: {
269
+ readonly property: "marginInlineStart";
270
+ readonly scale: "spacing";
271
+ };
272
+ readonly mie: {
273
+ readonly property: "marginInlineEnd";
274
+ readonly scale: "spacing";
275
+ };
224
276
  }>>, import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
225
277
  readonly position: {
226
278
  readonly property: "position";
@@ -532,6 +584,32 @@ export declare const Svg: import("@emotion/styled").StyledComponent<{
532
584
  readonly property: "paddingLeft";
533
585
  readonly scale: "spacing";
534
586
  }>;
587
+ pbl?: import("@codecademy/variance/dist/types/config").Scale<{
588
+ readonly property: "padding";
589
+ readonly properties: readonly ["paddingBlockStart", "paddingBlockEnd"];
590
+ readonly scale: "spacing";
591
+ }>;
592
+ pbls?: import("@codecademy/variance/dist/types/config").Scale<{
593
+ readonly property: "paddingBlockStart";
594
+ readonly scale: "spacing";
595
+ }>;
596
+ pble?: import("@codecademy/variance/dist/types/config").Scale<{
597
+ readonly property: "paddingBlockEnd";
598
+ readonly scale: "spacing";
599
+ }>;
600
+ pi?: import("@codecademy/variance/dist/types/config").Scale<{
601
+ readonly property: "padding";
602
+ readonly properties: readonly ["paddingInlineStart", "paddingInlineEnd"];
603
+ readonly scale: "spacing";
604
+ }>;
605
+ pis?: import("@codecademy/variance/dist/types/config").Scale<{
606
+ readonly property: "paddingInlineStart";
607
+ readonly scale: "spacing";
608
+ }>;
609
+ pie?: import("@codecademy/variance/dist/types/config").Scale<{
610
+ readonly property: "paddingInlineEnd";
611
+ readonly scale: "spacing";
612
+ }>;
535
613
  m?: import("@codecademy/variance/dist/types/config").Scale<{
536
614
  readonly property: "margin";
537
615
  readonly scale: "spacing";
@@ -562,6 +640,32 @@ export declare const Svg: import("@emotion/styled").StyledComponent<{
562
640
  readonly property: "marginLeft";
563
641
  readonly scale: "spacing";
564
642
  }>;
643
+ mbl?: import("@codecademy/variance/dist/types/config").Scale<{
644
+ readonly property: "margin";
645
+ readonly properties: readonly ["marginBlockStart", "marginBlockEnd"];
646
+ readonly scale: "spacing";
647
+ }>;
648
+ mbls?: import("@codecademy/variance/dist/types/config").Scale<{
649
+ readonly property: "marginBlockStart";
650
+ readonly scale: "spacing";
651
+ }>;
652
+ mble?: import("@codecademy/variance/dist/types/config").Scale<{
653
+ readonly property: "marginBlockEnd";
654
+ readonly scale: "spacing";
655
+ }>;
656
+ mi?: import("@codecademy/variance/dist/types/config").Scale<{
657
+ readonly property: "margin";
658
+ readonly properties: readonly ["marginInlineStart", "marginInlineEnd"];
659
+ readonly scale: "spacing";
660
+ }>;
661
+ mis?: import("@codecademy/variance/dist/types/config").Scale<{
662
+ readonly property: "marginInlineStart";
663
+ readonly scale: "spacing";
664
+ }>;
665
+ mie?: import("@codecademy/variance/dist/types/config").Scale<{
666
+ readonly property: "marginInlineEnd";
667
+ readonly scale: "spacing";
668
+ }>;
565
669
  position?: import("@codecademy/variance/dist/types/config").Scale<{
566
670
  readonly property: "position";
567
671
  }>;
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@codecademy/gamut-icons",
3
3
  "description": "Icon library for codecademy.com",
4
- "version": "9.52.1-alpha.a82fb3.0",
4
+ "version": "9.52.2-alpha.ce5894.0",
5
5
  "author": "Codecademy <dev@codecademy.com>",
6
6
  "dependencies": {
7
- "@codecademy/gamut-styles": "17.10.0",
7
+ "@codecademy/gamut-styles": "17.11.1-alpha.ce5894.0",
8
8
  "@codecademy/variance": "0.25.0"
9
9
  },
10
10
  "files": [
@@ -29,5 +29,5 @@
29
29
  },
30
30
  "sideEffects": false,
31
31
  "types": "dist/index.d.ts",
32
- "gitHead": "47c844d2d8cf2a4a429c4500e992e7a2293fee01"
32
+ "gitHead": "5b5cd0e80ea8e01f86b4278e481d0997d34a7a4f"
33
33
  }
@@ -1,3 +0,0 @@
1
- import * as React from 'react';
2
- import { GamutIconProps } from '../../props';
3
- export declare const ArrowUpHeavyIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -1,46 +0,0 @@
1
- import * as React from 'react';
2
- import { Svg } from '../../props';
3
- import { useIconId } from '../../useIconId';
4
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
- export const ArrowUpHeavyIcon = /*#__PURE__*/React.forwardRef(({
6
- title,
7
- titleId,
8
- size = 16,
9
- height = size,
10
- width = size,
11
- ...props
12
- }, svgRef) => {
13
- const maskId = useIconId('ArrowUpHeavyIcon');
14
- return /*#__PURE__*/_jsxs(Svg, {
15
- xmlns: "http://www.w3.org/2000/svg",
16
- fill: "#fff",
17
- viewBox: "0 0 24 24",
18
- role: "img",
19
- "aria-hidden": "true",
20
- "pointer-events": "none",
21
- width: width,
22
- height: height,
23
- ref: svgRef,
24
- "aria-labelledby": titleId,
25
- ...props,
26
- children: [title ? /*#__PURE__*/_jsx("title", {
27
- id: titleId,
28
- children: title
29
- }) : null, /*#__PURE__*/_jsx("mask", {
30
- id: `${maskId}`,
31
- children: /*#__PURE__*/_jsx("path", {
32
- fill: "#fff",
33
- fillRule: "evenodd",
34
- d: "M9.423 21.429a2.571 2.571 0 005.143 0V8.774l4.187 4.187a2.572 2.572 0 003.637-3.636L13.818.753a2.571 2.571 0 00-3.636 0L1.61 9.325a2.571 2.571 0 103.637 3.636l4.176-4.176v12.644z",
35
- clipRule: "evenodd"
36
- })
37
- }), /*#__PURE__*/_jsx("g", {
38
- mask: `url(#${maskId})`,
39
- children: /*#__PURE__*/_jsx("rect", {
40
- width: `100%`,
41
- height: `100%`,
42
- fill: `currentColor`
43
- })
44
- })]
45
- });
46
- });
@@ -1,8 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" id="Line-Arrow-Up-Large-1--Streamline-Core" height="24" width="24">
2
- <desc>
3
- Line Arrow Up Large 1 Streamline Icon: https://streamlinehq.com
4
- </desc>
5
- <g id="line-arrow-up-large-1--arrow-up-keyboard-large-head">
6
- <path id="Union" fill="#000000" fill-rule="evenodd" d="M9.423137142857142 21.428571428571427c0 1.4201142857142857 1.1512628571428571 2.571428571428571 2.571428571428571 2.571428571428571 1.4201485714285715 0 2.571428571428571 -1.1513142857142855 2.571428571428571 -2.571428571428571l0 -12.654599999999999 4.187091428571429 4.1871599999999995c1.0042285714285712 1.0042114285714285 2.632457142857143 1.0042114285714285 3.636685714285714 0 1.0040571428571428 -1.0042114285714285 1.0040571428571428 -2.6323371428571427 0 -3.636548571428571l-8.571497142857142 -8.571428571428571c-1.0042114285714285 -1.0042062857142855 -2.6323371428571427 -1.0042062857142855 -3.636548571428571 0l-8.571428571428571 8.571428571428571c-1.0042062857142855 1.0042114285714285 -1.0042062857142855 2.6323371428571427 0 3.636548571428571 1.0042114285714285 1.0042114285714285 2.6323371428571427 1.0042114285714285 3.636548571428571 0l4.176291428571429 -4.176291428571429 0 12.643731428571428Z" clip-rule="evenodd" stroke-width="1.7143"></path>
7
- </g>
8
- </svg>