@fluid-topics/ftds-icon 2.1.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.
- package/README.md +33 -0
- package/build/define.d.ts +1 -0
- package/build/define.js +3 -0
- package/build/definitions.d.ts +5 -0
- package/build/definitions.js +4 -0
- package/build/ftds-icon.d.ts +13 -0
- package/build/ftds-icon.js +55 -0
- package/build/ftds-icon.light.js +585 -0
- package/build/ftds-icon.min.js +742 -0
- package/build/ftds-icon.properties.d.ts +11 -0
- package/build/ftds-icon.properties.js +6 -0
- package/build/ftds-icon.styles.d.ts +4 -0
- package/build/ftds-icon.styles.js +26 -0
- package/build/ftds-icons-definition.d.ts +4 -0
- package/build/ftds-icons-definition.js +295 -0
- package/build/ftds-icons.d.ts +265 -0
- package/build/ftds-icons.js +530 -0
- package/build/index.d.ts +5 -0
- package/build/index.js +5 -0
- package/package.json +30 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FtdsIcons } from "./ftds-icons";
|
|
2
|
+
export declare enum FtdsIconVariants {
|
|
3
|
+
regular = "regular",
|
|
4
|
+
solid = "solid",
|
|
5
|
+
custom = "custom"
|
|
6
|
+
}
|
|
7
|
+
export interface FtdsIconProperties {
|
|
8
|
+
variant?: FtdsIconVariants;
|
|
9
|
+
icon?: FtdsIcons;
|
|
10
|
+
monospace?: boolean;
|
|
11
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { css } from "lit";
|
|
2
|
+
import { FtCssVariableFactory, noTextSelect, } from "@fluid-topics/ft-wc-utils";
|
|
3
|
+
export const FtdsIconCssVariables = {
|
|
4
|
+
size: FtCssVariableFactory.create("--ftds-icon-font-size", "", "SIZE", "24px"),
|
|
5
|
+
};
|
|
6
|
+
// language=css
|
|
7
|
+
export const dsStyles = [
|
|
8
|
+
css `
|
|
9
|
+
:host {
|
|
10
|
+
display: inline-flex;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.ftds-icon {
|
|
14
|
+
display: inline-flex;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
svg {
|
|
18
|
+
height: ${FtdsIconCssVariables.size};
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.ftds-icon--monospace svg {
|
|
22
|
+
width: ${FtdsIconCssVariables.size};
|
|
23
|
+
}
|
|
24
|
+
`,
|
|
25
|
+
noTextSelect,
|
|
26
|
+
];
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { IconDefinition } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
+
export type IconPrefix = "fak" | "fas" | "far";
|
|
3
|
+
export type IconName = "lock-keyhole" | "link-simple-slash" | "table-layout" | "layer-group" | "circle-info" | "bars-progress" | "code-compare" | "arrow-turn-right" | "hourglass-end" | "box-archive" | "arrows-rotate" | "circle-dot" | "angles-left" | "route" | "bars" | "arrow-down" | "lock-keyhole-open" | "desktop" | "angles-right" | "piggy-bank" | "angle-up" | "square" | "pen-nib" | "arrow-up-right-from-square" | "grid-2" | "books" | "tag" | "angles-up-down" | "arrow-rotate-left" | "eye-slash" | "circle-dollar" | "compress" | "radar" | "arrow-rotate-right" | "chart-network" | "plus" | "underline" | "arrow-left" | "upload" | "arrows-to-line" | "globe" | "language" | "person-chalkboard" | "toggle-on" | "download" | "crosshairs" | "message-quote" | "file-html" | "triangle-exclamation" | "star" | "bell-slash" | "hourglass-half" | "inbox" | "comment-dots" | "angle-down" | "cloud-arrow-down" | "bookmark-slash" | "link-simple" | "clock-rotate-left" | "plug" | "chart-simple" | "circle-play" | "file-magnifying-glass" | "pen" | "tablet" | "circle-check" | "file-invoice" | "xmark" | "arrow-right" | "bookmark" | "expand-wide" | "user" | "server" | "calendar-range" | "broom-wide" | "house" | "arrows-up-down-left-right" | "wifi-slash" | "user-lock" | "check" | "italic" | "life-ring" | "table-cells" | "trash-can" | "wrench" | "paperclip" | "cabinet-filing" | "arrow-up" | "file" | "circle-question" | "columns-3" | "gear" | "circle-arrow-down" | "chart-line" | "thumbs-up" | "hand" | "circle" | "calendar-day" | "cloud" | "list-tree" | "arrows-maximize" | "angle-right" | "sparkles" | "code" | "align-center" | "comment-question" | "image" | "arrow-up-right-and-arrow-down-left-from-center" | "thumbs-down" | "diagram-sankey" | "message-check" | "bold" | "circle-stop" | "arrow-right-to-bracket" | "users" | "arrow-turn-down-right" | "print" | "align-right" | "flask" | "magnifying-glass-plus" | "photo-film" | "shield-check" | "strikethrough" | "folder-open" | "clone" | "heart" | "paper-plane" | "magnifying-glass-minus" | "book" | "clock" | "ellipsis-vertical" | "arrow-right-to-line" | "angle-left" | "calendar-circle-exclamation" | "expand" | "equals" | "receipt" | "eye" | "align-left" | "paintbrush" | "key" | "palette" | "floppy-disk" | "magnifying-glass" | "ellipsis" | "share-nodes" | "arrows-from-line" | "power-off" | "envelope-open-text" | "circle-pause" | "mobile" | "bell" | "hyphen" | "filter" | "medal" | "cloud-slash" | "arrow-turn-left" | "minus" | "paste" | "calendar-check" | "sort-down" | "hexagon-xmark" | "caret-large-down" | "pause" | "chart-mixed" | "caret-large-left" | "caret-down" | "robot" | "wand-magic-sparkles" | "hexagon-exclamation" | "cubes" | "turn-right" | "caret-large-up" | "square-info" | "sort" | "message-bot" | "play" | "turn-left" | "octagon-xmark" | "address-card" | "crown" | "square-check" | "spinner-scale" | "grip-lines" | "chart-area" | "trash" | "sort-up" | "user-tie" | "caret-large-right" | "circle-small" | "square-minus" | "square-poll-vertical-regular" | "preview-regular" | "language-slash-regular" | "circle-user-circle-check-solid" | "folder-open-lock-regular" | "table-cells-slash-regular" | "pip-wide-regular" | "cloud-slash-gear-regular" | "circle-dashed-dollar-question-regular" | "paper-plane-regular" | "cabinet-filing-floppy-disk-regular" | "user-gear-regular" | "chart-bar-stacked-regular" | "code-compare-solid" | "file-rotate-right-solid" | "consumer-regular" | "house-magnifying-glass-regular" | "left-panel-solid" | "list-magnifying-glass-regular" | "thumbs-up-thumbs-down-solid" | "scheduled-regular" | "wand-magic-sparkles-regular" | "hourglass-end-regular" | "file-lines-gear-regular" | "user-lock-regular" | "hourglass-half-circle-check-regular" | "context-menu-cursor-regular" | "bars-progress-regular" | "hourglass-half-regular" | "paper-plane-slash-regular" | "binder-open-arrow-right-regular" | "bell-circle-plus-regular" | "diagram-sunburst-regular" | "bullets-line-regular" | "language-circle-exclamation-regular" | "message-bot-circle-bot-solid" | "mobile-landscape-regular" | "binder-open-pen-regular" | "threshold-regular" | "bookmark-circle-plus-regular" | "shared-solid" | "binder-open-regular" | "book-open-gear-regular" | "circle-arrow-down-slash-regular" | "binder-open-arrow-left-regular" | "left-panel-regular" | "format-clear-regular" | "magnifying-glass-one-regular" | "circle-dollar-slash-regular" | "translation-sparkle-solid" | "pip-regular" | "server-circle-arrow-down-regular" | "chart-bar-grouped-regular" | "language-regular" | "computer-mouse-magnifying-glass-regular" | "user-circle-check-regular" | "clone-link-simple-regular" | "chart-line-user-regular" | "context-regular" | "bullets-lines-regular" | "magnifying-glass-floppy-disk-regular" | "book-open-gear-slash-regular" | "bookmark-circle-minus-regular" | "circle-user-slash-solid" | "tablet-landscape-regular" | "box-html-regular" | "magnifying-glass-back-regular" | "chart-bar-normalized-regular";
|
|
4
|
+
export declare const all: IconDefinition[];
|