@instructure/ui-icons 8.19.0 → 8.19.1-snapshot.11
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/LICENSE.md +27 -0
- package/es/IconAnnotateLine.js +9 -3
- package/es/IconAnnotateSolid.js +9 -3
- package/es/IconMiniArrowDoubleLine.js +40 -0
- package/es/IconMiniArrowDoubleSolid.js +40 -0
- package/es/font/Line/InstructureIcons-Line.css +175 -170
- package/es/font/Line/InstructureIcons-Line.eot +0 -0
- package/es/font/Line/InstructureIcons-Line.svg +173 -170
- package/es/font/Line/InstructureIcons-Line.ttf +0 -0
- package/es/font/Line/InstructureIcons-Line.woff +0 -0
- package/es/font/Line/InstructureIcons-Line.woff2 +0 -0
- package/es/font/Line/InstructureIcons-Line_icon-map.scss +172 -170
- package/es/font/Solid/InstructureIcons-Solid.css +175 -170
- package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/es/font/Solid/InstructureIcons-Solid.svg +173 -170
- package/es/font/Solid/InstructureIcons-Solid.ttf +0 -0
- package/es/font/Solid/InstructureIcons-Solid.woff +0 -0
- package/es/font/Solid/InstructureIcons-Solid.woff2 +0 -0
- package/es/font/Solid/InstructureIcons-Solid_icon-map.scss +172 -170
- package/es/font/index.js +360 -340
- package/es/index.js +2 -0
- package/es/svg/index.js +1 -1
- package/lib/IconAnnotateLine.js +9 -3
- package/lib/IconAnnotateSolid.js +9 -3
- package/lib/IconMiniArrowDoubleLine.js +51 -0
- package/lib/IconMiniArrowDoubleSolid.js +51 -0
- package/lib/font/Line/InstructureIcons-Line.css +175 -170
- package/lib/font/Line/InstructureIcons-Line.eot +0 -0
- package/lib/font/Line/InstructureIcons-Line.svg +173 -170
- package/lib/font/Line/InstructureIcons-Line.ttf +0 -0
- package/lib/font/Line/InstructureIcons-Line.woff +0 -0
- package/lib/font/Line/InstructureIcons-Line.woff2 +0 -0
- package/lib/font/Line/InstructureIcons-Line_icon-map.scss +172 -170
- package/lib/font/Solid/InstructureIcons-Solid.css +175 -170
- package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.svg +173 -170
- package/lib/font/Solid/InstructureIcons-Solid.ttf +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.woff +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.woff2 +0 -0
- package/lib/font/Solid/InstructureIcons-Solid_icon-map.scss +172 -170
- package/lib/font/index.js +367 -345
- package/lib/index.js +16 -0
- package/lib/svg/index.js +1 -1
- package/package.json +6 -5
- package/svg/Line/annotate.svg +4 -2
- package/svg/Line/mini-arrow-double.svg +3 -0
- package/svg/Solid/annotate.svg +4 -2
- package/svg/Solid/mini-arrow-double.svg +3 -0
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/IconAnnotateLine.d.ts.map +1 -1
- package/types/IconAnnotateSolid.d.ts.map +1 -1
- package/types/IconMiniArrowDoubleLine.d.ts +29 -0
- package/types/IconMiniArrowDoubleLine.d.ts.map +1 -0
- package/types/IconMiniArrowDoubleSolid.d.ts +29 -0
- package/types/IconMiniArrowDoubleSolid.d.ts.map +1 -0
- package/types/font/index.d.ts +376 -340
- package/types/index.d.ts +2 -0
- package/types/index.d.ts.map +1 -1
- package/types/svg/index.d.ts +360 -340
|
Binary file
|