@blueprintjs/icons 5.19.1 → 5.21.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/changelog/@unreleased/pr-7320.v2.yml +5 -0
- package/changelog/@unreleased/pr-7338.v2.yml +5 -0
- package/changelog/@unreleased/pr-7398.v2.yml +5 -0
- package/dist/blueprint-icons-split-paths-by-size-loader.bundle.js +1 -1
- package/dist/icons.bundle.js +1 -1
- package/icons.json +56 -0
- package/lib/cjs/generated/16px/blueprint-icons-16.d.ts +10 -2
- package/lib/cjs/generated/16px/blueprint-icons-16.js +16 -0
- package/lib/cjs/generated/16px/blueprint-icons-16.js.map +1 -1
- package/lib/cjs/generated/16px/paths/add-child.d.ts +2 -0
- package/lib/cjs/generated/16px/paths/add-child.js +4 -0
- package/lib/cjs/generated/16px/paths/add-child.js.map +1 -0
- package/lib/cjs/generated/16px/paths/add-parent.d.ts +2 -0
- package/lib/cjs/generated/16px/paths/add-parent.js +4 -0
- package/lib/cjs/generated/16px/paths/add-parent.js.map +1 -0
- package/lib/cjs/generated/16px/paths/delete-clip.d.ts +2 -0
- package/lib/cjs/generated/16px/paths/delete-clip.js +4 -0
- package/lib/cjs/generated/16px/paths/delete-clip.js.map +1 -0
- package/lib/cjs/generated/16px/paths/document-code.d.ts +2 -0
- package/lib/cjs/generated/16px/paths/document-code.js +4 -0
- package/lib/cjs/generated/16px/paths/document-code.js.map +1 -0
- package/lib/cjs/generated/16px/paths/document-locked.d.ts +2 -0
- package/lib/cjs/generated/16px/paths/document-locked.js +4 -0
- package/lib/cjs/generated/16px/paths/document-locked.js.map +1 -0
- package/lib/cjs/generated/16px/paths/gift-box.d.ts +2 -0
- package/lib/cjs/generated/16px/paths/gift-box.js +4 -0
- package/lib/cjs/generated/16px/paths/gift-box.js.map +1 -0
- package/lib/cjs/generated/16px/paths/index.d.ts +8 -0
- package/lib/cjs/generated/16px/paths/index.js +30 -14
- package/lib/cjs/generated/16px/paths/index.js.map +1 -1
- package/lib/cjs/generated/16px/paths/root-folder.d.ts +2 -0
- package/lib/cjs/generated/16px/paths/root-folder.js +4 -0
- package/lib/cjs/generated/16px/paths/root-folder.js.map +1 -0
- package/lib/cjs/generated/16px/paths/sweep.d.ts +2 -0
- package/lib/cjs/generated/16px/paths/sweep.js +4 -0
- package/lib/cjs/generated/16px/paths/sweep.js.map +1 -0
- package/lib/cjs/generated/20px/blueprint-icons-20.d.ts +10 -2
- package/lib/cjs/generated/20px/blueprint-icons-20.js +16 -0
- package/lib/cjs/generated/20px/blueprint-icons-20.js.map +1 -1
- package/lib/cjs/generated/20px/paths/add-child.d.ts +2 -0
- package/lib/cjs/generated/20px/paths/add-child.js +4 -0
- package/lib/cjs/generated/20px/paths/add-child.js.map +1 -0
- package/lib/cjs/generated/20px/paths/add-parent.d.ts +2 -0
- package/lib/cjs/generated/20px/paths/add-parent.js +4 -0
- package/lib/cjs/generated/20px/paths/add-parent.js.map +1 -0
- package/lib/cjs/generated/20px/paths/delete-clip.d.ts +2 -0
- package/lib/cjs/generated/20px/paths/delete-clip.js +4 -0
- package/lib/cjs/generated/20px/paths/delete-clip.js.map +1 -0
- package/lib/cjs/generated/20px/paths/document-code.d.ts +2 -0
- package/lib/cjs/generated/20px/paths/document-code.js +4 -0
- package/lib/cjs/generated/20px/paths/document-code.js.map +1 -0
- package/lib/cjs/generated/20px/paths/document-locked.d.ts +2 -0
- package/lib/cjs/generated/20px/paths/document-locked.js +4 -0
- package/lib/cjs/generated/20px/paths/document-locked.js.map +1 -0
- package/lib/cjs/generated/20px/paths/gift-box.d.ts +2 -0
- package/lib/cjs/generated/20px/paths/gift-box.js +4 -0
- package/lib/cjs/generated/20px/paths/gift-box.js.map +1 -0
- package/lib/cjs/generated/20px/paths/index.d.ts +8 -0
- package/lib/cjs/generated/20px/paths/index.js +30 -14
- package/lib/cjs/generated/20px/paths/index.js.map +1 -1
- package/lib/cjs/generated/20px/paths/root-folder.d.ts +2 -0
- package/lib/cjs/generated/20px/paths/root-folder.js +4 -0
- package/lib/cjs/generated/20px/paths/root-folder.js.map +1 -0
- package/lib/cjs/generated/20px/paths/sweep.d.ts +2 -0
- package/lib/cjs/generated/20px/paths/sweep.js +4 -0
- package/lib/cjs/generated/20px/paths/sweep.js.map +1 -0
- package/lib/cjs/generated/components/add-child.d.ts +4 -0
- package/lib/cjs/generated/components/add-child.js +35 -0
- package/lib/cjs/generated/components/add-child.js.map +1 -0
- package/lib/cjs/generated/components/add-parent.d.ts +4 -0
- package/lib/cjs/generated/components/add-parent.js +35 -0
- package/lib/cjs/generated/components/add-parent.js.map +1 -0
- package/lib/cjs/generated/components/delete-clip.d.ts +4 -0
- package/lib/cjs/generated/components/delete-clip.js +35 -0
- package/lib/cjs/generated/components/delete-clip.js.map +1 -0
- package/lib/cjs/generated/components/document-code.d.ts +4 -0
- package/lib/cjs/generated/components/document-code.js +35 -0
- package/lib/cjs/generated/components/document-code.js.map +1 -0
- package/lib/cjs/generated/components/document-locked.d.ts +4 -0
- package/lib/cjs/generated/components/document-locked.js +35 -0
- package/lib/cjs/generated/components/document-locked.js.map +1 -0
- package/lib/cjs/generated/components/gift-box.d.ts +4 -0
- package/lib/cjs/generated/components/gift-box.js +35 -0
- package/lib/cjs/generated/components/gift-box.js.map +1 -0
- package/lib/cjs/generated/components/index.d.ts +8 -0
- package/lib/cjs/generated/components/index.js +30 -14
- package/lib/cjs/generated/components/index.js.map +1 -1
- package/lib/cjs/generated/components/root-folder.d.ts +4 -0
- package/lib/cjs/generated/components/root-folder.js +35 -0
- package/lib/cjs/generated/components/root-folder.js.map +1 -0
- package/lib/cjs/generated/components/sweep.d.ts +4 -0
- package/lib/cjs/generated/components/sweep.js +35 -0
- package/lib/cjs/generated/components/sweep.js.map +1 -0
- package/lib/cjs/generated/index.d.ts +8 -0
- package/lib/cjs/generated/index.js +30 -14
- package/lib/cjs/generated/index.js.map +1 -1
- package/lib/cjs/iconCodepoints.d.ts +8 -0
- package/lib/cjs/iconNames.d.ts +16 -0
- package/lib/css/blueprint-icons-16.eot +0 -0
- package/lib/css/blueprint-icons-16.svg +24 -0
- package/lib/css/blueprint-icons-16.ttf +0 -0
- package/lib/css/blueprint-icons-16.woff +0 -0
- package/lib/css/blueprint-icons-16.woff2 +0 -0
- package/lib/css/blueprint-icons-20.eot +0 -0
- package/lib/css/blueprint-icons-20.svg +24 -0
- package/lib/css/blueprint-icons-20.ttf +0 -0
- package/lib/css/blueprint-icons-20.woff +0 -0
- package/lib/css/blueprint-icons-20.woff2 +0 -0
- package/lib/css/blueprint-icons.css +2 -2
- package/lib/css/blueprint-icons.css.map +1 -1
- package/lib/esm/generated/16px/blueprint-icons-16.d.ts +10 -2
- package/lib/esm/generated/16px/blueprint-icons-16.js +16 -0
- package/lib/esm/generated/16px/blueprint-icons-16.js.map +1 -1
- package/lib/esm/generated/16px/paths/add-child.d.ts +2 -0
- package/lib/esm/generated/16px/paths/add-child.js +2 -0
- package/lib/esm/generated/16px/paths/add-child.js.map +1 -0
- package/lib/esm/generated/16px/paths/add-parent.d.ts +2 -0
- package/lib/esm/generated/16px/paths/add-parent.js +2 -0
- package/lib/esm/generated/16px/paths/add-parent.js.map +1 -0
- package/lib/esm/generated/16px/paths/delete-clip.d.ts +2 -0
- package/lib/esm/generated/16px/paths/delete-clip.js +2 -0
- package/lib/esm/generated/16px/paths/delete-clip.js.map +1 -0
- package/lib/esm/generated/16px/paths/document-code.d.ts +2 -0
- package/lib/esm/generated/16px/paths/document-code.js +2 -0
- package/lib/esm/generated/16px/paths/document-code.js.map +1 -0
- package/lib/esm/generated/16px/paths/document-locked.d.ts +2 -0
- package/lib/esm/generated/16px/paths/document-locked.js +2 -0
- package/lib/esm/generated/16px/paths/document-locked.js.map +1 -0
- package/lib/esm/generated/16px/paths/gift-box.d.ts +2 -0
- package/lib/esm/generated/16px/paths/gift-box.js +2 -0
- package/lib/esm/generated/16px/paths/gift-box.js.map +1 -0
- package/lib/esm/generated/16px/paths/index.d.ts +8 -0
- package/lib/esm/generated/16px/paths/index.js +8 -0
- package/lib/esm/generated/16px/paths/index.js.map +1 -1
- package/lib/esm/generated/16px/paths/root-folder.d.ts +2 -0
- package/lib/esm/generated/16px/paths/root-folder.js +2 -0
- package/lib/esm/generated/16px/paths/root-folder.js.map +1 -0
- package/lib/esm/generated/16px/paths/sweep.d.ts +2 -0
- package/lib/esm/generated/16px/paths/sweep.js +2 -0
- package/lib/esm/generated/16px/paths/sweep.js.map +1 -0
- package/lib/esm/generated/20px/blueprint-icons-20.d.ts +10 -2
- package/lib/esm/generated/20px/blueprint-icons-20.js +16 -0
- package/lib/esm/generated/20px/blueprint-icons-20.js.map +1 -1
- package/lib/esm/generated/20px/paths/add-child.d.ts +2 -0
- package/lib/esm/generated/20px/paths/add-child.js +2 -0
- package/lib/esm/generated/20px/paths/add-child.js.map +1 -0
- package/lib/esm/generated/20px/paths/add-parent.d.ts +2 -0
- package/lib/esm/generated/20px/paths/add-parent.js +2 -0
- package/lib/esm/generated/20px/paths/add-parent.js.map +1 -0
- package/lib/esm/generated/20px/paths/delete-clip.d.ts +2 -0
- package/lib/esm/generated/20px/paths/delete-clip.js +2 -0
- package/lib/esm/generated/20px/paths/delete-clip.js.map +1 -0
- package/lib/esm/generated/20px/paths/document-code.d.ts +2 -0
- package/lib/esm/generated/20px/paths/document-code.js +2 -0
- package/lib/esm/generated/20px/paths/document-code.js.map +1 -0
- package/lib/esm/generated/20px/paths/document-locked.d.ts +2 -0
- package/lib/esm/generated/20px/paths/document-locked.js +2 -0
- package/lib/esm/generated/20px/paths/document-locked.js.map +1 -0
- package/lib/esm/generated/20px/paths/gift-box.d.ts +2 -0
- package/lib/esm/generated/20px/paths/gift-box.js +2 -0
- package/lib/esm/generated/20px/paths/gift-box.js.map +1 -0
- package/lib/esm/generated/20px/paths/index.d.ts +8 -0
- package/lib/esm/generated/20px/paths/index.js +8 -0
- package/lib/esm/generated/20px/paths/index.js.map +1 -1
- package/lib/esm/generated/20px/paths/root-folder.d.ts +2 -0
- package/lib/esm/generated/20px/paths/root-folder.js +2 -0
- package/lib/esm/generated/20px/paths/root-folder.js.map +1 -0
- package/lib/esm/generated/20px/paths/sweep.d.ts +2 -0
- package/lib/esm/generated/20px/paths/sweep.js +2 -0
- package/lib/esm/generated/20px/paths/sweep.js.map +1 -0
- package/lib/esm/generated/components/add-child.d.ts +4 -0
- package/lib/esm/generated/components/add-child.js +32 -0
- package/lib/esm/generated/components/add-child.js.map +1 -0
- package/lib/esm/generated/components/add-parent.d.ts +4 -0
- package/lib/esm/generated/components/add-parent.js +32 -0
- package/lib/esm/generated/components/add-parent.js.map +1 -0
- package/lib/esm/generated/components/delete-clip.d.ts +4 -0
- package/lib/esm/generated/components/delete-clip.js +32 -0
- package/lib/esm/generated/components/delete-clip.js.map +1 -0
- package/lib/esm/generated/components/document-code.d.ts +4 -0
- package/lib/esm/generated/components/document-code.js +32 -0
- package/lib/esm/generated/components/document-code.js.map +1 -0
- package/lib/esm/generated/components/document-locked.d.ts +4 -0
- package/lib/esm/generated/components/document-locked.js +32 -0
- package/lib/esm/generated/components/document-locked.js.map +1 -0
- package/lib/esm/generated/components/gift-box.d.ts +4 -0
- package/lib/esm/generated/components/gift-box.js +32 -0
- package/lib/esm/generated/components/gift-box.js.map +1 -0
- package/lib/esm/generated/components/index.d.ts +8 -0
- package/lib/esm/generated/components/index.js +8 -0
- package/lib/esm/generated/components/index.js.map +1 -1
- package/lib/esm/generated/components/root-folder.d.ts +4 -0
- package/lib/esm/generated/components/root-folder.js +32 -0
- package/lib/esm/generated/components/root-folder.js.map +1 -0
- package/lib/esm/generated/components/sweep.d.ts +4 -0
- package/lib/esm/generated/components/sweep.js +32 -0
- package/lib/esm/generated/components/sweep.js.map +1 -0
- package/lib/esm/generated/index.d.ts +8 -0
- package/lib/esm/generated/index.js +8 -0
- package/lib/esm/generated/index.js.map +1 -1
- package/lib/esm/iconCodepoints.d.ts +8 -0
- package/lib/esm/iconNames.d.ts +16 -0
- package/lib/esnext/generated/16px/blueprint-icons-16.d.ts +10 -2
- package/lib/esnext/generated/16px/blueprint-icons-16.js +16 -0
- package/lib/esnext/generated/16px/blueprint-icons-16.js.map +1 -1
- package/lib/esnext/generated/16px/paths/add-child.d.ts +2 -0
- package/lib/esnext/generated/16px/paths/add-child.js +2 -0
- package/lib/esnext/generated/16px/paths/add-child.js.map +1 -0
- package/lib/esnext/generated/16px/paths/add-parent.d.ts +2 -0
- package/lib/esnext/generated/16px/paths/add-parent.js +2 -0
- package/lib/esnext/generated/16px/paths/add-parent.js.map +1 -0
- package/lib/esnext/generated/16px/paths/delete-clip.d.ts +2 -0
- package/lib/esnext/generated/16px/paths/delete-clip.js +2 -0
- package/lib/esnext/generated/16px/paths/delete-clip.js.map +1 -0
- package/lib/esnext/generated/16px/paths/document-code.d.ts +2 -0
- package/lib/esnext/generated/16px/paths/document-code.js +2 -0
- package/lib/esnext/generated/16px/paths/document-code.js.map +1 -0
- package/lib/esnext/generated/16px/paths/document-locked.d.ts +2 -0
- package/lib/esnext/generated/16px/paths/document-locked.js +2 -0
- package/lib/esnext/generated/16px/paths/document-locked.js.map +1 -0
- package/lib/esnext/generated/16px/paths/gift-box.d.ts +2 -0
- package/lib/esnext/generated/16px/paths/gift-box.js +2 -0
- package/lib/esnext/generated/16px/paths/gift-box.js.map +1 -0
- package/lib/esnext/generated/16px/paths/index.d.ts +8 -0
- package/lib/esnext/generated/16px/paths/index.js +8 -0
- package/lib/esnext/generated/16px/paths/index.js.map +1 -1
- package/lib/esnext/generated/16px/paths/root-folder.d.ts +2 -0
- package/lib/esnext/generated/16px/paths/root-folder.js +2 -0
- package/lib/esnext/generated/16px/paths/root-folder.js.map +1 -0
- package/lib/esnext/generated/16px/paths/sweep.d.ts +2 -0
- package/lib/esnext/generated/16px/paths/sweep.js +2 -0
- package/lib/esnext/generated/16px/paths/sweep.js.map +1 -0
- package/lib/esnext/generated/20px/blueprint-icons-20.d.ts +10 -2
- package/lib/esnext/generated/20px/blueprint-icons-20.js +16 -0
- package/lib/esnext/generated/20px/blueprint-icons-20.js.map +1 -1
- package/lib/esnext/generated/20px/paths/add-child.d.ts +2 -0
- package/lib/esnext/generated/20px/paths/add-child.js +2 -0
- package/lib/esnext/generated/20px/paths/add-child.js.map +1 -0
- package/lib/esnext/generated/20px/paths/add-parent.d.ts +2 -0
- package/lib/esnext/generated/20px/paths/add-parent.js +2 -0
- package/lib/esnext/generated/20px/paths/add-parent.js.map +1 -0
- package/lib/esnext/generated/20px/paths/delete-clip.d.ts +2 -0
- package/lib/esnext/generated/20px/paths/delete-clip.js +2 -0
- package/lib/esnext/generated/20px/paths/delete-clip.js.map +1 -0
- package/lib/esnext/generated/20px/paths/document-code.d.ts +2 -0
- package/lib/esnext/generated/20px/paths/document-code.js +2 -0
- package/lib/esnext/generated/20px/paths/document-code.js.map +1 -0
- package/lib/esnext/generated/20px/paths/document-locked.d.ts +2 -0
- package/lib/esnext/generated/20px/paths/document-locked.js +2 -0
- package/lib/esnext/generated/20px/paths/document-locked.js.map +1 -0
- package/lib/esnext/generated/20px/paths/gift-box.d.ts +2 -0
- package/lib/esnext/generated/20px/paths/gift-box.js +2 -0
- package/lib/esnext/generated/20px/paths/gift-box.js.map +1 -0
- package/lib/esnext/generated/20px/paths/index.d.ts +8 -0
- package/lib/esnext/generated/20px/paths/index.js +8 -0
- package/lib/esnext/generated/20px/paths/index.js.map +1 -1
- package/lib/esnext/generated/20px/paths/root-folder.d.ts +2 -0
- package/lib/esnext/generated/20px/paths/root-folder.js +2 -0
- package/lib/esnext/generated/20px/paths/root-folder.js.map +1 -0
- package/lib/esnext/generated/20px/paths/sweep.d.ts +2 -0
- package/lib/esnext/generated/20px/paths/sweep.js +2 -0
- package/lib/esnext/generated/20px/paths/sweep.js.map +1 -0
- package/lib/esnext/generated/components/add-child.d.ts +4 -0
- package/lib/esnext/generated/components/add-child.js +31 -0
- package/lib/esnext/generated/components/add-child.js.map +1 -0
- package/lib/esnext/generated/components/add-parent.d.ts +4 -0
- package/lib/esnext/generated/components/add-parent.js +31 -0
- package/lib/esnext/generated/components/add-parent.js.map +1 -0
- package/lib/esnext/generated/components/delete-clip.d.ts +4 -0
- package/lib/esnext/generated/components/delete-clip.js +31 -0
- package/lib/esnext/generated/components/delete-clip.js.map +1 -0
- package/lib/esnext/generated/components/document-code.d.ts +4 -0
- package/lib/esnext/generated/components/document-code.js +31 -0
- package/lib/esnext/generated/components/document-code.js.map +1 -0
- package/lib/esnext/generated/components/document-locked.d.ts +4 -0
- package/lib/esnext/generated/components/document-locked.js +31 -0
- package/lib/esnext/generated/components/document-locked.js.map +1 -0
- package/lib/esnext/generated/components/gift-box.d.ts +4 -0
- package/lib/esnext/generated/components/gift-box.js +31 -0
- package/lib/esnext/generated/components/gift-box.js.map +1 -0
- package/lib/esnext/generated/components/index.d.ts +8 -0
- package/lib/esnext/generated/components/index.js +8 -0
- package/lib/esnext/generated/components/index.js.map +1 -1
- package/lib/esnext/generated/components/root-folder.d.ts +4 -0
- package/lib/esnext/generated/components/root-folder.js +31 -0
- package/lib/esnext/generated/components/root-folder.js.map +1 -0
- package/lib/esnext/generated/components/sweep.d.ts +4 -0
- package/lib/esnext/generated/components/sweep.js +31 -0
- package/lib/esnext/generated/components/sweep.js.map +1 -0
- package/lib/esnext/generated/index.d.ts +8 -0
- package/lib/esnext/generated/index.js +8 -0
- package/lib/esnext/generated/index.js.map +1 -1
- package/lib/esnext/iconCodepoints.d.ts +8 -0
- package/lib/esnext/iconNames.d.ts +16 -0
- package/lib/scss/blueprint-icons-16.scss +8 -0
- package/package.json +1 -1
- package/src/generated/16px/_icon-variables.scss +8 -0
- package/src/generated/16px/blueprint-icons-16.css +5 -5
- package/src/generated/16px/blueprint-icons-16.eot +0 -0
- package/src/generated/16px/blueprint-icons-16.svg +24 -0
- package/src/generated/16px/blueprint-icons-16.ts +32 -0
- package/src/generated/16px/blueprint-icons-16.ttf +0 -0
- package/src/generated/16px/blueprint-icons-16.woff +0 -0
- package/src/generated/16px/blueprint-icons-16.woff2 +0 -0
- package/src/generated/16px/paths/add-child.ts +1 -0
- package/src/generated/16px/paths/add-parent.ts +1 -0
- package/src/generated/16px/paths/delete-clip.ts +1 -0
- package/src/generated/16px/paths/document-code.ts +1 -0
- package/src/generated/16px/paths/document-locked.ts +1 -0
- package/src/generated/16px/paths/gift-box.ts +1 -0
- package/src/generated/16px/paths/index.ts +8 -0
- package/src/generated/16px/paths/root-folder.ts +1 -0
- package/src/generated/16px/paths/sweep.ts +1 -0
- package/src/generated/20px/blueprint-icons-20.css +5 -5
- package/src/generated/20px/blueprint-icons-20.eot +0 -0
- package/src/generated/20px/blueprint-icons-20.svg +24 -0
- package/src/generated/20px/blueprint-icons-20.ts +32 -0
- package/src/generated/20px/blueprint-icons-20.ttf +0 -0
- package/src/generated/20px/blueprint-icons-20.woff +0 -0
- package/src/generated/20px/blueprint-icons-20.woff2 +0 -0
- package/src/generated/20px/paths/add-child.ts +1 -0
- package/src/generated/20px/paths/add-parent.ts +1 -0
- package/src/generated/20px/paths/delete-clip.ts +1 -0
- package/src/generated/20px/paths/document-code.ts +1 -0
- package/src/generated/20px/paths/document-locked.ts +1 -0
- package/src/generated/20px/paths/gift-box.ts +1 -0
- package/src/generated/20px/paths/index.ts +8 -0
- package/src/generated/20px/paths/root-folder.ts +1 -0
- package/src/generated/20px/paths/sweep.ts +1 -0
- package/src/generated/components/add-child.tsx +41 -0
- package/src/generated/components/add-parent.tsx +41 -0
- package/src/generated/components/delete-clip.tsx +41 -0
- package/src/generated/components/document-code.tsx +41 -0
- package/src/generated/components/document-locked.tsx +41 -0
- package/src/generated/components/gift-box.tsx +41 -0
- package/src/generated/components/index.ts +8 -0
- package/src/generated/components/root-folder.tsx +41 -0
- package/src/generated/components/sweep.tsx +41 -0
- package/src/generated/index.ts +8 -0
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export type BlueprintIcons_16Id =
|
|
2
|
+
| "add-child"
|
|
2
3
|
| "add-clip"
|
|
3
4
|
| "add-column-left"
|
|
4
5
|
| "add-column-right"
|
|
5
6
|
| "add-location"
|
|
7
|
+
| "add-parent"
|
|
6
8
|
| "add-row-bottom"
|
|
7
9
|
| "add-row-top"
|
|
8
10
|
| "add-to-artifact"
|
|
@@ -145,6 +147,7 @@ export type BlueprintIcons_16Id =
|
|
|
145
147
|
| "data-search"
|
|
146
148
|
| "data-sync"
|
|
147
149
|
| "database"
|
|
150
|
+
| "delete-clip"
|
|
148
151
|
| "delete"
|
|
149
152
|
| "delta"
|
|
150
153
|
| "derive-column"
|
|
@@ -156,6 +159,8 @@ export type BlueprintIcons_16Id =
|
|
|
156
159
|
| "direction-right"
|
|
157
160
|
| "disable"
|
|
158
161
|
| "divide"
|
|
162
|
+
| "document-code"
|
|
163
|
+
| "document-locked"
|
|
159
164
|
| "document-open"
|
|
160
165
|
| "document-share"
|
|
161
166
|
| "document"
|
|
@@ -243,6 +248,7 @@ export type BlueprintIcons_16Id =
|
|
|
243
248
|
| "geolocation"
|
|
244
249
|
| "geosearch"
|
|
245
250
|
| "geotime"
|
|
251
|
+
| "gift-box"
|
|
246
252
|
| "git-branch"
|
|
247
253
|
| "git-commit"
|
|
248
254
|
| "git-merge"
|
|
@@ -494,6 +500,7 @@ export type BlueprintIcons_16Id =
|
|
|
494
500
|
| "ring"
|
|
495
501
|
| "rocket-slant"
|
|
496
502
|
| "rocket"
|
|
503
|
+
| "root-folder"
|
|
497
504
|
| "rotate-ccw"
|
|
498
505
|
| "rotate-cw"
|
|
499
506
|
| "rotate-document"
|
|
@@ -574,6 +581,7 @@ export type BlueprintIcons_16Id =
|
|
|
574
581
|
| "superscript"
|
|
575
582
|
| "swap-horizontal"
|
|
576
583
|
| "swap-vertical"
|
|
584
|
+
| "sweep"
|
|
577
585
|
| "switch"
|
|
578
586
|
| "symbol-circle"
|
|
579
587
|
| "symbol-cross"
|
|
@@ -669,10 +677,12 @@ export type BlueprintIcons_16Id =
|
|
|
669
677
|
| "zoom-to-fit";
|
|
670
678
|
|
|
671
679
|
export type BlueprintIcons_16Key =
|
|
680
|
+
| "AddChild"
|
|
672
681
|
| "AddClip"
|
|
673
682
|
| "AddColumnLeft"
|
|
674
683
|
| "AddColumnRight"
|
|
675
684
|
| "AddLocation"
|
|
685
|
+
| "AddParent"
|
|
676
686
|
| "AddRowBottom"
|
|
677
687
|
| "AddRowTop"
|
|
678
688
|
| "AddToArtifact"
|
|
@@ -815,6 +825,7 @@ export type BlueprintIcons_16Key =
|
|
|
815
825
|
| "DataSearch"
|
|
816
826
|
| "DataSync"
|
|
817
827
|
| "Database"
|
|
828
|
+
| "DeleteClip"
|
|
818
829
|
| "Delete"
|
|
819
830
|
| "Delta"
|
|
820
831
|
| "DeriveColumn"
|
|
@@ -826,6 +837,8 @@ export type BlueprintIcons_16Key =
|
|
|
826
837
|
| "DirectionRight"
|
|
827
838
|
| "Disable"
|
|
828
839
|
| "Divide"
|
|
840
|
+
| "DocumentCode"
|
|
841
|
+
| "DocumentLocked"
|
|
829
842
|
| "DocumentOpen"
|
|
830
843
|
| "DocumentShare"
|
|
831
844
|
| "Document"
|
|
@@ -913,6 +926,7 @@ export type BlueprintIcons_16Key =
|
|
|
913
926
|
| "Geolocation"
|
|
914
927
|
| "Geosearch"
|
|
915
928
|
| "Geotime"
|
|
929
|
+
| "GiftBox"
|
|
916
930
|
| "GitBranch"
|
|
917
931
|
| "GitCommit"
|
|
918
932
|
| "GitMerge"
|
|
@@ -1164,6 +1178,7 @@ export type BlueprintIcons_16Key =
|
|
|
1164
1178
|
| "Ring"
|
|
1165
1179
|
| "RocketSlant"
|
|
1166
1180
|
| "Rocket"
|
|
1181
|
+
| "RootFolder"
|
|
1167
1182
|
| "RotateCcw"
|
|
1168
1183
|
| "RotateCw"
|
|
1169
1184
|
| "RotateDocument"
|
|
@@ -1244,6 +1259,7 @@ export type BlueprintIcons_16Key =
|
|
|
1244
1259
|
| "Superscript"
|
|
1245
1260
|
| "SwapHorizontal"
|
|
1246
1261
|
| "SwapVertical"
|
|
1262
|
+
| "Sweep"
|
|
1247
1263
|
| "Switch"
|
|
1248
1264
|
| "SymbolCircle"
|
|
1249
1265
|
| "SymbolCross"
|
|
@@ -1339,10 +1355,12 @@ export type BlueprintIcons_16Key =
|
|
|
1339
1355
|
| "ZoomToFit";
|
|
1340
1356
|
|
|
1341
1357
|
export enum BlueprintIcons_16 {
|
|
1358
|
+
AddChild = "add-child",
|
|
1342
1359
|
AddClip = "add-clip",
|
|
1343
1360
|
AddColumnLeft = "add-column-left",
|
|
1344
1361
|
AddColumnRight = "add-column-right",
|
|
1345
1362
|
AddLocation = "add-location",
|
|
1363
|
+
AddParent = "add-parent",
|
|
1346
1364
|
AddRowBottom = "add-row-bottom",
|
|
1347
1365
|
AddRowTop = "add-row-top",
|
|
1348
1366
|
AddToArtifact = "add-to-artifact",
|
|
@@ -1485,6 +1503,7 @@ export enum BlueprintIcons_16 {
|
|
|
1485
1503
|
DataSearch = "data-search",
|
|
1486
1504
|
DataSync = "data-sync",
|
|
1487
1505
|
Database = "database",
|
|
1506
|
+
DeleteClip = "delete-clip",
|
|
1488
1507
|
Delete = "delete",
|
|
1489
1508
|
Delta = "delta",
|
|
1490
1509
|
DeriveColumn = "derive-column",
|
|
@@ -1496,6 +1515,8 @@ export enum BlueprintIcons_16 {
|
|
|
1496
1515
|
DirectionRight = "direction-right",
|
|
1497
1516
|
Disable = "disable",
|
|
1498
1517
|
Divide = "divide",
|
|
1518
|
+
DocumentCode = "document-code",
|
|
1519
|
+
DocumentLocked = "document-locked",
|
|
1499
1520
|
DocumentOpen = "document-open",
|
|
1500
1521
|
DocumentShare = "document-share",
|
|
1501
1522
|
Document = "document",
|
|
@@ -1583,6 +1604,7 @@ export enum BlueprintIcons_16 {
|
|
|
1583
1604
|
Geolocation = "geolocation",
|
|
1584
1605
|
Geosearch = "geosearch",
|
|
1585
1606
|
Geotime = "geotime",
|
|
1607
|
+
GiftBox = "gift-box",
|
|
1586
1608
|
GitBranch = "git-branch",
|
|
1587
1609
|
GitCommit = "git-commit",
|
|
1588
1610
|
GitMerge = "git-merge",
|
|
@@ -1834,6 +1856,7 @@ export enum BlueprintIcons_16 {
|
|
|
1834
1856
|
Ring = "ring",
|
|
1835
1857
|
RocketSlant = "rocket-slant",
|
|
1836
1858
|
Rocket = "rocket",
|
|
1859
|
+
RootFolder = "root-folder",
|
|
1837
1860
|
RotateCcw = "rotate-ccw",
|
|
1838
1861
|
RotateCw = "rotate-cw",
|
|
1839
1862
|
RotateDocument = "rotate-document",
|
|
@@ -1914,6 +1937,7 @@ export enum BlueprintIcons_16 {
|
|
|
1914
1937
|
Superscript = "superscript",
|
|
1915
1938
|
SwapHorizontal = "swap-horizontal",
|
|
1916
1939
|
SwapVertical = "swap-vertical",
|
|
1940
|
+
Sweep = "sweep",
|
|
1917
1941
|
Switch = "switch",
|
|
1918
1942
|
SymbolCircle = "symbol-circle",
|
|
1919
1943
|
SymbolCross = "symbol-cross",
|
|
@@ -2010,10 +2034,12 @@ export enum BlueprintIcons_16 {
|
|
|
2010
2034
|
}
|
|
2011
2035
|
|
|
2012
2036
|
export const BLUEPRINT_ICONS_16_CODEPOINTS: { [key in BlueprintIcons_16]: string } = {
|
|
2037
|
+
[BlueprintIcons_16.AddChild]: "62365",
|
|
2013
2038
|
[BlueprintIcons_16.AddClip]: "61697",
|
|
2014
2039
|
[BlueprintIcons_16.AddColumnLeft]: "61698",
|
|
2015
2040
|
[BlueprintIcons_16.AddColumnRight]: "61699",
|
|
2016
2041
|
[BlueprintIcons_16.AddLocation]: "61700",
|
|
2042
|
+
[BlueprintIcons_16.AddParent]: "62366",
|
|
2017
2043
|
[BlueprintIcons_16.AddRowBottom]: "61701",
|
|
2018
2044
|
[BlueprintIcons_16.AddRowTop]: "61702",
|
|
2019
2045
|
[BlueprintIcons_16.AddToArtifact]: "61703",
|
|
@@ -2156,6 +2182,7 @@ export const BLUEPRINT_ICONS_16_CODEPOINTS: { [key in BlueprintIcons_16]: string
|
|
|
2156
2182
|
[BlueprintIcons_16.DataSearch]: "62319",
|
|
2157
2183
|
[BlueprintIcons_16.DataSync]: "62316",
|
|
2158
2184
|
[BlueprintIcons_16.Database]: "61812",
|
|
2185
|
+
[BlueprintIcons_16.DeleteClip]: "62371",
|
|
2159
2186
|
[BlueprintIcons_16.Delete]: "61813",
|
|
2160
2187
|
[BlueprintIcons_16.Delta]: "61814",
|
|
2161
2188
|
[BlueprintIcons_16.DeriveColumn]: "61815",
|
|
@@ -2167,6 +2194,8 @@ export const BLUEPRINT_ICONS_16_CODEPOINTS: { [key in BlueprintIcons_16]: string
|
|
|
2167
2194
|
[BlueprintIcons_16.DirectionRight]: "61820",
|
|
2168
2195
|
[BlueprintIcons_16.Disable]: "61821",
|
|
2169
2196
|
[BlueprintIcons_16.Divide]: "62247",
|
|
2197
|
+
[BlueprintIcons_16.DocumentCode]: "62368",
|
|
2198
|
+
[BlueprintIcons_16.DocumentLocked]: "62369",
|
|
2170
2199
|
[BlueprintIcons_16.DocumentOpen]: "61822",
|
|
2171
2200
|
[BlueprintIcons_16.DocumentShare]: "61823",
|
|
2172
2201
|
[BlueprintIcons_16.Document]: "61824",
|
|
@@ -2254,6 +2283,7 @@ export const BLUEPRINT_ICONS_16_CODEPOINTS: { [key in BlueprintIcons_16]: string
|
|
|
2254
2283
|
[BlueprintIcons_16.Geolocation]: "61896",
|
|
2255
2284
|
[BlueprintIcons_16.Geosearch]: "61897",
|
|
2256
2285
|
[BlueprintIcons_16.Geotime]: "62276",
|
|
2286
|
+
[BlueprintIcons_16.GiftBox]: "62370",
|
|
2257
2287
|
[BlueprintIcons_16.GitBranch]: "61898",
|
|
2258
2288
|
[BlueprintIcons_16.GitCommit]: "61899",
|
|
2259
2289
|
[BlueprintIcons_16.GitMerge]: "61900",
|
|
@@ -2505,6 +2535,7 @@ export const BLUEPRINT_ICONS_16_CODEPOINTS: { [key in BlueprintIcons_16]: string
|
|
|
2505
2535
|
[BlueprintIcons_16.Ring]: "62102",
|
|
2506
2536
|
[BlueprintIcons_16.RocketSlant]: "62103",
|
|
2507
2537
|
[BlueprintIcons_16.Rocket]: "62104",
|
|
2538
|
+
[BlueprintIcons_16.RootFolder]: "62367",
|
|
2508
2539
|
[BlueprintIcons_16.RotateCcw]: "62345",
|
|
2509
2540
|
[BlueprintIcons_16.RotateCw]: "62344",
|
|
2510
2541
|
[BlueprintIcons_16.RotateDocument]: "62105",
|
|
@@ -2585,6 +2616,7 @@ export const BLUEPRINT_ICONS_16_CODEPOINTS: { [key in BlueprintIcons_16]: string
|
|
|
2585
2616
|
[BlueprintIcons_16.Superscript]: "62266",
|
|
2586
2617
|
[BlueprintIcons_16.SwapHorizontal]: "62165",
|
|
2587
2618
|
[BlueprintIcons_16.SwapVertical]: "62166",
|
|
2619
|
+
[BlueprintIcons_16.Sweep]: "62372",
|
|
2588
2620
|
[BlueprintIcons_16.Switch]: "62167",
|
|
2589
2621
|
[BlueprintIcons_16.SymbolCircle]: "62168",
|
|
2590
2622
|
[BlueprintIcons_16.SymbolCross]: "62169",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M2 2v6h1v2H.8a.8.8 0 01-.8-.8V.8A.8.8 0 01.8 0h14.4a.8.8 0 01.8.8v8.4a.8.8 0 01-.8.8H13V8h1V2H2zm7 9h2c.55 0 1 .45 1 1s-.45 1-1 1H9v2c0 .55-.45 1-1 1s-1-.45-1-1v-2H5c-.55 0-1-.45-1-1s.45-1 1-1h2V9c0-.55.45-1 1-1s1 .45 1 1v2z"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M7 5H5c-.55 0-1-.45-1-1s.45-1 1-1h2V1c0-.55.45-1 1-1s1 .45 1 1v2h2c.55 0 1 .45 1 1s-.45 1-1 1H9v2c0 .55-.45 1-1 1s-1-.45-1-1V5zm7 9V8h-1V6h2.2a.8.8 0 01.8.8v8.4a.8.8 0 01-.8.8H.8a.8.8 0 01-.8-.8V6.8A.8.8 0 01.8 6H3v2H2v6h12z"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M15.707.293a1 1 0 010 1.414L13.914 3.5l1.793 1.793a1 1 0 01-1.414 1.414L12.5 4.914l-1.793 1.793a1 1 0 01-1.414-1.414L11.086 3.5 9.293 1.707A1 1 0 1110.707.293L12.5 2.086 14.293.293a1 1 0 011.414 0zM0 4a1 1 0 011-1h3.5a1 1 0 010 2H2v2a1 1 0 01-2 0V4zm1 12a1 1 0 01-1-1v-3a1 1 0 112 0v2h2.5a1 1 0 110 2H1zm11 0a1 1 0 001-1v-3a1 1 0 10-2 0v2H9a1 1 0 100 2h3zM9 9.5a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M10 0H3c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h2.752l-.876-.876-.079-.078c-.302-.3-.66-.656-.797-1.046V2h5v3h3v3.171a3.021 3.021 0 012-.002V4l-4-4zm5.71 13.71l-2 2a1.003 1.003 0 01-1.42-1.42l1.3-1.29-1.3-1.29a1.003 1.003 0 011.42-1.42l2 2c.18.18.29.43.29.71 0 .28-.11.53-.29.71zM10 15c0-.28-.11-.53-.29-.71L8.41 13l1.3-1.29a1.003 1.003 0 00-1.42-1.42l-2 2c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l2 2A1.003 1.003 0 0010 15z"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M3 0h7l4 4v3.533A4.006 4.006 0 0012 7V5H9V2H4v12h3v1.405c0 .204.024.403.07.595H3c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1zm11 12h.48c.275 0 .52.175.52.45v2.955c0 .27-.245.595-.52.595h-5c-.275 0-.48-.325-.48-.595V12.45c0-.275.205-.45.48-.45H10v-1.025C10 9.885 10.895 9 12 9s2 .885 2 1.975V12zm-3-1.015V12h2v-1.015A.993.993 0 0012 10c-.55 0-1 .44-1 .985z"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M6.788.915A3.121 3.121 0 001.801 4.54H1a1 1 0 00-1 1v2a1 1 0 001 1h14a1 1 0 001-1v-2a1 1 0 00-1-1h-.8A3.122 3.122 0 009.211.915l-1 .999c-.073.074-.144.15-.212.23a4.141 4.141 0 00-.213-.23l-.999-1zm5.424 3l-.626.626H9.02a2.14 2.14 0 01.606-1.213l.999-1a1.121 1.121 0 111.586 1.587zm-5.233.626a2.14 2.14 0 00-.606-1.213l-.999-1a1.121 1.121 0 10-1.586 1.587l.626.626H6.98zM6 9.54H1v5a1 1 0 001 1h4v-6zm9 0h-5v6h4a1 1 0 001-1v-5zm-8 0h2v6H7v-6z"];
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export { default as Add } from "./add";
|
|
2
|
+
export { default as AddChild } from "./add-child";
|
|
2
3
|
export { default as AddClip } from "./add-clip";
|
|
3
4
|
export { default as AddColumnLeft } from "./add-column-left";
|
|
4
5
|
export { default as AddColumnRight } from "./add-column-right";
|
|
5
6
|
export { default as AddLocation } from "./add-location";
|
|
7
|
+
export { default as AddParent } from "./add-parent";
|
|
6
8
|
export { default as AddRowBottom } from "./add-row-bottom";
|
|
7
9
|
export { default as AddRowTop } from "./add-row-top";
|
|
8
10
|
export { default as AddToArtifact } from "./add-to-artifact";
|
|
@@ -145,6 +147,7 @@ export { default as DataSearch } from "./data-search";
|
|
|
145
147
|
export { default as DataSync } from "./data-sync";
|
|
146
148
|
export { default as Database } from "./database";
|
|
147
149
|
export { default as Delete } from "./delete";
|
|
150
|
+
export { default as DeleteClip } from "./delete-clip";
|
|
148
151
|
export { default as Delta } from "./delta";
|
|
149
152
|
export { default as DeriveColumn } from "./derive-column";
|
|
150
153
|
export { default as Desktop } from "./desktop";
|
|
@@ -156,6 +159,8 @@ export { default as DirectionRight } from "./direction-right";
|
|
|
156
159
|
export { default as Disable } from "./disable";
|
|
157
160
|
export { default as Divide } from "./divide";
|
|
158
161
|
export { default as Document } from "./document";
|
|
162
|
+
export { default as DocumentCode } from "./document-code";
|
|
163
|
+
export { default as DocumentLocked } from "./document-locked";
|
|
159
164
|
export { default as DocumentOpen } from "./document-open";
|
|
160
165
|
export { default as DocumentShare } from "./document-share";
|
|
161
166
|
export { default as Dollar } from "./dollar";
|
|
@@ -242,6 +247,7 @@ export { default as Geofence } from "./geofence";
|
|
|
242
247
|
export { default as Geolocation } from "./geolocation";
|
|
243
248
|
export { default as Geosearch } from "./geosearch";
|
|
244
249
|
export { default as Geotime } from "./geotime";
|
|
250
|
+
export { default as GiftBox } from "./gift-box";
|
|
245
251
|
export { default as GitBranch } from "./git-branch";
|
|
246
252
|
export { default as GitCommit } from "./git-commit";
|
|
247
253
|
export { default as GitMerge } from "./git-merge";
|
|
@@ -493,6 +499,7 @@ export { default as RightJoin } from "./right-join";
|
|
|
493
499
|
export { default as Ring } from "./ring";
|
|
494
500
|
export { default as Rocket } from "./rocket";
|
|
495
501
|
export { default as RocketSlant } from "./rocket-slant";
|
|
502
|
+
export { default as RootFolder } from "./root-folder";
|
|
496
503
|
export { default as RotateCcw } from "./rotate-ccw";
|
|
497
504
|
export { default as RotateCw } from "./rotate-cw";
|
|
498
505
|
export { default as RotateDocument } from "./rotate-document";
|
|
@@ -573,6 +580,7 @@ export { default as SubtractRightJoin } from "./subtract-right-join";
|
|
|
573
580
|
export { default as Superscript } from "./superscript";
|
|
574
581
|
export { default as SwapHorizontal } from "./swap-horizontal";
|
|
575
582
|
export { default as SwapVertical } from "./swap-vertical";
|
|
583
|
+
export { default as Sweep } from "./sweep";
|
|
576
584
|
export { default as Switch } from "./switch";
|
|
577
585
|
export { default as SymbolCircle } from "./symbol-circle";
|
|
578
586
|
export { default as SymbolCross } from "./symbol-cross";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M2 1v5H1a1 1 0 00-1 1v8a1 1 0 001 1h10a1 1 0 001-1v-3h3a1 1 0 001-1V3c0-.55-.45-1-1-1H9.42L7.71.3A.966.966 0 007 0H3c-.55 0-1 .45-1 1zm6.596 3H14v6h-2V7a1 1 0 00-1-1H4V2h2.584l2.012 2zM7 8h2l-4 6H3l4-6z"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M10 0a1 1 0 00-1 1v8H6a1 1 0 00-1 1v1h10v-1a1 1 0 00-1-1h-3V1a1 1 0 00-1-1zM3.5 3a.5.5 0 010-1h3a.5.5 0 010 1h-3zm-2 2a.5.5 0 010-1h5a.5.5 0 010 1h-5zm2 2a.5.5 0 010-1h3a.5.5 0 010 1h-3zM3 15c.44 0 1.653-.773 1.939-3h10.037c-.08 1.516-.432 4-1.976 4h-1v-1l-2 1H8v-1l-2 1H3v-1z"];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "blueprint-icons-20";
|
|
3
|
-
src: url("./blueprint-icons-20.ttf?
|
|
4
|
-
url("./blueprint-icons-20.eot?
|
|
5
|
-
url("./blueprint-icons-20.woff2?
|
|
6
|
-
url("./blueprint-icons-20.woff?
|
|
7
|
-
url("./blueprint-icons-20.svg?
|
|
3
|
+
src: url("./blueprint-icons-20.ttf?62ef8321e98ae30a8ca5698fec0f777c") format("truetype"),
|
|
4
|
+
url("./blueprint-icons-20.eot?62ef8321e98ae30a8ca5698fec0f777c#iefix") format("embedded-opentype"),
|
|
5
|
+
url("./blueprint-icons-20.woff2?62ef8321e98ae30a8ca5698fec0f777c") format("woff2"),
|
|
6
|
+
url("./blueprint-icons-20.woff?62ef8321e98ae30a8ca5698fec0f777c") format("woff"),
|
|
7
|
+
url("./blueprint-icons-20.svg?62ef8321e98ae30a8ca5698fec0f777c#blueprint-icons-20") format("svg");
|
|
8
8
|
}
|
|
Binary file
|
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
units-per-em="400" ascent="400"
|
|
8
8
|
descent="0" />
|
|
9
9
|
<missing-glyph horiz-adv-x="0" />
|
|
10
|
+
<glyph glyph-name="add-child"
|
|
11
|
+
unicode=""
|
|
12
|
+
horiz-adv-x="400" d="M40 340V180H80V140H20C8.95432 140 0 148.954 0 160V360C0 371.0456 8.9543 380 20 380H380C391.046 380 400 371.0456 400 360V160C400 148.954 391.046 140 380 140H320V180H360V340H40zM220 120H260C271 120 280 111 280 100C280 89 271 80 260 80H220V40C220 29 211 20 200 20C189 20 180 29 180 40V80H140C129 80 120 89 120 100C120 111 129 120 140 120H180V160C180 171 189 180 200 180C211 180 220 171 220 160V120z" />
|
|
10
13
|
<glyph glyph-name="add-clip"
|
|
11
14
|
unicode=""
|
|
12
15
|
horiz-adv-x="400" d="M300 400C311.046 400 320 391.0457 320 380V320H380C391.046 320 400 311.0456 400 300C400 288.9544 391.046 280 380 280H320V220C320 208.9542 311.046 200 300 200C288.954 200 280 208.9542 280 220V280H220C208.954 280 200 288.9544 200 300C200 311.0456 208.954 320 220 320H280V380C280 391.0457 288.954 400 300 400zM20 320C8.9543 320 0 311.0456 0 300V220C0 208.9544 8.9543 200 20 200C31.0456 200 40 208.9544 40 220V280H100C111.0456 280 120 288.9544 120 300C120 311.0456 111.0456 320 100 320H20zM0 20C0 8.954 8.9543 0 20 0H100C111.0456 0 120 8.954 120 20C120 31.046 111.0456 40 100 40H40V100C40 111.046 31.0456 120 20 120C8.9543 120 0 111.046 0 100V20zM300 0L220 0C208.954 0 200 8.954 200 20C200 31.046 208.954 40 220 40L280 40V100C280 111.046 288.954 120 300 120C311.046 120 320 111.046 320 100V20C320 8.954 311.046 0 300 0zM160 100C193.137 100 220 126.862 220 160C220 193.138 193.137 220 160 220C126.863 220 100 193.138 100 160C100 126.862 126.863 100 160 100z" />
|
|
@@ -19,6 +22,9 @@
|
|
|
19
22
|
<glyph glyph-name="add-location"
|
|
20
23
|
unicode=""
|
|
21
24
|
horiz-adv-x="400" d="M200 400C211.045694 400 220 391.045695 220 380C220 368.954305 211.045694 360 200 360C111.63444 360 40 288.36556 40 200C40 111.63444 111.63444 40 200 40C288.36556 40 360 111.63444 360 200C360 211.045695 368.954306 220 380 220C391.0456940000001 220 400 211.045695 400 200C400 89.54305 310.45695 0 200 0C89.54305 0 0 89.54305 0 200C0 310.45695 89.54305 400 200 400zM200 280C244.18278 280 280 244.18278 280 200C280 155.81722 244.18278 120 200 120C155.81722 120 120 155.81722 120 200C120 244.18278 155.81722 280 200 280zM320 400C332 400 340 392 340 380L340 380L340 340L380 340C392 340 400 332 400 320C400 308 392 300 380 300L380 300L340 300L340 260C340 248 332 240 320 240C308 240 300 248 300 260L300 260L300 300L260 300C248 300 240 308 240 320C240 330 248 340 260 340L260 340L300 340L300 380C300 392 308 400 320 400z" />
|
|
25
|
+
<glyph glyph-name="add-parent"
|
|
26
|
+
unicode=""
|
|
27
|
+
horiz-adv-x="400" d="M360 60V220H320V260H380C391.046 260 400 251.0456 400 240V40C400 28.954 391.046 20 380 20H20C8.95432 20 0 28.954 0 40V240C0 251.0458 8.95432 260 20 260H80V220H40V60H360zM180 280H140C129 280 120 289 120 300C120 311 129 320 140 320H180V360C180 371 189 380 200 380C211 380 220 371 220 360V320H260C271 320 280 311 280 300C280 289 271 280 260 280H220V240C220 229 211 220 200 220C189 220 180 229 180 240V280z" />
|
|
22
28
|
<glyph glyph-name="add-row-bottom"
|
|
23
29
|
unicode=""
|
|
24
30
|
horiz-adv-x="400" d="M380 400H20C9 400 0 391 0 380V20C0 9 9 0 20 0H380C391 0 400 9 400 20V380C400 391 391 400 380 400zM360 40H40V240H360V40zM360 260H40V360H360V260zM140 120H180V80C180 69 189 60 200 60S220 69 220 80V120H260C271 120 280 129 280 140C280 151 271 160 260 160H220V200C220 211 211 220 200 220S180 211 180 200V160H140C129 160 120 151 120 140C120 129 129 120 140 120z" />
|
|
@@ -445,6 +451,9 @@
|
|
|
445
451
|
<glyph glyph-name="database"
|
|
446
452
|
unicode=""
|
|
447
453
|
horiz-adv-x="400" d="M40.2 298V190C40.2 162.4 111.8 140 200.2 140S360.2 162.4 360.2 190V298C330.4 275.4 270 260 200.2 260C130.6 260 70.2 275.4 40.2 298zM200.2 280C288.6 280 360.2 302.4 360.2 330C360.2 357.6 288.6 380 200.2 380S40.2 357.6 40.2 330C40.2 302.4 112 280 200.2 280zM40.2 158V50C40.2 22.4 111.8 0 200.2 0S360.2 22.4 360.2 50V158C330.4 135.4 270 120 200.2 120C130.6 120 70.2 135.4 40.2 158z" />
|
|
454
|
+
<glyph glyph-name="delete-clip"
|
|
455
|
+
unicode=""
|
|
456
|
+
horiz-adv-x="400" d="M394.142 394.14214C386.332 401.952622 373.668 401.952622 365.858 394.14214L310 338.2842L254.142 394.14214C246.332 401.952622 233.668 401.952622 225.858 394.14214C218.048 386.33164 218.048 373.6684 225.858 365.8578L281.716 310L225.858 254.1422C218.048 246.3316 218.048 233.6684 225.858 225.8578C233.668 218.0474 246.332 218.0474 254.142 225.8578L310 281.7158L365.858 225.8578C373.668 218.0474 386.332 218.0474 394.142 225.8578C401.952 233.6684 401.952 246.3316 394.142 254.1422L338.284 310L394.142 365.8578C401.952 373.6684 401.952 386.33164 394.142 394.14214zM0 300C0 311.0456 8.9543 320 20 320H100C111.0456 320 120 311.0456 120 300C120 288.9544 111.0456 280 100 280H40V220C40 208.9544 31.0456 200 20 200C8.9543 200 0 208.9544 0 220V300zM20 0C8.9543 0 0 8.954 0 20V100C0 111.046 8.9543 120 20 120C31.0456 120 40 111.046 40 100V40H100C111.0456 40 120 31.046 120 20C120 8.954 111.0456 0 100 0H20zM220 0L300 0C311.046 0 320 8.954 320 20V100C320 111.046 311.046 120 300 120C288.954 120 280 111.046 280 100V40L220 40C208.954 40 200 31.046 200 20C200 8.954 208.954 0 220 0zM220 160C220 126.862 193.137 100 160 100C126.863 100 100 126.862 100 160C100 193.138 126.863 220 160 220C193.137 220 220 193.138 220 160z" />
|
|
448
457
|
<glyph glyph-name="delete"
|
|
449
458
|
unicode=""
|
|
450
459
|
horiz-adv-x="400" d="M300 280C300 291 291 300 280 300C274.4000000000001 300 269.4000000000001 297.8 265.8 294.2L200 228.2L134.2 294.2C130.6 297.8 125.6 300 120 300C109 300 100 291 100 280C100 274.4 102.2 269.4 105.8 265.8L171.8 200L106 134.2000000000001C102.2 130.6 100 125.6 100 120C100 109 109 100 120 100C125.6 100 130.6 102.2 134.2 105.8L200 171.8L265.8 106C269.4000000000001 102.2 274.4000000000001 100 280 100C291 100 300 109 300 120C300 125.6 297.8 130.6 294.2000000000001 134.2000000000001L228.2 200L294 265.8C297.8 269.4 300 274.4 300 280zM200 400C89.6 400 0 310.4 0 200C0 89.6 89.6 0 200 0S400 89.6 400 200C400 310.4 310.4 400 200 400zM200 40C111.6 40 40 111.6 40 200S111.6 360 200 360S360 288.4 360 200S288.4 40 200 40z" />
|
|
@@ -478,6 +487,12 @@
|
|
|
478
487
|
<glyph glyph-name="divide"
|
|
479
488
|
unicode=""
|
|
480
489
|
horiz-adv-x="400" d="M225 275C225 261.1928000000001 213.808 250 200 250C186.1928 250 175 261.1928000000001 175 275C175 288.8072 186.1928 300 200 300C213.808 300 225 288.8072 225 275zM120 220C109 220 100 211 100 200C100 189 109 180 120 180H280C291 180 300 189 300 200C300 211 291 220 280 220H120zM200 100C213.808 100 225 111.192 225 125C225 138.808 213.808 150 200 150C186.1928 150 175 138.808 175 125C175 111.192 186.1928 100 200 100z" />
|
|
490
|
+
<glyph glyph-name="document-code"
|
|
491
|
+
unicode=""
|
|
492
|
+
horiz-adv-x="400" d="M60 400H220L340 280V184.83C329.246 194.416 315.134 200 300 200V260H200V360H80V40H135.17C135.9272 39.15 136.7094 38.322 137.5158 37.516L175.0314 0H60C49 0 40 9 40 20V380C40 391 49 400 60 400zM240 160C251 160 260 151 260 140C260 134.4 257.8 129.4 254 125.8L208.2 80L254.2 34.2C257.8 30.6 260 25.6 260 20C260 9 251 0 240 0C234.4 0 229.4 2.2 225.8 5.8L165.8 65.8C162.2 69.4 160 74.4 160 80C160 85.6 162.2 90.6 165.8 94.2000000000001L225.8 154.2C229.4 157.8 234.4 160 240 160zM314.2000000000001 154.2L374.2000000000001 94.2000000000001C377.8 90.6 380 85.6 380 80C380 74.4 377.8 69.4 374.2000000000001 65.8L314.2000000000001 5.8C310.6 2.2 305.6 0 300 0C289 0 280 9 280 20C280 25.6 282.2 30.6 286 34.2L331.8 80L285.8 125.8C282.2 129.4 280 134.4 280 140C280 151 289 160 300 160C305.6 160 310.6 157.8 314.2000000000001 154.2z" />
|
|
493
|
+
<glyph glyph-name="document-locked"
|
|
494
|
+
unicode=""
|
|
495
|
+
horiz-adv-x="400" d="M60 400H220L340 280V208.892C328.264 215.8386 314.6 219.872 300 219.997V260H200V360H80V40H180V10C180 6.714 180.353 3.352 181.0498 0H60C49 0 40 9 40 20V380C40 391 49 400 60 400zM339.3 99.9L368.6 99.9C374.1 99.9 379.3 95.5 379.3 90V10C379.3 4.5 374.1 -0.1 368.6 -0.1H229.3C223.8 -0.1 220 4.5 220 10V90C220 95.5 223.8 99.9 229.3 99.9L259.3 99.9V140C259.3 162.1 277.2 180 299.3 180C321.4 180 339.3 162.1 339.3 140V99.9zM279.3 139.9V99.8H319.3V139.9C319.3 150.9 310.3 159.9 299.3 159.9C288.3 159.9 279.3 150.9 279.3 139.9z" />
|
|
481
496
|
<glyph glyph-name="document-open"
|
|
482
497
|
unicode=""
|
|
483
498
|
horiz-adv-x="400" d="M160 100C160 89 169 80 180 80S200 89 200 100V200C200 211 191 220 180 220H80C69 220 60 211 60 200S69 180 80 180H131.8L26 74.2000000000001C22.2 70.6 20 65.6 20 60C20 49 29 40 40 40C45.6 40 50.6 42.2 54.2 45.8L160 151.8V100zM260 400H100C89 400 80 391 80 380V260H120V360H240V260H340V40H120V55.2L80.8 16C82.8 7 90.4 0 100 0H360C371 0 380 9 380 20V280L260 400z" />
|
|
@@ -739,6 +754,9 @@
|
|
|
739
754
|
<glyph glyph-name="geotime"
|
|
740
755
|
unicode=""
|
|
741
756
|
horiz-adv-x="400" d="M311.094 260C263.594 260 225 222.6562 225 176.718C225 130.624 311.094 0 311.094 0C311.094 0 397.188 130.624 397.188 176.718C397.0320000000001 222.6562 358.594 260 311.094 260zM311.094 135C289.532 135 272.032 152.5 272.032 174.062C272.032 195.624 289.532 213.125 311.094 213.125C332.656 213.125 350.156 195.624 350.156 174.062C350.156 152.5 332.656 135 311.094 135zM0 250C0 332.875 67.125 400 150 400C222.914 400 283.636 348.0416 297.18 279.1122000000001C284.322 277.4600000000001 272.14 273.5506000000001 261.096 267.7906C252.552 321.4208 206.01 362.5 150 362.5C87.9374 362.5 37.5 312.0626 37.5 250C37.5 187.938 87.9374 137.5 150 137.5C171.4086 137.5 191.434 143.502 208.484 153.912C211.294 143.396 215.52 132.336 220.086 121.744C220.596 120.56 221.116 119.368 221.646 118.17C200.36 106.582 175.9528 100 150 100C67.125 100 0 167.126 0 250zM168.75 321.2516V257.6876L200.812 225.8126C204.188 222.4376 206.25 217.75 206.25 212.5C206.25 202.1876 197.8124 193.75 187.5 193.75C182.25 193.75 177.5626 195.812 174.1876 199.188L136.6874 236.6876C133.3126 240.0626 131.25 244.75 131.25 250V321.2516C131.25 331.5642000000001 139.6876 340.0016 150 340.0016C160.3124 340.0016 168.75 331.5642000000001 168.75 321.2516z" />
|
|
757
|
+
<glyph glyph-name="gift-box"
|
|
758
|
+
unicode=""
|
|
759
|
+
horiz-adv-x="400" d="M175.765 381.7054C145.6354 411.83502 94.8426 403.59246 75.787 365.4812C66.7516 347.4108 67.1728 326.5176 76.0144 309.186H20C8.9543 309.186 0 300.2316 0 289.1858V209.1858C0 198.14 8.95432 189.186 20 189.186H380C391.046 189.186 400 198.14 400 209.1858V289.1858C400 300.2316 391.046 309.186 380 309.186H323.986C332.8280000000001 326.5176 333.2480000000001 347.4108 324.214 365.4812C305.158 403.59246 254.364 411.83502 224.236 381.7054L204.25 361.7208C202.772 360.2418 201.354 358.7122 200 357.1366C198.646 358.7122 197.2286 360.2416 195.7494 361.7208L175.765 381.7054zM284.236 321.7052L271.716 309.186H220.424C221.72 318.3146 225.94 326.8412 232.534 333.4366L252.52 353.421C263.344 364.245 281.59 361.284 288.436 347.5926C292.752 338.9586 291.06 328.531 284.236 321.7052zM179.576 309.186C178.281 318.3146 174.0606 326.8412 167.4652 333.4366L147.4806 353.421C136.6568 364.245 118.4096 361.284 111.564 347.5926C107.247 338.9586 108.9392 328.531 115.765 321.7052L128.2842 309.186H179.576zM140 169.184H20V29.184C20 18.138 28.9544 9.184 40 9.184H140V169.184zM380 169.184H260V9.184H360C371.046 9.184 380 18.138 380 29.184V169.184zM160 169.184H240V9.184H160V169.184z" />
|
|
742
760
|
<glyph glyph-name="git-branch"
|
|
743
761
|
unicode=""
|
|
744
762
|
horiz-adv-x="400" d="M300 360C266.8 360 240 333.2 240 300C240 274 256.8 252 280 243.6V220C280 198 262 180 240 180H160C145.4 180 131.8 175.8 120 169V283.6C143.2 292 160 314 160 340C160 373.2 133.2 400 100 400S40 373.2 40 340C40 314 56.8 292 80 283.6V116.2C56.8 108 40 86 40 60C40 26.8 66.8 0 100 0S160 26.8 160 60C160 85 144.6 106 123 115C129 129.6 143.2 140 160 140H240C284.2000000000001 140 320 175.8 320 220V243.6C343.2 252 360 274 360 300C360 333.2 333.2 360 300 360zM100 360C111 360 120 351 120 340C120 329 111 320 100 320S80 329 80 340C80 351 89 360 100 360zM100 40C89 40 80 49 80 60C80 71 89 80 100 80S120 71 120 60C120 49 111 40 100 40zM300 280C289 280 280 289 280 300C280 311 289 320 300 320S320 311 320 300C320 289 311 280 300 280z" />
|
|
@@ -1492,6 +1510,9 @@
|
|
|
1492
1510
|
<glyph glyph-name="rocket"
|
|
1493
1511
|
unicode=""
|
|
1494
1512
|
horiz-adv-x="400" d="M140 250C140 310 177.1428 375 200 400C222.858 375 260 310 260 250C260 190 245.714 125 240 100H160C154.2858 125 140 190 140 250zM276.802 200.0174C274.02 167.594 267.4 131.908 260 99.79L340 80L320 160L276.802 200.0174zM180.1668 80C180 77.222 180 74.326 180 71.428C180 57.142 180 50 200 0C220 50 220 57.142 220 71.428C220 74.326 220 77.222 219.834 80H180.1668zM140 99.774C132.599 131.89 125.98 167.576 123.1982 200L80 159.982L60 80L140 99.774zM200 300.0002C188.9544 300.0002 180 291.0458 180 280.0002C180 268.9544 188.9544 260.0002 200 260.0002C211.046 260.0002 220 268.9544 220 280.0002C220 291.0458 211.046 300.0002 200 300.0002z" />
|
|
1513
|
+
<glyph glyph-name="root-folder"
|
|
1514
|
+
unicode=""
|
|
1515
|
+
horiz-adv-x="400" d="M60 380V240H20C8.9543 240 0 231.0456 0 220V20C0 8.954 8.9543 0 20 0H280C291.046 0 300 8.954 300 20V100H380C391.046 100 400 108.954 400 120V340C400 351 391 360 379.998 360H228.414L194.2102 394C190.6098 397.8 185.6094 400 180.009 400H80.0018C69.0008 400 60 391 60 380zM211.914 320H360V140H300V220C300 231.0458 291.046 240 280 240H100V360H171.6756L211.914 320zM179.9978 199.998H219.998L119.9996 39.998H80.0022L179.9978 199.998z" />
|
|
1495
1516
|
<glyph glyph-name="rotate-ccw"
|
|
1496
1517
|
unicode=""
|
|
1497
1518
|
horiz-adv-x="400" d="M365.866 208.203C371.076 202.1684 370.746 193.136 365.1080000000001 187.498L278.588 100.978C272.644 95.034 272.644 85.4 278.588 79.458C284.53 73.514 294.164 73.514 300.108 79.456L386.628 165.976C403.542 182.89 404.5320000000001 209.9892 388.902 228.093L322.592 304.8906H350.216C358.622 304.8906 365.434 311.7036 365.434 320.108C365.434 328.5122 358.622 335.3254 350.216 335.3254H289.348C280.944 335.3254 274.13 328.5122 274.13 320.108V259.2384C274.13 250.834 280.944 244.021 289.348 244.021C297.752 244.021 304.564 250.834 304.564 259.2384V279.1988L365.866 208.203zM257.322 217.6776C267.084 207.9144 267.084 192.086 257.322 182.322L151.2558 76.256C141.4928 66.494 125.6636 66.494 115.9006 76.256L9.83454 182.322C0.0714306 192.086 0.0714306 207.9144 9.83454 217.6776L115.9006 323.7436C125.6636 333.5066 141.4928 333.5066 151.2558 323.7436L257.322 217.6776z" />
|
|
@@ -1732,6 +1753,9 @@
|
|
|
1732
1753
|
<glyph glyph-name="swap-vertical"
|
|
1733
1754
|
unicode=""
|
|
1734
1755
|
horiz-adv-x="400" d="M194.2 294L114.2 374C110.6 377.6 105.6 379.8 100 379.8C94.4 379.8 89.4 377.6 85.8 374L5.8 294C2.2 290.4 0 285.4 0 279.8C0 268.8 9 259.8 20 259.8C25.6 259.8 30.6 262 34.2 265.6L80 311.6V40C80 29 89 20 100 20C111 20 120 29 120 40V311.6L165.8 265.8C169.6 262 174.6 259.8 180 259.8C191 259.8 200 268.8 200 279.8C200 285.4 197.8 290.4 194.2 294zM200 320.4C200 320.2 200 320.2 200 320.4C200 320 200 320 200 320V320.4zM200 79.6C200 79.8 200 79.8 200 79.6C200 80 200 80 200 80V79.6zM380 140.2C374.4 140.2 369.4 138 365.8 134.4L320 88.4V360C320 371 311 380 300 380C289 380 280 371 280 360V88.4L234.2 134.2000000000001C230.6 137.8 225.6 140 220 140C209 140 200 131 200 120C200 114.4 202.2 109.4 205.8 105.8L285.8 25.8C289.4 22.2 294.4 20 300 20C305.6 20 310.6 22.2 314.2000000000001 25.8L394.2000000000001 105.8C397.8 109.4 400 114.4 400 120C400 131.2 391 140.2 380 140.2z" />
|
|
1756
|
+
<glyph glyph-name="sweep"
|
|
1757
|
+
unicode=""
|
|
1758
|
+
horiz-adv-x="400" d="M245 400C231.192 400 220 388.80712 220 375V180H145C131.1928 180 120 168.808 120 155V125C120 123.31 119.9758 121.644 119.9286 120H120H379.928H380V125V155C380 168.808 368.808 180 355 180H280V375C280 388.80712 268.808 400 255 400H245zM90 340C84.4772 340 80 344.4772 80 350C80 355.5228 84.4772 360 90 360L170 360C175.5228 360 180 355.5228 180 350C180 344.4772 175.5228 340 170 340L90 340zM50 280C44.4772 280 40 284.4772000000001 40 290C40 295.5228 44.4772 300 50 300L170 300C175.5228 300 180 295.5228 180 290C180 284.4772000000001 175.5228 280 170 280L50 280zM90 220C84.4772 220 80 224.4772 80 230C80 235.5228 84.4772 240 90 240H170C175.5228 240 180 235.5228 180 230C180 224.4772 175.5228 220 170 220H90zM60 20C71.0052 20 109.1408 43.254 118.1036 100H378.748C375.386 62.108 363.608 0 325 0H300V40L240 0H200V40L140 0H60V20z" />
|
|
1735
1759
|
<glyph glyph-name="switch"
|
|
1736
1760
|
unicode=""
|
|
1737
1761
|
horiz-adv-x="400" d="M245.857864 354.1421356L274.142136 325.8578644L131.5976988 183.280746C136.956984 173.382396 140 162.046566 140 150C140 111.340068 108.6599324 80 70 80C31.3400676 80 1e-13 111.340068 1e-13 150C1e-13 188.659932 31.3400676 220 70 220C82.0547216 220 93.397746 216.952862 103.3008492 211.5868102L245.857864 354.1421356zM330 220C368.659932 220 400 188.659932 400 150C400 111.340068 368.659932 80 330 80C291.3400680000001 80 260 111.340068 260 150C260 188.659932 291.3400680000001 220 330 220zM70 180C53.4314576 180 40 166.568542 40 150C40 133.431458 53.4314576 120 70 120C86.5685424 120 100 133.431458 100 150C100 166.568542 86.5685424 180 70 180zM330 180C313.431458 180 300 166.568542 300 150C300 133.431458 313.431458 120 330 120C346.568542 120 360 133.431458 360 150C360 166.568542 346.568542 180 330 180z" />
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export type BlueprintIcons_20Id =
|
|
2
|
+
| "add-child"
|
|
2
3
|
| "add-clip"
|
|
3
4
|
| "add-column-left"
|
|
4
5
|
| "add-column-right"
|
|
5
6
|
| "add-location"
|
|
7
|
+
| "add-parent"
|
|
6
8
|
| "add-row-bottom"
|
|
7
9
|
| "add-row-top"
|
|
8
10
|
| "add-to-artifact"
|
|
@@ -145,6 +147,7 @@ export type BlueprintIcons_20Id =
|
|
|
145
147
|
| "data-search"
|
|
146
148
|
| "data-sync"
|
|
147
149
|
| "database"
|
|
150
|
+
| "delete-clip"
|
|
148
151
|
| "delete"
|
|
149
152
|
| "delta"
|
|
150
153
|
| "derive-column"
|
|
@@ -156,6 +159,8 @@ export type BlueprintIcons_20Id =
|
|
|
156
159
|
| "direction-right"
|
|
157
160
|
| "disable"
|
|
158
161
|
| "divide"
|
|
162
|
+
| "document-code"
|
|
163
|
+
| "document-locked"
|
|
159
164
|
| "document-open"
|
|
160
165
|
| "document-share"
|
|
161
166
|
| "document"
|
|
@@ -243,6 +248,7 @@ export type BlueprintIcons_20Id =
|
|
|
243
248
|
| "geolocation"
|
|
244
249
|
| "geosearch"
|
|
245
250
|
| "geotime"
|
|
251
|
+
| "gift-box"
|
|
246
252
|
| "git-branch"
|
|
247
253
|
| "git-commit"
|
|
248
254
|
| "git-merge"
|
|
@@ -494,6 +500,7 @@ export type BlueprintIcons_20Id =
|
|
|
494
500
|
| "ring"
|
|
495
501
|
| "rocket-slant"
|
|
496
502
|
| "rocket"
|
|
503
|
+
| "root-folder"
|
|
497
504
|
| "rotate-ccw"
|
|
498
505
|
| "rotate-cw"
|
|
499
506
|
| "rotate-document"
|
|
@@ -574,6 +581,7 @@ export type BlueprintIcons_20Id =
|
|
|
574
581
|
| "superscript"
|
|
575
582
|
| "swap-horizontal"
|
|
576
583
|
| "swap-vertical"
|
|
584
|
+
| "sweep"
|
|
577
585
|
| "switch"
|
|
578
586
|
| "symbol-circle"
|
|
579
587
|
| "symbol-cross"
|
|
@@ -669,10 +677,12 @@ export type BlueprintIcons_20Id =
|
|
|
669
677
|
| "zoom-to-fit";
|
|
670
678
|
|
|
671
679
|
export type BlueprintIcons_20Key =
|
|
680
|
+
| "AddChild"
|
|
672
681
|
| "AddClip"
|
|
673
682
|
| "AddColumnLeft"
|
|
674
683
|
| "AddColumnRight"
|
|
675
684
|
| "AddLocation"
|
|
685
|
+
| "AddParent"
|
|
676
686
|
| "AddRowBottom"
|
|
677
687
|
| "AddRowTop"
|
|
678
688
|
| "AddToArtifact"
|
|
@@ -815,6 +825,7 @@ export type BlueprintIcons_20Key =
|
|
|
815
825
|
| "DataSearch"
|
|
816
826
|
| "DataSync"
|
|
817
827
|
| "Database"
|
|
828
|
+
| "DeleteClip"
|
|
818
829
|
| "Delete"
|
|
819
830
|
| "Delta"
|
|
820
831
|
| "DeriveColumn"
|
|
@@ -826,6 +837,8 @@ export type BlueprintIcons_20Key =
|
|
|
826
837
|
| "DirectionRight"
|
|
827
838
|
| "Disable"
|
|
828
839
|
| "Divide"
|
|
840
|
+
| "DocumentCode"
|
|
841
|
+
| "DocumentLocked"
|
|
829
842
|
| "DocumentOpen"
|
|
830
843
|
| "DocumentShare"
|
|
831
844
|
| "Document"
|
|
@@ -913,6 +926,7 @@ export type BlueprintIcons_20Key =
|
|
|
913
926
|
| "Geolocation"
|
|
914
927
|
| "Geosearch"
|
|
915
928
|
| "Geotime"
|
|
929
|
+
| "GiftBox"
|
|
916
930
|
| "GitBranch"
|
|
917
931
|
| "GitCommit"
|
|
918
932
|
| "GitMerge"
|
|
@@ -1164,6 +1178,7 @@ export type BlueprintIcons_20Key =
|
|
|
1164
1178
|
| "Ring"
|
|
1165
1179
|
| "RocketSlant"
|
|
1166
1180
|
| "Rocket"
|
|
1181
|
+
| "RootFolder"
|
|
1167
1182
|
| "RotateCcw"
|
|
1168
1183
|
| "RotateCw"
|
|
1169
1184
|
| "RotateDocument"
|
|
@@ -1244,6 +1259,7 @@ export type BlueprintIcons_20Key =
|
|
|
1244
1259
|
| "Superscript"
|
|
1245
1260
|
| "SwapHorizontal"
|
|
1246
1261
|
| "SwapVertical"
|
|
1262
|
+
| "Sweep"
|
|
1247
1263
|
| "Switch"
|
|
1248
1264
|
| "SymbolCircle"
|
|
1249
1265
|
| "SymbolCross"
|
|
@@ -1339,10 +1355,12 @@ export type BlueprintIcons_20Key =
|
|
|
1339
1355
|
| "ZoomToFit";
|
|
1340
1356
|
|
|
1341
1357
|
export enum BlueprintIcons_20 {
|
|
1358
|
+
AddChild = "add-child",
|
|
1342
1359
|
AddClip = "add-clip",
|
|
1343
1360
|
AddColumnLeft = "add-column-left",
|
|
1344
1361
|
AddColumnRight = "add-column-right",
|
|
1345
1362
|
AddLocation = "add-location",
|
|
1363
|
+
AddParent = "add-parent",
|
|
1346
1364
|
AddRowBottom = "add-row-bottom",
|
|
1347
1365
|
AddRowTop = "add-row-top",
|
|
1348
1366
|
AddToArtifact = "add-to-artifact",
|
|
@@ -1485,6 +1503,7 @@ export enum BlueprintIcons_20 {
|
|
|
1485
1503
|
DataSearch = "data-search",
|
|
1486
1504
|
DataSync = "data-sync",
|
|
1487
1505
|
Database = "database",
|
|
1506
|
+
DeleteClip = "delete-clip",
|
|
1488
1507
|
Delete = "delete",
|
|
1489
1508
|
Delta = "delta",
|
|
1490
1509
|
DeriveColumn = "derive-column",
|
|
@@ -1496,6 +1515,8 @@ export enum BlueprintIcons_20 {
|
|
|
1496
1515
|
DirectionRight = "direction-right",
|
|
1497
1516
|
Disable = "disable",
|
|
1498
1517
|
Divide = "divide",
|
|
1518
|
+
DocumentCode = "document-code",
|
|
1519
|
+
DocumentLocked = "document-locked",
|
|
1499
1520
|
DocumentOpen = "document-open",
|
|
1500
1521
|
DocumentShare = "document-share",
|
|
1501
1522
|
Document = "document",
|
|
@@ -1583,6 +1604,7 @@ export enum BlueprintIcons_20 {
|
|
|
1583
1604
|
Geolocation = "geolocation",
|
|
1584
1605
|
Geosearch = "geosearch",
|
|
1585
1606
|
Geotime = "geotime",
|
|
1607
|
+
GiftBox = "gift-box",
|
|
1586
1608
|
GitBranch = "git-branch",
|
|
1587
1609
|
GitCommit = "git-commit",
|
|
1588
1610
|
GitMerge = "git-merge",
|
|
@@ -1834,6 +1856,7 @@ export enum BlueprintIcons_20 {
|
|
|
1834
1856
|
Ring = "ring",
|
|
1835
1857
|
RocketSlant = "rocket-slant",
|
|
1836
1858
|
Rocket = "rocket",
|
|
1859
|
+
RootFolder = "root-folder",
|
|
1837
1860
|
RotateCcw = "rotate-ccw",
|
|
1838
1861
|
RotateCw = "rotate-cw",
|
|
1839
1862
|
RotateDocument = "rotate-document",
|
|
@@ -1914,6 +1937,7 @@ export enum BlueprintIcons_20 {
|
|
|
1914
1937
|
Superscript = "superscript",
|
|
1915
1938
|
SwapHorizontal = "swap-horizontal",
|
|
1916
1939
|
SwapVertical = "swap-vertical",
|
|
1940
|
+
Sweep = "sweep",
|
|
1917
1941
|
Switch = "switch",
|
|
1918
1942
|
SymbolCircle = "symbol-circle",
|
|
1919
1943
|
SymbolCross = "symbol-cross",
|
|
@@ -2010,10 +2034,12 @@ export enum BlueprintIcons_20 {
|
|
|
2010
2034
|
}
|
|
2011
2035
|
|
|
2012
2036
|
export const BLUEPRINT_ICONS_20_CODEPOINTS: { [key in BlueprintIcons_20]: string } = {
|
|
2037
|
+
[BlueprintIcons_20.AddChild]: "62365",
|
|
2013
2038
|
[BlueprintIcons_20.AddClip]: "61697",
|
|
2014
2039
|
[BlueprintIcons_20.AddColumnLeft]: "61698",
|
|
2015
2040
|
[BlueprintIcons_20.AddColumnRight]: "61699",
|
|
2016
2041
|
[BlueprintIcons_20.AddLocation]: "61700",
|
|
2042
|
+
[BlueprintIcons_20.AddParent]: "62366",
|
|
2017
2043
|
[BlueprintIcons_20.AddRowBottom]: "61701",
|
|
2018
2044
|
[BlueprintIcons_20.AddRowTop]: "61702",
|
|
2019
2045
|
[BlueprintIcons_20.AddToArtifact]: "61703",
|
|
@@ -2156,6 +2182,7 @@ export const BLUEPRINT_ICONS_20_CODEPOINTS: { [key in BlueprintIcons_20]: string
|
|
|
2156
2182
|
[BlueprintIcons_20.DataSearch]: "62319",
|
|
2157
2183
|
[BlueprintIcons_20.DataSync]: "62316",
|
|
2158
2184
|
[BlueprintIcons_20.Database]: "61812",
|
|
2185
|
+
[BlueprintIcons_20.DeleteClip]: "62371",
|
|
2159
2186
|
[BlueprintIcons_20.Delete]: "61813",
|
|
2160
2187
|
[BlueprintIcons_20.Delta]: "61814",
|
|
2161
2188
|
[BlueprintIcons_20.DeriveColumn]: "61815",
|
|
@@ -2167,6 +2194,8 @@ export const BLUEPRINT_ICONS_20_CODEPOINTS: { [key in BlueprintIcons_20]: string
|
|
|
2167
2194
|
[BlueprintIcons_20.DirectionRight]: "61820",
|
|
2168
2195
|
[BlueprintIcons_20.Disable]: "61821",
|
|
2169
2196
|
[BlueprintIcons_20.Divide]: "62247",
|
|
2197
|
+
[BlueprintIcons_20.DocumentCode]: "62368",
|
|
2198
|
+
[BlueprintIcons_20.DocumentLocked]: "62369",
|
|
2170
2199
|
[BlueprintIcons_20.DocumentOpen]: "61822",
|
|
2171
2200
|
[BlueprintIcons_20.DocumentShare]: "61823",
|
|
2172
2201
|
[BlueprintIcons_20.Document]: "61824",
|
|
@@ -2254,6 +2283,7 @@ export const BLUEPRINT_ICONS_20_CODEPOINTS: { [key in BlueprintIcons_20]: string
|
|
|
2254
2283
|
[BlueprintIcons_20.Geolocation]: "61896",
|
|
2255
2284
|
[BlueprintIcons_20.Geosearch]: "61897",
|
|
2256
2285
|
[BlueprintIcons_20.Geotime]: "62276",
|
|
2286
|
+
[BlueprintIcons_20.GiftBox]: "62370",
|
|
2257
2287
|
[BlueprintIcons_20.GitBranch]: "61898",
|
|
2258
2288
|
[BlueprintIcons_20.GitCommit]: "61899",
|
|
2259
2289
|
[BlueprintIcons_20.GitMerge]: "61900",
|
|
@@ -2505,6 +2535,7 @@ export const BLUEPRINT_ICONS_20_CODEPOINTS: { [key in BlueprintIcons_20]: string
|
|
|
2505
2535
|
[BlueprintIcons_20.Ring]: "62102",
|
|
2506
2536
|
[BlueprintIcons_20.RocketSlant]: "62103",
|
|
2507
2537
|
[BlueprintIcons_20.Rocket]: "62104",
|
|
2538
|
+
[BlueprintIcons_20.RootFolder]: "62367",
|
|
2508
2539
|
[BlueprintIcons_20.RotateCcw]: "62345",
|
|
2509
2540
|
[BlueprintIcons_20.RotateCw]: "62344",
|
|
2510
2541
|
[BlueprintIcons_20.RotateDocument]: "62105",
|
|
@@ -2585,6 +2616,7 @@ export const BLUEPRINT_ICONS_20_CODEPOINTS: { [key in BlueprintIcons_20]: string
|
|
|
2585
2616
|
[BlueprintIcons_20.Superscript]: "62266",
|
|
2586
2617
|
[BlueprintIcons_20.SwapHorizontal]: "62165",
|
|
2587
2618
|
[BlueprintIcons_20.SwapVertical]: "62166",
|
|
2619
|
+
[BlueprintIcons_20.Sweep]: "62372",
|
|
2588
2620
|
[BlueprintIcons_20.Switch]: "62167",
|
|
2589
2621
|
[BlueprintIcons_20.SymbolCircle]: "62168",
|
|
2590
2622
|
[BlueprintIcons_20.SymbolCross]: "62169",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M2 3v8h2v2H1a1 1 0 01-1-1V2a1 1 0 011-1h18a1 1 0 011 1v10a1 1 0 01-1 1h-3v-2h2V3H2zm9 11h2c.55 0 1 .45 1 1s-.45 1-1 1h-2v2c0 .55-.45 1-1 1s-1-.45-1-1v-2H7c-.55 0-1-.45-1-1s.45-1 1-1h2v-2c0-.55.45-1 1-1s1 .45 1 1v2z"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M18 17V9h-2V7h3a1 1 0 011 1v10a1 1 0 01-1 1H1a1 1 0 01-1-1V8a1 1 0 011-1h3v2H2v8h16zM9 6H7c-.55 0-1-.45-1-1s.45-1 1-1h2V2c0-.55.45-1 1-1s1 .45 1 1v2h2c.55 0 1 .45 1 1s-.45 1-1 1h-2v2c0 .55-.45 1-1 1s-1-.45-1-1V6z"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M19.707.293a1 1 0 00-1.414 0L15.5 3.086 12.707.293a1 1 0 10-1.414 1.414L14.086 4.5l-2.793 2.793a1 1 0 001.414 1.414L15.5 5.914l2.793 2.793a1 1 0 101.414-1.414L16.914 4.5l2.793-2.793a1 1 0 000-1.414zM0 5a1 1 0 011-1h4a1 1 0 010 2H2v3a1 1 0 01-2 0V5zm1 15a1 1 0 01-1-1v-4a1 1 0 112 0v3h3a1 1 0 110 2H1zm10 0h4a1 1 0 001-1v-4a1 1 0 10-2 0v3h-3a1 1 0 100 2zm0-8a3 3 0 11-6 0 3 3 0 016 0z"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M3 0h8l6 6v4.758A2.999 2.999 0 0015 10V7h-5V2H4v16h2.758c.038.043.077.084.118.124L8.752 20H3c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1zm9 12c.55 0 1 .45 1 1 0 .28-.11.53-.3.71L10.41 16l2.3 2.29a1.003 1.003 0 01-1.42 1.42l-3-3A.997.997 0 018 16c0-.28.11-.53.29-.71l3-3c.18-.18.43-.29.71-.29zm3.71.29l3 3c.18.18.29.43.29.71 0 .28-.11.53-.29.71l-3 3A1.003 1.003 0 0114 19c0-.28.11-.53.3-.71L16.59 16l-2.3-2.29a1.003 1.003 0 011.42-1.42z"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M3 0h8l6 6v3.555A3.981 3.981 0 0015 9V7h-5V2H4v16h5v1.5c0 .164.018.332.052.5H3c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1zm13.965 15.005h1.465c.275 0 .535.22.535.495v4c0 .275-.26.505-.535.505h-6.965c-.275 0-.465-.23-.465-.505v-4c0-.275.19-.495.465-.495h1.5V13a2 2 0 114 0v2.005zm-3-2v2.005h2v-2.005c0-.55-.45-1-1-1s-1 .45-1 1z"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M8.788.915A3.121 3.121 0 003.801 4.54H1a1 1 0 00-1 1v4a1 1 0 001 1h18a1 1 0 001-1v-4a1 1 0 00-1-1h-2.8A3.122 3.122 0 0011.211.915l-1 .999a4.16 4.16 0 00-.212.23 4.141 4.141 0 00-.213-.23l-.999-1zm5.424 3l-.626.626H11.02a2.14 2.14 0 01.606-1.213l.999-.999a1.121 1.121 0 111.586 1.586zm-5.233.626a2.14 2.14 0 00-.606-1.213l-.999-.999a1.121 1.121 0 10-1.586 1.586l.626.626H8.98zM7 11.54H1v7a1 1 0 001 1h5v-8zm12 0h-6v8h5a1 1 0 001-1v-7zm-11 0h4v8H8v-8z"];
|