diff --git a/packages/button/src/__stories__/Button.story.js b/packages/button/src/__stories__/Button.story.js index 99bca1515..77558af5c 100644 --- a/packages/button/src/__stories__/Button.story.js +++ b/packages/button/src/__stories__/Button.story.js @@ -5,6 +5,14 @@ import { Settings16, Settings24 } from "@weave-design/icons"; import Button from "../index"; import Readme from "../../README.md"; import { targets, types, widths } from "../constants"; +import iconOnlyStylesheet from "../utils/iconOnlyStylesheet"; + +const buttonWithIconOnlyCode = ` +import Button, {iconOnlyStylesheet} from "@weave-design/button"; +import { Settings24 } from "@weave-design/icons"; + +