@inceptionbg/icons 1.0.2 → 1.0.4

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,15 @@
1
+ import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
2
+
3
+ const prefix = 'fal';
4
+ const iconName = 'circle-minus';
5
+ const width = 512;
6
+ const height = 512;
7
+ const unicode = 'f056';
8
+ const svgPathData =
9
+ 'M352 240H160C151.2 240 144 247.2 144 256S151.2 272 160 272h192c8.844 0 16-7.156 16-16S360.8 240 352 240zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256S512 397.4 512 256S397.4 0 256 0zM256 480c-123.5 0-224-100.5-224-224s100.5-224 224-224s224 100.5 224 224S379.5 480 256 480z';
10
+
11
+ export const faCircleMinus: IconDefinition = {
12
+ prefix,
13
+ iconName,
14
+ icon: [width, height, [], unicode, svgPathData],
15
+ };
@@ -0,0 +1,15 @@
1
+ import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
2
+
3
+ const prefix = 'fal';
4
+ const iconName = 'clock';
5
+ const width = 512;
6
+ const height = 512;
7
+ const unicode = 'f017';
8
+ const svgPathData =
9
+ 'M240 112C240 103.2 247.2 96 256 96C264.8 96 272 103.2 272 112V247.4L360.9 306.7C368.2 311.6 370.2 321.5 365.3 328.9C360.4 336.2 350.5 338.2 343.1 333.3L247.1 269.3C242.7 266.3 239.1 261.3 239.1 256L240 112zM256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0zM32 256C32 379.7 132.3 480 256 480C379.7 480 480 379.7 480 256C480 132.3 379.7 32 256 32C132.3 32 32 132.3 32 256z';
10
+
11
+ export const faClock: IconDefinition = {
12
+ prefix,
13
+ iconName,
14
+ icon: [width, height, [], unicode, svgPathData],
15
+ };
@@ -0,0 +1,15 @@
1
+ import type { IconDefinition } from "@fortawesome/fontawesome-svg-core";
2
+
3
+ const prefix = "fal";
4
+ const iconName = "file";
5
+ const width = 384;
6
+ const height = 512;
7
+ const unicode = "f15b";
8
+ const svgPathData =
9
+ "M365.3 125.3l-106.5-106.5C246.7 6.742 230.5 0 213.5 0L64-.0001c-35.35 0-64 28.65-64 64l.0065 384c0 35.35 28.65 64 64 64H320c35.35 0 64-28.65 64-64v-277.5C384 153.5 377.3 137.3 365.3 125.3zM342.6 147.9C346.1 151.3 348.4 155.5 349.9 160H240C231.2 160 224 152.8 224 144V34.08c4.477 1.566 8.666 3.846 12.12 7.299L342.6 147.9zM352 448c0 17.64-14.36 32-32 32H64c-17.64 0-32-14.36-32-32V64c0-17.64 14.36-32 32-32h128v112C192 170.5 213.5 192 240 192H352V448z";
10
+
11
+ export const faFile: IconDefinition = {
12
+ prefix,
13
+ iconName,
14
+ icon: [width, height, [], unicode, svgPathData],
15
+ };
@@ -0,0 +1,15 @@
1
+ import type { IconDefinition } from "@fortawesome/fontawesome-svg-core";
2
+
3
+ const prefix = "fal";
4
+ const iconName = "file-signature";
5
+ const width = 576;
6
+ const height = 512;
7
+ const unicode = "f573";
8
+ const svgPathData =
9
+ "M560.9 136L536 111.1c-20.25-20.25-53-20.25-73.25 0L303.5 269.8C273.4 299.8 256.1 341.3 256 383.8c-3.875-.25-7.5-2.387-9.375-6.262c-11.88-23.88-46.25-30.38-66-14.12l-13.88-41.63C163.5 311.9 154.4 305.3 144 305.3s-19.5 6.625-22.75 16.5L103 376.4C101.5 381 97.25 384 92.38 384H80C71.13 384 64 391.1 64 400S71.13 416 80 416h12.4c18.62 0 35.1-11.88 40.98-29.5L144 354.6L160.8 405C165.4 418.6 184 419.9 190.3 407.1l7.749-15.38c4-8 15.69-8.5 20.19 .375C225.4 406.6 239.9 415.7 256 415.9L288 416c66.84 0 112.1-46.3 114.1-47.5l158.8-159.3C570.6 199.5 576 186.4 576 172.6C576 158.8 570.6 145.8 560.9 136zM379.5 346C355.3 370.3 322.4 383.9 288 383.9c0-34.38 13.75-67.32 37.1-91.44l120.6-119.9l52.75 52.75L379.5 346zM538.3 186.6L517 207.8L464.3 155l21.12-21.25c7.75-7.625 20.25-7.749 28 0l24.88 24.88C545.9 166.4 545.9 178.9 538.3 186.6zM364.4 448c-6.629 0-13.1 3.795-15.2 10.1C344.1 470.8 333 480 318.1 480h-255.2c-17.62 0-31.89-14.33-31.89-32V64c0-17.67 14.28-32 31.89-32h127.6v112c0 26.51 21.42 48 47.84 48h64.07c8.652 0 15.66-7.037 15.66-15.72V175.7C318.1 167 311.9 160 303.3 160H239.2C230.4 160 223.3 152.8 223.3 144V34.08c4.461 1.566 8.637 3.846 12.08 7.299l89.85 90.14c6.117 6.139 16.04 6.139 22.15 0L347.7 131.1c6.117-6.139 6.117-16.09 0-22.23L257.9 18.75C245.9 6.742 229.7 0 212.8 0H63.93C28.7 0 0 28.65 0 64l.0065 384c0 35.35 28.7 64 63.93 64h255c28.2 0 52.12-18.36 60.55-43.8C382.8 458.2 374.9 448 364.4 448z";
10
+
11
+ export const faFileSignature: IconDefinition = {
12
+ prefix,
13
+ iconName,
14
+ icon: [width, height, [], unicode, svgPathData],
15
+ };
@@ -0,0 +1,15 @@
1
+ import type { IconDefinition } from "@fortawesome/fontawesome-svg-core";
2
+
3
+ const prefix = "fal";
4
+ const iconName = "location-check";
5
+ const width = 384;
6
+ const height = 512;
7
+ const unicode = "f606";
8
+ const svgPathData =
9
+ "M171.3 267.3C165.1 273.6 154.9 273.6 148.7 267.3L92.69 211.3C86.44 205.1 86.44 194.9 92.69 188.7C98.93 182.4 109.1 182.4 115.3 188.7L160 233.4L260.7 132.7C266.9 126.4 277.1 126.4 283.3 132.7C289.6 138.9 289.6 149.1 283.3 155.3L171.3 267.3zM384 192C384 279.4 267 435 215.7 499.2C203.4 514.5 180.6 514.5 168.3 499.2C116.1 435 0 279.4 0 192C0 85.96 85.96 0 192 0C298 0 384 85.96 384 192H384zM192 32C103.6 32 32 103.6 32 192C32 207.6 37.43 229 48.56 255.4C59.47 281.3 74.8 309.4 92.14 337.5C126.2 392.8 166.6 445.7 192 477.6C217.4 445.7 257.8 392.8 291.9 337.5C309.2 309.4 324.5 281.3 335.4 255.4C346.6 229 352 207.6 352 192C352 103.6 280.4 32 192 32z";
10
+
11
+ export const faLocationCheck: IconDefinition = {
12
+ prefix,
13
+ iconName,
14
+ icon: [width, height, [], unicode, svgPathData],
15
+ };
@@ -0,0 +1,15 @@
1
+ import type { IconDefinition } from "@fortawesome/fontawesome-svg-core";
2
+
3
+ const prefix = "fal";
4
+ const iconName = "location-xmark";
5
+ const width = 384;
6
+ const height = 512;
7
+ const unicode = "f60e";
8
+ const svgPathData =
9
+ "M124.1 124.1C130.4 117.9 140.5 117.9 146.7 124.1L192 169.4L237.3 124.1C243.5 117.9 253.6 117.9 259.9 124.1C266.1 130.4 266.1 140.5 259.9 146.7L214.6 192L259.9 237.3C266.1 243.5 266.1 253.6 259.9 259.9C253.6 266.1 243.5 266.1 237.3 259.9L192 214.6L146.7 259.9C140.5 266.1 130.4 266.1 124.1 259.9C117.9 253.6 117.9 243.5 124.1 237.3L169.4 192L124.1 146.7C117.9 140.5 117.9 130.4 124.1 124.1V124.1zM384 192C384 279.4 267 435 215.7 499.2C203.4 514.5 180.6 514.5 168.3 499.2C116.1 435 0 279.4 0 192C0 85.96 85.96 0 192 0C298 0 384 85.96 384 192H384zM192 32C103.6 32 32 103.6 32 192C32 207.6 37.43 229 48.56 255.4C59.47 281.3 74.8 309.4 92.14 337.5C126.2 392.8 166.6 445.7 192 477.6C217.4 445.7 257.8 392.8 291.9 337.5C309.2 309.4 324.5 281.3 335.4 255.4C346.6 229 352 207.6 352 192C352 103.6 280.4 32 192 32z";
10
+
11
+ export const faLocationXmark: IconDefinition = {
12
+ prefix,
13
+ iconName,
14
+ icon: [width, height, [], unicode, svgPathData],
15
+ };
@@ -0,0 +1,15 @@
1
+ import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
2
+
3
+ const prefix = 'fal';
4
+ const iconName = 'newspaper';
5
+ const width = 384;
6
+ const height = 512;
7
+ const unicode = 'f1ea';
8
+ const svgPathData =
9
+ 'M160 64c-17.7 0-32 14.3-32 32l0 320c0 11.7-3.1 22.6-8.6 32L432 448c26.5 0 48-21.5 48-48l0-304c0-17.7-14.3-32-32-32L160 64zM64 480c-35.3 0-64-28.7-64-64L0 160c0-35.3 28.7-64 64-64l0 32c-17.7 0-32 14.3-32 32l0 256c0 17.7 14.3 32 32 32s32-14.3 32-32L96 96c0-35.3 28.7-64 64-64l288 0c35.3 0 64 28.7 64 64l0 304c0 44.2-35.8 80-80 80L64 480zM384 112c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16zM160 304c0-8.8 7.2-16 16-16l256 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-256 0c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l256 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-256 0c-8.8 0-16-7.2-16-16zm32-144l128 0 0-96-128 0 0 96zM160 120c0-13.3 10.7-24 24-24l144 0c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24l0-112z';
10
+
11
+ export const faNewspaper: IconDefinition = {
12
+ prefix,
13
+ iconName,
14
+ icon: [width, height, [], unicode, svgPathData],
15
+ };
@@ -0,0 +1,15 @@
1
+ import type { IconDefinition } from "@fortawesome/fontawesome-svg-core";
2
+
3
+ const prefix = "fal";
4
+ const iconName = "signature";
5
+ const width = 640;
6
+ const height = 512;
7
+ const unicode = "f5b7";
8
+ const svgPathData =
9
+ "M450.1 280c-2.828 4.938-2.812 11.03 .0469 15.97C453 300.1 458.3 303.1 464 303.1h160c8.844 0 16-7.157 16-16s-7.156-16-16-16h-132.4l50.31-88.07c3.203-5.594 2.719-12.59-1.219-17.72c-3.922-5.063-10.55-7.313-16.83-5.657l-181.9 48.88c6-36.47 9.469-68.85 10-91.19c.9844-42.22-27.64-78.85-66.59-85.16C261.8 29.25 238.1 35.78 220.2 51C202.3 66.25 192 88.47 192 111.1v64c0 8.844 7.156 16 16 16S224 184.8 224 175.1V111.1c0-14.09 6.172-27.44 16.94-36.6c10.89-9.282 24.83-13 39.25-10.75c23.28 3.813 40.36 26.5 39.73 52.85C319.4 141.2 315.1 177.8 307.9 218.5L217 242.1C182.9 253.2 160 284 160 319.6v102.8C160 454.2 185.8 480 217.6 480c19.77 0 37.81-9.719 48.27-26c30.39-47.38 54.83-133.1 69.8-209.8l159.4-42.85L450.1 280zM238.9 436.7c-4.469 6.969-12.64 11.31-21.33 11.31C203.5 447.1 192 436.5 192 422.4V319.6c0-21.38 13.75-39.85 33.77-45.88l75.38-20.25C286.8 322.5 265 396.1 238.9 436.7zM123.3 180.7c-6.25-6.25-16.38-6.25-22.62 0L64 217.4L27.31 180.7c-6.25-6.25-16.38-6.25-22.62 0c-6.25 6.25-6.25 16.38 0 22.63l36.69 36.69L4.688 276.7c-6.25 6.25-6.25 16.38 0 22.63C7.812 302.4 11.91 303.1 16 303.1s8.188-1.563 11.31-4.688L64 262.6l36.69 36.69C103.8 302.4 107.9 303.1 112 303.1s8.188-1.563 11.31-4.688c6.25-6.25 6.25-16.38 0-22.63L86.63 239.1L123.3 203.3C129.6 197 129.6 186.9 123.3 180.7zM112 351.1h-96c-8.844 0-16 7.157-16 16c0 8.844 7.156 16 16 16h96c8.844 0 16-7.153 16-15.1C128 359.2 120.8 351.1 112 351.1zM624 351.1H352c-8.844 0-16 7.157-16 16c0 8.844 7.156 16 16 16h272c8.844 0 16-7.157 16-16C640 359.1 632.8 351.1 624 351.1z";
10
+
11
+ export const faSignature: IconDefinition = {
12
+ prefix,
13
+ iconName,
14
+ icon: [width, height, [], unicode, svgPathData],
15
+ };
@@ -0,0 +1,15 @@
1
+ import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
2
+
3
+ const prefix = 'fal';
4
+ const iconName = 'user';
5
+ const width = 448;
6
+ const height = 512;
7
+ const unicode = 'f007';
8
+ const svgPathData =
9
+ 'M224 256c70.7 0 128-57.31 128-128s-57.3-128-128-128C153.3 0 96 57.31 96 128S153.3 256 224 256zM224 32c52.94 0 96 43.06 96 96c0 52.93-43.06 96-96 96S128 180.9 128 128C128 75.06 171.1 32 224 32zM274.7 304H173.3C77.61 304 0 381.6 0 477.3c0 19.14 15.52 34.67 34.66 34.67h378.7C432.5 512 448 496.5 448 477.3C448 381.6 370.4 304 274.7 304zM413.3 480H34.66C33.2 480 32 478.8 32 477.3C32 399.4 95.4 336 173.3 336h101.3C352.6 336 416 399.4 416 477.3C416 478.8 414.8 480 413.3 480z';
10
+
11
+ export const faUser: IconDefinition = {
12
+ prefix,
13
+ iconName,
14
+ icon: [width, height, [], unicode, svgPathData],
15
+ };
package/light/index.ts CHANGED
@@ -15,24 +15,33 @@ export * from './faChevronDown';
15
15
  export * from './faChevronRight';
16
16
  export * from './faCircleCheck';
17
17
  export * from './faCircleInfo';
18
+ export * from './faCircleMinus';
18
19
  export * from './faCircleXmark';
19
20
  export * from './faClipboardCheck';
21
+ export * from './faClock';
20
22
  export * from './faClockRotateLeft';
21
23
  export * from './faEllipsisVertical';
22
24
  export * from './faEnvelope';
23
25
  export * from './faEye';
24
26
  export * from './faEyeSlash';
27
+ export * from './faFile';
28
+ export * from './faFileSignature';
25
29
  export * from './faFilter';
26
30
  export * from './faGear';
27
31
  export * from './faHouse';
28
32
  export * from './faIdBadge';
29
33
  export * from './faLineColumns';
30
34
  export * from './faLink';
35
+ export * from './faLocationCheck';
36
+ export * from './faLocationXmark';
31
37
  export * from './faMagnifyingGlass';
38
+ export * from './faNewspaper';
32
39
  export * from './faPen';
33
40
  export * from './faPrint';
34
41
  export * from './faQuestion';
35
42
  export * from './faRotateRight';
43
+ export * from './faSignature';
36
44
  export * from './faTrashCan';
37
45
  export * from './faTriangleExclamation';
46
+ export * from './faUser';
38
47
  export * from './faXmark';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inceptionbg/icons",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Icon set for Inception ecosystem",
5
5
  "type": "module",
6
6
  "exports": {