Skip to content

Commit

Permalink
feat(Icons): Added settings icon
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-fx committed Jan 9, 2024
1 parent db9cdb5 commit 34a188c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/icons/solid/esm/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export { default as RemoveBoldIcon } from './RemoveBoldIcon'
export { default as ReorderDownIcon } from './ReorderDownIcon'
export { default as SettingMenuHorizontalIcon } from './SettingMenuHorizontalIcon'
export { default as SettingMenuVerticalIcon } from './SettingMenuVerticalIcon'
export { default as SettingsIcon } from './SettingsIcon'
export { default as ShapePyramidIcon } from './ShapePyramidIcon'
export { default as StarAlternateIcon } from './StarAlternateIcon'
export { default as StarIcon } from './StarIcon'
Expand Down
1 change: 1 addition & 0 deletions packages/icons/solid/esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export { default as RemoveBoldIcon } from './RemoveBoldIcon.js'
export { default as ReorderDownIcon } from './ReorderDownIcon.js'
export { default as SettingMenuHorizontalIcon } from './SettingMenuHorizontalIcon.js'
export { default as SettingMenuVerticalIcon } from './SettingMenuVerticalIcon.js'
export { default as SettingsIcon } from './SettingsIcon.js'
export { default as ShapePyramidIcon } from './ShapePyramidIcon.js'
export { default as StarAlternateIcon } from './StarAlternateIcon.js'
export { default as StarIcon } from './StarIcon.js'
Expand Down
1 change: 1 addition & 0 deletions packages/icons/solid/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export { default as RemoveBoldIcon } from './RemoveBoldIcon'
export { default as ReorderDownIcon } from './ReorderDownIcon'
export { default as SettingMenuHorizontalIcon } from './SettingMenuHorizontalIcon'
export { default as SettingMenuVerticalIcon } from './SettingMenuVerticalIcon'
export { default as SettingsIcon } from './SettingsIcon'
export { default as ShapePyramidIcon } from './ShapePyramidIcon'
export { default as StarAlternateIcon } from './StarAlternateIcon'
export { default as StarIcon } from './StarIcon'
Expand Down
1 change: 1 addition & 0 deletions packages/icons/solid/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ module.exports.RemoveBoldIcon = require("./RemoveBoldIcon.js")
module.exports.ReorderDownIcon = require("./ReorderDownIcon.js")
module.exports.SettingMenuHorizontalIcon = require("./SettingMenuHorizontalIcon.js")
module.exports.SettingMenuVerticalIcon = require("./SettingMenuVerticalIcon.js")
module.exports.SettingsIcon = require("./SettingsIcon.js")
module.exports.ShapePyramidIcon = require("./ShapePyramidIcon.js")
module.exports.StarAlternateIcon = require("./StarAlternateIcon.js")
module.exports.StarIcon = require("./StarIcon.js")
Expand Down
3 changes: 3 additions & 0 deletions packages/icons/src/solid/settings.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 34a188c

Please sign in to comment.