Skip to content

Commit 6ee0b51

Browse files
authored
fix(saas-icon): add lost icon (#3903)
1 parent ce0a245 commit 6ee0b51

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/vue-icon-saas/index.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,6 +1433,12 @@ export const IconTotalNolume = () => ({
14331433
export const iconTotalNolume = IconTotalNolume
14341434
export const IconSubScript = () => ({ ...IconSubscript(), name: 'IconSubScript', deprecatedBy: 'IconSubscript' })
14351435
export const iconSubScript = IconSubScript
1436+
export const IconWriteProductioPlan = () => ({
1437+
...IconWriteProductionPlan(),
1438+
name: 'IconWriteProductioPlan',
1439+
deprecatedBy: 'IconWriteProductionPlan'
1440+
})
1441+
export const iconWriteProductioPlan = IconWriteProductioPlan
14361442

14371443
export default {
14381444
IconAbnormalCheckIn,
@@ -2139,5 +2145,6 @@ export default {
21392145
IconWord,
21402146
IconZip,
21412147
IconTotalNolume,
2142-
IconSubScript
2148+
IconSubScript,
2149+
IconWriteProductioPlan
21432150
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import IconWriteProductioPlan from './write-production-plan'
2+
3+
export default IconWriteProductioPlan

0 commit comments

Comments
 (0)