@instructure/ui-icons 7.9.0 → 7.13.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.md +22 -0
- package/es/IconButtonAndIconMakerLine.js +49 -0
- package/es/IconButtonAndIconMakerSolid.js +42 -0
- package/es/IconImmersiveReaderLine.js +52 -0
- package/es/IconImmersiveReaderSolid.js +55 -0
- package/es/IconImportantDatesLine.js +48 -0
- package/es/IconImportantDatesSolid.js +43 -0
- package/es/IconSubtitlesLine.js +49 -0
- package/es/IconSubtitlesSolid.js +43 -0
- package/es/font/Line/InstructureIcons-Line.css +323 -303
- package/es/font/Line/InstructureIcons-Line.eot +0 -0
- package/es/font/Line/InstructureIcons-Line.svg +316 -304
- 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 +311 -303
- package/es/font/Solid/InstructureIcons-Solid.css +323 -303
- package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/es/font/Solid/InstructureIcons-Solid.svg +316 -304
- 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 +311 -303
- package/es/font/index.js +686 -606
- package/es/index.js +8 -0
- package/es/svg/index.js +1 -1
- package/lib/IconButtonAndIconMakerLine.js +65 -0
- package/lib/IconButtonAndIconMakerSolid.js +58 -0
- package/lib/IconImmersiveReaderLine.js +68 -0
- package/lib/IconImmersiveReaderSolid.js +71 -0
- package/lib/IconImportantDatesLine.js +64 -0
- package/lib/IconImportantDatesSolid.js +59 -0
- package/lib/IconSubtitlesLine.js +65 -0
- package/lib/IconSubtitlesSolid.js +59 -0
- package/lib/font/Line/InstructureIcons-Line.css +323 -303
- package/lib/font/Line/InstructureIcons-Line.eot +0 -0
- package/lib/font/Line/InstructureIcons-Line.svg +316 -304
- 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 +311 -303
- package/lib/font/Solid/InstructureIcons-Solid.css +323 -303
- package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.svg +316 -304
- 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 +311 -303
- package/lib/font/index.js +701 -613
- package/lib/index.js +64 -0
- package/lib/svg/index.js +1 -1
- package/package.json +4 -4
- package/svg/Line/button-and-icon-maker.svg +6 -0
- package/svg/Line/immersive-reader.svg +7 -0
- package/svg/Line/important-dates.svg +6 -0
- package/svg/Line/subtitles.svg +6 -0
- package/svg/Solid/button-and-icon-maker.svg +3 -0
- package/svg/Solid/immersive-reader.svg +8 -0
- package/svg/Solid/important-dates.svg +3 -0
- package/svg/Solid/subtitles.svg +3 -0
|
Binary file
|