We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b426e commit d00c4acCopy full SHA for d00c4ac
src/icons/index.js
@@ -67,7 +67,7 @@ export const BIconAlertCircleFill = /*#__PURE__*/ makeIcon(
67
iconComponents.BIconAlertCircleFill = BIconAlertCircleFill
68
69
export const BIconAlertCircle = /*#__PURE__*/ makeIcon(
70
- 'AlertCircle'
+ 'AlertCircle',
71
'<path fill-rule="evenodd" d="M10 17a7 7 0 100-14 7 7 0 000 14zm0 1a8 8 0 100-16 8 8 0 000 16z" clip-rule="evenodd"/><path d="M9.002 13a1 1 0 112 0 1 1 0 01-2 0zM9.1 6.995a.905.905 0 111.8 0l-.35 3.507a.553.553 0 01-1.1 0L9.1 6.995z"/>'
72
)
73
iconComponents.BIconAlertCircle = BIconAlertCircle
0 commit comments