@instructure/ui-icons 8.24.6-snapshot.7 → 8.25.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 +6 -7
- package/es/IconBankLine.js +14 -4
- package/es/IconBankSolid.js +10 -4
- package/es/IconConfigureLine.js +41 -0
- package/es/IconConfigureSolid.js +41 -0
- package/es/font/Line/InstructureIcons-Line.css +281 -276
- package/es/font/Line/InstructureIcons-Line.eot +0 -0
- package/es/font/Line/InstructureIcons-Line.svg +280 -277
- 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 +278 -276
- package/es/font/Solid/InstructureIcons-Solid.css +281 -276
- package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/es/font/Solid/InstructureIcons-Solid.svg +280 -277
- 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 +278 -276
- package/es/font/index.js +572 -552
- package/es/index.js +33 -31
- package/es/svg/index.js +1 -1
- package/lib/IconBankLine.js +14 -4
- package/lib/IconBankSolid.js +10 -4
- package/lib/IconConfigureLine.js +52 -0
- package/lib/IconConfigureSolid.js +52 -0
- package/lib/font/Line/InstructureIcons-Line.css +281 -276
- package/lib/font/Line/InstructureIcons-Line.eot +0 -0
- package/lib/font/Line/InstructureIcons-Line.svg +280 -277
- 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 +278 -276
- package/lib/font/Solid/InstructureIcons-Solid.css +281 -276
- package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.svg +280 -277
- 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 +278 -276
- package/lib/font/index.js +581 -559
- package/lib/index.js +48 -32
- package/lib/svg/index.js +1 -1
- package/package.json +5 -6
- package/svg/Line/bank.svg +6 -1
- package/svg/Line/configure.svg +3 -0
- package/svg/Solid/bank.svg +4 -1
- package/svg/Solid/configure.svg +3 -0
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/IconBankLine.d.ts.map +1 -1
- package/types/IconBankSolid.d.ts.map +1 -1
- package/types/IconConfigureLine.d.ts +29 -0
- package/types/IconConfigureLine.d.ts.map +1 -0
- package/types/IconConfigureSolid.d.ts +29 -0
- package/types/IconConfigureSolid.d.ts.map +1 -0
- package/types/font/index.d.ts +588 -552
- package/types/index.d.ts +32 -30
- package/types/index.d.ts.map +1 -1
- package/types/svg/index.d.ts +572 -552
- package/LICENSE.md +0 -27
|
Binary file
|