We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c689aa commit d367d1dCopy full SHA for d367d1d
packages/bpk-component-button/readme.md
@@ -13,7 +13,7 @@ npm install bpk-component-button --save-dev
13
```js
14
import React from 'react';
15
import { withButtonAlignment, withRtlSupport } from 'bpk-component-icon';
16
-import ArrowIcon from 'bpk-component-icon/sm/long-arrow-right-alt';
+import ArrowIcon from 'bpk-component-icon/sm/long-arrow-right';
17
import BpkButton from 'bpk-component-button';
18
19
const AlignedArrowIcon = withButtonAlignment(withRtlSupport(ArrowIcon));
0 commit comments