@esri/calcite-ui-icons 3.25.6 → 3.25.7
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/docs/icons.json +1 -1
- package/docs/keywords.json +91 -96
- package/icons/four-by-one-grid-16.svg +1 -0
- package/icons/four-by-one-grid-24.svg +1 -0
- package/icons/four-by-one-grid-32.svg +1 -0
- package/icons/four-by-three-grid-16.svg +1 -0
- package/icons/four-by-three-grid-24.svg +1 -0
- package/icons/four-by-three-grid-32.svg +1 -0
- package/icons/four-by-two-grid-16.svg +1 -0
- package/icons/four-by-two-grid-24.svg +1 -0
- package/icons/four-by-two-grid-32.svg +1 -0
- package/icons/three-by-one-grid-16.svg +1 -0
- package/icons/three-by-one-grid-24.svg +1 -0
- package/icons/three-by-one-grid-32.svg +1 -0
- package/icons/three-by-three-grid-16.svg +1 -0
- package/icons/three-by-three-grid-24.svg +1 -0
- package/icons/three-by-three-grid-32.svg +1 -0
- package/icons/three-by-two-grid-16.svg +1 -0
- package/icons/three-by-two-grid-24.svg +1 -0
- package/icons/three-by-two-grid-32.svg +1 -0
- package/index.d.ts +18 -18
- package/index.js +18 -18
- package/js/fourByOneGrid16.d.ts +1 -0
- package/js/fourByOneGrid16.js +1 -0
- package/js/fourByOneGrid16.json +1 -0
- package/js/fourByOneGrid24.d.ts +1 -0
- package/js/fourByOneGrid24.js +1 -0
- package/js/fourByOneGrid24.json +1 -0
- package/js/fourByOneGrid32.d.ts +1 -0
- package/js/fourByOneGrid32.js +1 -0
- package/js/fourByOneGrid32.json +1 -0
- package/js/fourByThreeGrid16.d.ts +1 -0
- package/js/fourByThreeGrid16.js +1 -0
- package/js/fourByThreeGrid16.json +1 -0
- package/js/fourByThreeGrid24.d.ts +1 -0
- package/js/fourByThreeGrid24.js +1 -0
- package/js/fourByThreeGrid24.json +1 -0
- package/js/fourByThreeGrid32.d.ts +1 -0
- package/js/fourByThreeGrid32.js +1 -0
- package/js/fourByThreeGrid32.json +1 -0
- package/js/fourByTwoGrid16.d.ts +1 -0
- package/js/fourByTwoGrid16.js +1 -0
- package/js/fourByTwoGrid16.json +1 -0
- package/js/fourByTwoGrid24.d.ts +1 -0
- package/js/fourByTwoGrid24.js +1 -0
- package/js/fourByTwoGrid24.json +1 -0
- package/js/fourByTwoGrid32.d.ts +1 -0
- package/js/fourByTwoGrid32.js +1 -0
- package/js/fourByTwoGrid32.json +1 -0
- package/js/threeByOneGrid16.d.ts +1 -0
- package/js/threeByOneGrid16.js +1 -0
- package/js/threeByOneGrid16.json +1 -0
- package/js/threeByOneGrid24.d.ts +1 -0
- package/js/threeByOneGrid24.js +1 -0
- package/js/threeByOneGrid24.json +1 -0
- package/js/threeByOneGrid32.d.ts +1 -0
- package/js/threeByOneGrid32.js +1 -0
- package/js/threeByOneGrid32.json +1 -0
- package/js/threeByThreeGrid16.d.ts +1 -0
- package/js/threeByThreeGrid16.js +1 -0
- package/js/threeByThreeGrid16.json +1 -0
- package/js/threeByThreeGrid24.d.ts +1 -0
- package/js/threeByThreeGrid24.js +1 -0
- package/js/threeByThreeGrid24.json +1 -0
- package/js/threeByThreeGrid32.d.ts +1 -0
- package/js/threeByThreeGrid32.js +1 -0
- package/js/threeByThreeGrid32.json +1 -0
- package/js/threeByTwoGrid16.d.ts +1 -0
- package/js/threeByTwoGrid16.js +1 -0
- package/js/threeByTwoGrid16.json +1 -0
- package/js/threeByTwoGrid24.d.ts +1 -0
- package/js/threeByTwoGrid24.js +1 -0
- package/js/threeByTwoGrid24.json +1 -0
- package/js/threeByTwoGrid32.d.ts +1 -0
- package/js/threeByTwoGrid32.js +1 -0
- package/js/threeByTwoGrid32.json +1 -0
- package/package.json +1 -1
- package/sprite-16.svg +1 -1
- package/sprite-24.svg +1 -1
- package/sprite-32.svg +1 -1
- package/icons/full-1-column-16.svg +0 -1
- package/icons/full-1-column-24.svg +0 -1
- package/icons/full-1-column-32.svg +0 -1
- package/icons/full-medium-1-column-16.svg +0 -1
- package/icons/full-medium-1-column-24.svg +0 -1
- package/icons/full-medium-1-column-32.svg +0 -1
- package/icons/full-small-1-column-16.svg +0 -1
- package/icons/full-small-1-column-24.svg +0 -1
- package/icons/full-small-1-column-32.svg +0 -1
- package/icons/large-2-column-16.svg +0 -1
- package/icons/large-2-column-24.svg +0 -1
- package/icons/large-2-column-32.svg +0 -1
- package/icons/medium-2-column-16.svg +0 -1
- package/icons/medium-2-column-24.svg +0 -1
- package/icons/medium-2-column-32.svg +0 -1
- package/icons/small-2-column-16.svg +0 -1
- package/icons/small-2-column-24.svg +0 -1
- package/icons/small-2-column-32.svg +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[{"opacity":".5","d":"M16 10h-5V5h5v5zm6-5h-5v5h5V5zm6 0h-5v5h5V5zm-12 6h-5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5z"},{"d":"M30 30H3V3h27v27zM4 29h25V4H4v25z"}]
|