@inceptionbg/icons 1.0.7 → 1.0.8

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 = 'arrow-right-from-bracket';
5
+ const width = 512;
6
+ const height = 512;
7
+ const unicode = 'f08b';
8
+ const svgPathData =
9
+ 'M507.3 244.7l-144-144c-6.25-6.25-16.38-6.25-22.62 0s-6.25 16.38 0 22.62L457.4 240H176C167.2 240 160 247.2 160 256s7.156 16 16 16h281.4l-116.7 116.7c-6.25 6.25-6.25 16.38 0 22.62s16.38 6.25 22.62 0l144-144C510.4 264.2 512 260.1 512 256S510.4 247.8 507.3 244.7zM176 448h-96C53.53 448 32 426.5 32 400v-288C32 85.53 53.53 64 80 64h96C184.8 64 192 56.84 192 48S184.8 32 176 32h-96C35.88 32 0 67.88 0 112v288C0 444.1 35.88 480 80 480h96C184.8 480 192 472.8 192 464S184.8 448 176 448z';
10
+
11
+ export const faArrowRightFromBracket: 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 = 'briefcase';
5
+ const width = 512;
6
+ const height = 512;
7
+ const unicode = 'f0b1';
8
+ const svgPathData =
9
+ 'M448 96h-64V48C384 21.53 362.5 0 336 0h-160C149.5 0 128 21.53 128 48V96H64C28.65 96 0 124.7 0 160v256c0 35.35 28.65 64 64 64h384c35.35 0 64-28.65 64-64V160C512 124.7 483.3 96 448 96zM160 48C160 39.17 167.2 32 176 32h160C344.8 32 352 39.17 352 48V96H160V48zM480 416c0 17.64-14.36 32-32 32H64c-17.64 0-32-14.36-32-32V288h144v64c0 8.844 7.156 16 16 16h128c8.844 0 16-7.156 16-16V288H480V416zM208 336V288h96v48H208zM480 256H32V160c0-17.64 14.36-32 32-32h384c17.64 0 32 14.36 32 32V256z';
10
+
11
+ export const faBriefcase: 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 = 'business-time';
5
+ const width = 640;
6
+ const height = 512;
7
+ const unicode = 'f64a';
8
+ const svgPathData =
9
+ 'M0 160c0-35.3 28.7-64 64-64l64 0 0-48c0-26.5 21.5-48 48-48L336 0c26.5 0 48 21.5 48 48l0 48 64 0c35.3 0 64 28.7 64 64l0 32.7c-5.3-.5-10.6-.7-16-.7s-10.7 .2-16 .7l0-32.7c0-17.7-14.3-32-32-32l-80 0-224 0-80 0c-17.7 0-32 14.3-32 32l0 96 144 0 32 0 96 0 32 0 24.2 0c-8.1 9.8-15.2 20.6-21 32l-3.2 0 0 6.6c-9.7 21.1-15.4 44.5-15.9 69.1c-4.7 2.7-10.2 4.3-16.1 4.3l-96 0c-17.7 0-32-14.3-32-32l0-48L32 288l0 128c0 17.7 14.3 32 32 32l275.2 0c5.9 11.4 12.9 22.2 21.1 32L64 480c-35.3 0-64-28.7-64-64L0 160zM160 48l0 48 192 0 0-48c0-8.8-7.2-16-16-16L176 32c-8.8 0-16 7.2-16 16zm48 240l0 48 96 0 0-48-96 0zm144 80c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm32 0c0 61.9 50.1 112 112 112s112-50.1 112-112s-50.1-112-112-112s-112 50.1-112 112zm32 0c0-8.8 7.2-16 16-16l48 0 0-48c0-8.8 7.2-16 16-16s16 7.2 16 16l0 48 48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16z';
10
+
11
+ export const faBusinessPlus: 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 = 'calendar-days';
5
+ const width = 448;
6
+ const height = 512;
7
+ const unicode = 'f073';
8
+ const svgPathData =
9
+ 'M112 0C120.8 0 128 7.164 128 16V64H320V16C320 7.164 327.2 0 336 0C344.8 0 352 7.164 352 16V64H384C419.3 64 448 92.65 448 128V448C448 483.3 419.3 512 384 512H64C28.65 512 0 483.3 0 448V128C0 92.65 28.65 64 64 64H96V16C96 7.164 103.2 0 112 0zM416 192H312V264H416V192zM416 296H312V376H416V296zM416 408H312V480H384C401.7 480 416 465.7 416 448V408zM280 376V296H168V376H280zM168 480H280V408H168V480zM136 376V296H32V376H136zM32 408V448C32 465.7 46.33 480 64 480H136V408H32zM32 264H136V192H32V264zM168 264H280V192H168V264zM384 96H64C46.33 96 32 110.3 32 128V160H416V128C416 110.3 401.7 96 384 96z';
10
+
11
+ export const faCalendarDays: IconDefinition = {
12
+ prefix,
13
+ iconName,
14
+ icon: [width, height, [], unicode, svgPathData],
15
+ };
@@ -1,15 +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
- };
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
+ };
package/light/faClock.ts CHANGED
@@ -1,15 +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
- };
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
+ };
package/light/faFile.ts CHANGED
@@ -1,15 +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
- };
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
+ };
@@ -1,15 +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
- };
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
+ };
@@ -1,15 +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
- };
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
+ };
@@ -1,15 +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
- };
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
+ };
@@ -2,7 +2,7 @@ import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
2
2
 
3
3
  const prefix = 'fal';
4
4
  const iconName = 'newspaper';
5
- const width = 384;
5
+ const width = 512;
6
6
  const height = 512;
7
7
  const unicode = 'f1ea';
8
8
  const svgPathData =
package/light/faUser.ts CHANGED
@@ -1,15 +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
- };
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
+ };
@@ -0,0 +1,15 @@
1
+ import type { IconDefinition } from '@fortawesome/fontawesome-svg-core';
2
+
3
+ const prefix = 'fal';
4
+ const iconName = 'user-gear';
5
+ const width = 640;
6
+ const height = 512;
7
+ const unicode = 'f4fe';
8
+ const svgPathData =
9
+ 'M627.1 358.8l-16.67-9.625c.5-4.469 .7344-8.781 .7344-12.97c0-4.375-.25-8.781-.75-13.31l16.72-9.656c10.47-6.094 15.33-18.72 11.56-30.03c-7.188-21.66-18.48-41.25-33.59-58.31c-7.766-8.719-21.76-10.81-31.78-4.938l-17.28 9.969c-7-5.031-14.42-9.312-22.23-12.84V197.2c0-12-8.422-22.53-20.12-25.03c-22.5-4.75-44.86-4.75-67.51 0c-11.62 2.5-20.06 13.03-20.06 25.03v19.88c-7.797 3.531-15.23 7.812-22.22 12.84l-17.22-9.938c-10.19-5.938-24.17-3.75-31.89 4.969c-15.06 17-26.36 36.59-33.53 58.22c-3.781 11.34 1.078 23.97 11.58 30.06l16.69 9.656c-.5 4.531-.75 8.938-.75 13.31c0 4.188 .2344 8.5 .7344 12.97l-16.62 9.594c-10.55 6.031-15.44 18.69-11.64 30.06c7.203 21.66 18.48 41.25 33.47 58.13c7.686 8.844 21.83 10.94 31.9 5.156l16.98-9.812c7.045 5.094 14.58 9.438 22.51 13.03v19.5c0 12 8.438 22.53 20.14 25.03c11.25 2.375 22.59 3.562 33.72 3.562s22.47-1.188 33.79-3.562c11.62-2.5 20.05-13.03 20.05-25.03v-19.5c7.936-3.594 15.47-7.938 22.51-13.03l16.94 9.75c10.2 5.938 24.23 3.719 31.87-4.969c15.08-17 26.36-36.59 33.54-58.22C642.5 377.5 637.7 364.8 627.1 358.8zM577.3 317.5c1.156 6.062 1.906 12.31 1.906 18.72c0 6.312-.7656 12.44-1.891 18.44l-2.078 11.12l31.33 18.09c-5.188 13.78-12.5 26.47-21.81 37.84l-31.64-18.22l-8.609 7.438c-9.42 8.125-20.17 14.38-31.95 18.5l-10.7 3.75v36.38c-14.67 2.5-29.09 2.5-43.7 0v-36.38l-10.7-3.75c-11.8-4.156-22.53-10.38-31.94-18.5l-8.594-7.469l-31.65 18.25c-9.297-11.34-16.61-24.03-21.81-37.84l31.33-18.09l-2.078-11.12c-1.125-6-1.891-12.12-1.891-18.44c0-6.406 .75-12.66 1.906-18.72l2.125-11.16l-31.39-18.16c5.188-13.78 12.5-26.47 21.79-37.88l31.86 18.41l8.609-7.375c9.438-8.125 20.11-14.28 31.72-18.34l10.72-3.75V202.5c14.7-2.5 29.09-2.5 43.7 0v36.78l10.73 3.719c11.59 4.062 22.28 10.22 31.72 18.34l8.609 7.375l31.86-18.41c9.295 11.41 16.59 24.09 21.79 37.88l-31.39 18.16L577.3 317.5zM480 280c-30.87 0-55.1 25.12-55.1 56s25.12 56 55.1 56s55.1-25.12 55.1-56S510.9 280 480 280zM480 360c-13.23 0-24-10.78-24-24s10.77-24 24-24s23.1 10.78 23.1 24S493.2 360 480 360zM368 480H34.66C33.21 480 32 478.8 32 477.3C31.99 399.4 95.4 336 173.3 336H272C280.8 336 288 328.8 288 320c0-8.838-7.153-16-15.99-16H173.3C77.54 304-.1152 381.6 0 477.4C.0234 496.4 15.63 512 34.66 512H368c8.836 0 16-7.164 16-16C384 487.2 376.8 480 368 480zM224 256c70.7 0 128-57.31 128-128S294.7 0 224 0C153.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 32z';
10
+
11
+ export const faUserGear: IconDefinition = {
12
+ prefix,
13
+ iconName,
14
+ icon: [width, height, [], unicode, svgPathData],
15
+ };
package/light/index.ts CHANGED
@@ -2,6 +2,7 @@ export * from './faArrowDownShortWide';
2
2
  export * from './faArrowDownWideShort';
3
3
  export * from './faArrowLeft';
4
4
  export * from './faArrowRight';
5
+ export * from './faArrowRightFromBracket';
5
6
  export * from './faArrowsToLine';
6
7
  export * from './faArrowsUpDown';
7
8
  export * from './faArrowUpArrowDown';
@@ -9,6 +10,9 @@ export * from './faArrowUpRightFromSquare';
9
10
  export * from './faBell';
10
11
  export * from './faBookmark';
11
12
  export * from './faBookmarkSlash';
13
+ export * from './faBriefcase';
14
+ export * from './faBusinessPlus';
15
+ export * from './faCalendarDays';
12
16
  export * from './faCalendarPlus';
13
17
  export * from './faCheck';
14
18
  export * from './faChevronDown';
@@ -45,5 +49,6 @@ export * from './faSignature';
45
49
  export * from './faTrashCan';
46
50
  export * from './faTriangleExclamation';
47
51
  export * from './faUser';
52
+ export * from './faUserGear';
48
53
  export * from './faXmark';
49
54
  export * from './faXmarkLarge';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inceptionbg/icons",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Icon set for Inception ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -0,0 +1,15 @@
1
+ import type { IconDefinition } from "@fortawesome/fontawesome-svg-core";
2
+
3
+ const prefix = "far";
4
+ const iconName = "plus";
5
+ const width = 448;
6
+ const height = 512;
7
+ const unicode = "2b";
8
+ const svgPathData =
9
+ "M432 256C432 269.3 421.3 280 408 280h-160v160c0 13.25-10.75 24.01-24 24.01S200 453.3 200 440v-160h-160c-13.25 0-24-10.74-24-23.99C16 242.8 26.75 232 40 232h160v-160c0-13.25 10.75-23.99 24-23.99S248 58.75 248 72v160h160C421.3 232 432 242.8 432 256z";
10
+
11
+ export const faPlus: IconDefinition = {
12
+ prefix,
13
+ iconName,
14
+ icon: [width, height, [], unicode, svgPathData],
15
+ };
@@ -1,15 +1,15 @@
1
- import type { IconDefinition } from "@fortawesome/fontawesome-svg-core";
2
-
3
- const prefix = "far";
4
- const iconName = "xmark";
5
- const width = 320;
6
- const height = 512;
7
- const unicode = "f00d";
8
- const svgPathData =
9
- "M312.1 375c9.369 9.369 9.369 24.57 0 33.94s-24.57 9.369-33.94 0L160 289.9l-119 119c-9.369 9.369-24.57 9.369-33.94 0s-9.369-24.57 0-33.94L126.1 256L7.027 136.1c-9.369-9.369-9.369-24.57 0-33.94s24.57-9.369 33.94 0L160 222.1l119-119c9.369-9.369 24.57-9.369 33.94 0s9.369 24.57 0 33.94L193.9 256L312.1 375z";
10
-
11
- export const faXmark: IconDefinition = {
12
- prefix,
13
- iconName,
14
- icon: [width, height, [], unicode, svgPathData],
15
- };
1
+ import type { IconDefinition } from "@fortawesome/fontawesome-svg-core";
2
+
3
+ const prefix = "far";
4
+ const iconName = "xmark";
5
+ const width = 320;
6
+ const height = 512;
7
+ const unicode = "f00d";
8
+ const svgPathData =
9
+ "M312.1 375c9.369 9.369 9.369 24.57 0 33.94s-24.57 9.369-33.94 0L160 289.9l-119 119c-9.369 9.369-24.57 9.369-33.94 0s-9.369-24.57 0-33.94L126.1 256L7.027 136.1c-9.369-9.369-9.369-24.57 0-33.94s24.57-9.369 33.94 0L160 222.1l119-119c9.369-9.369 24.57-9.369 33.94 0s9.369 24.57 0 33.94L193.9 256L312.1 375z";
10
+
11
+ export const faXmark: IconDefinition = {
12
+ prefix,
13
+ iconName,
14
+ icon: [width, height, [], unicode, svgPathData],
15
+ };
package/regular/index.ts CHANGED
@@ -4,4 +4,5 @@ export * from './faArrowLeft';
4
4
  export * from './faDownload';
5
5
  export * from './faMagnifyingGlassMinus';
6
6
  export * from './faMagnifyingGlassPlus';
7
+ export * from './faPlus';
7
8
  export * from './faXmark';