@invopop/ui-icons 0.0.85 → 0.0.87

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 CHANGED
@@ -18,6 +18,8 @@ Upload generated code to the repository to ensure it can be used directly by Go.
18
18
 
19
19
  The icons are automatically built and published to npm when changes are pushed to the `themes/` folder.
20
20
 
21
+ To preview the icons locally, you can `npm run build:icons` and then `netlify dev` to open a preview server.
22
+
21
23
  #### Installation
22
24
 
23
25
  ```bash
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  import type { IconSource } from "./types.js";
2
2
  export type { IconSource };
3
+ export declare const Activity: IconSource;
3
4
  export declare const AddCircle: IconSource;
4
5
  export declare const Add: IconSource;
5
6
  export declare const Alert: IconSource;
@@ -38,6 +39,7 @@ export declare const CrumpledPaper: IconSource;
38
39
  export declare const Cube: IconSource;
39
40
  export declare const Dashboard: IconSource;
40
41
  export declare const Delete: IconSource;
42
+ export declare const Domain: IconSource;
41
43
  export declare const DoubleArrow: IconSource;
42
44
  export declare const Download: IconSource;
43
45
  export declare const Drag: IconSource;
package/dist/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ export const Activity = { "default": { "a": { "fill": "none", "viewBox": "0 0 16 16" }, "path": [{ "fill": "currentColor", "d": "M5.428 3.4c.25-.698 1.194-.73 1.516-.114L7 3.417l2.795 8.39 1.3-3.61.042-.102a1.39 1.39 0 0 1 1.265-.817h2.042a.5.5 0 1 1 0 1h-2.042a.39.39 0 0 0-.366.256l.001.001-1.464 4.067c-.267.743-1.323.729-1.573-.019l-2.796-8.39-1.3 3.612a1.39 1.39 0 0 1-1.306.918H1.556a.5.5 0 0 1 0-1h2.042a.39.39 0 0 0 .366-.257z" }] } };
1
2
  export const AddCircle = { "default": { "a": { "fill": "none", "viewBox": "0 0 16 16" }, "path": [{ "fill": "currentColor", "d": "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2Zm0 2.5a.5.5 0 0 1 .5.5v2.505H11a.5.5 0 0 1 0 1H8.5V11a.5.5 0 0 1-1 0V8.505H5a.5.5 0 1 1 0-1h2.5V5a.5.5 0 0 1 .5-.5Z" }] } };
2
3
  export const Add = { "default": { "a": { "fill": "none", "viewBox": "0 0 16 16" }, "path": [{ "fill": "currentColor", "d": "M8 2.5a.5.5 0 0 1 .5.5v4.5H13a.5.5 0 0 1 0 1H8.5V13a.5.5 0 0 1-1 0V8.5H3a.5.5 0 0 1 0-1h4.5V3a.5.5 0 0 1 .5-.5Z" }] } };
3
4
  export const Alert = { "default": { "a": { "fill": "none", "viewBox": "0 0 16 16" }, "path": [{ "fill": "currentColor", "d": "M8 15.005a7 7 0 1 1 0-14 7 7 0 0 1 0 14Zm.5-6v-5h-1v5h1Zm-.5 3a.75.75 0 1 0-.002-1.502A.75.75 0 0 0 8 12.005Z" }] } };
@@ -36,6 +37,7 @@ export const CrumpledPaper = { "default": { "a": { "fill": "none", "viewBox": "0
36
37
  export const Cube = { "default": { "a": { "fill": "none", "viewBox": "0 0 20 20" }, "path": [{ "fill": "currentColor", "fill-rule": "evenodd", "d": "M4.977 3.92a.565.565 0 0 1 .505-.312H9.45v2.37H3.948L4.977 3.92Zm5.572 2.058v-2.37h3.966c.214 0 .41.12.506.312l1.029 2.058h-5.501Zm-.55 1.1h6.39v7.63a1.68 1.68 0 0 1-1.68 1.682h-9.42a1.68 1.68 0 0 1-1.681-1.681v-7.63h6.39Zm-4.517-4.57c-.63 0-1.207.356-1.49.92L2.567 6.282a.55.55 0 0 0-.058.246v8.18a2.78 2.78 0 0 0 2.78 2.782h9.42a2.78 2.78 0 0 0 2.782-2.781v-8.18a.55.55 0 0 0-.058-.247l-1.427-2.854a1.665 1.665 0 0 0-1.49-.92H5.482Zm2.203 8.04h4.627v-1.1H7.685v1.1Z", "clip-rule": "evenodd" }] } };
37
38
  export const Dashboard = { "default": { "a": { "fill": "none", "viewBox": "0 0 16 16" }, "path": [{ "fill": "currentColor", "d": "M8 1c.864 0 1.693.157 2.459.444a.5.5 0 0 1-.352.937 6 6 0 1 0 3.512 3.51.5.5 0 0 1 .937-.351A7 7 0 1 1 8 1Zm4.646 1.646a.5.5 0 1 1 .707.708L10.085 6.62a2.5 2.5 0 1 1-.707-.707l3.268-3.268ZM8 6.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z" }] } };
38
39
  export const Delete = { "default": { "a": { "fill": "none", "viewBox": "0 0 16 16" }, "path": [{ "fill": "currentColor", "d": "M10.153 1.008A1.5 1.5 0 0 1 11.5 2.5V4h3a.5.5 0 0 1 0 1H13v7.5a2.5 2.5 0 0 1-2.5 2.5h-5A2.5 2.5 0 0 1 3 12.5V5H1.5a.5.5 0 0 1 0-1h3V2.5A1.5 1.5 0 0 1 6 1h4l.153.008ZM4 5v7.5A1.5 1.5 0 0 0 5.5 14h5a1.5 1.5 0 0 0 1.5-1.5V5H4Zm2.5 2a.5.5 0 0 1 .5.5V11a.5.5 0 0 1-1 0V7.5a.5.5 0 0 1 .5-.5Zm3 0a.5.5 0 0 1 .5.5V11a.5.5 0 0 1-1 0V7.5a.5.5 0 0 1 .5-.5ZM6 2a.5.5 0 0 0-.5.5V4h5V2.5a.5.5 0 0 0-.4-.49L10 2H6Z" }] } };
40
+ export const Domain = { "default": { "a": { "fill": "none", "viewBox": "0 0 16 16" }, "path": [{ "fill": "currentColor", "d": "m7.998 1.055.356.01a6.943 6.943 0 0 1-.356 13.875l-.357-.01a6.94 6.94 0 0 1-6.585-6.92l-.001-.012v-.013a6.943 6.943 0 0 1 6.943-6.93M5.842 8.498c.05 1.526.326 2.878.733 3.863.227.547.483.958.742 1.223.258.264.488.356.681.356.192 0 .422-.093.68-.356.26-.265.517-.676.743-1.223.407-.985.682-2.337.732-3.863zm5.311 0c-.05 1.633-.343 3.12-.808 4.246-.133.32-.283.618-.449.884a5.94 5.94 0 0 0 4.022-5.13zm-9.076 0a5.94 5.94 0 0 0 4.02 5.129 6 6 0 0 1-.447-.883c-.465-1.126-.758-2.613-.808-4.246zm7.82-6.132c.165.266.315.564.448.884.466 1.126.758 2.615.808 4.248h2.765a5.95 5.95 0 0 0-4.022-5.132m-3.8.001a5.95 5.95 0 0 0-4.02 5.131h2.765c.05-1.633.342-3.122.808-4.248.133-.32.281-.617.447-.883m1.901-.312c-.192 0-.423.092-.68.355-.26.265-.517.676-.743 1.223-.408.985-.683 2.339-.733 3.865h4.311c-.05-1.526-.324-2.88-.732-3.865-.226-.547-.484-.958-.743-1.223-.258-.263-.488-.355-.68-.355" }] } };
39
41
  export const DoubleArrow = { "default": { "a": { "fill": "none", "viewBox": "0 0 16 16" }, "path": [{ "fill": "currentColor", "d": "M11.146 9.647a.5.5 0 1 1 .707.707l-3.5 3.5a.5.5 0 0 1-.707 0l-3.5-3.5a.5.5 0 1 1 .708-.707L8 12.793l3.146-3.146Zm-3.5-7.5a.5.5 0 0 1 .708 0l3.5 3.5a.5.5 0 1 1-.707.707L8 3.207 4.854 6.354a.5.5 0 0 1-.708-.707l3.5-3.5Z" }] } };
40
42
  export const Download = { "default": { "a": { "fill": "none", "viewBox": "0 0 16 16" }, "path": [{ "fill": "currentColor", "d": "M14.5 9a.5.5 0 0 1 .5.5v3a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 12.5v-3a.5.5 0 0 1 1 0v3A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5v-3a.5.5 0 0 1 .5-.5ZM8.001 1a.5.5 0 0 1 .5.5L8.5 9.184l3.126-3.516a.5.5 0 0 1 .748.664l-4 4.5c-.003.004-.008.006-.012.01a.497.497 0 0 1-.05.046l-.023.018a.478.478 0 0 1-.064.038c-.009.004-.016.01-.025.013a.496.496 0 0 1-.401 0c-.01-.004-.018-.01-.028-.015a.493.493 0 0 1-.06-.035l-.032-.026a.498.498 0 0 1-.042-.04c-.004-.003-.008-.005-.011-.009l-4-4.5a.5.5 0 0 1 .748-.664L7.5 9.185 7.501 1.5a.5.5 0 0 1 .5-.5Z" }] } };
41
43
  export const Drag = { "default": { "a": { "fill": "none", "viewBox": "0 0 16 16" }, "path": [{ "fill": "currentColor", "d": "M13.5 11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1h11Zm0-3.5a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1h11Zm0-3.5a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1h11Z" }] } };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@invopop/ui-icons",
3
3
  "description": "Icon Sources (based on template) built for @steeze-ui/icons",
4
- "version": "0.0.85",
4
+ "version": "0.0.87",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
7
7
  "build": "npm run package && vite build",