Skip to content

Commit

Permalink
Update docs/content/packages/javascript.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Cole Bemis <[email protected]>
  • Loading branch information
ashygee and colebemis authored Dec 7, 2020
1 parent c56ba01 commit 868e508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/packages/javascript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ octicons.x.toSVG()
// <svg version="1.1" width="12" height="16" viewBox="0 0 12 16" class="octicon octicon-x" aria-hidden="true"><path d="M7.48 8l3.75 3.75-1.48 1.48L6 9.48l-3.75 3.75-1.48-1.48L4.52 8 .77 4.25l1.48-1.48L6 6.52l3.75-3.75 1.48 1.48z"/></svg>
```

The `.toSVG()` method accepts an optional `options` object. This is used to add CSS classnames, acessibility options, and sizing.
The `.toSVG()` method accepts an optional `options` object. This is used to add CSS class names, accessibility options, and sizes.

#### class

Expand Down

0 comments on commit 868e508

Please sign in to comment.