Skip to content

Commit

Permalink
docs(icon): Remove deprecated badge from old Icon component
Browse files Browse the repository at this point in the history
We'll add it back after the release
  • Loading branch information
lzcabrera committed Sep 26, 2017
1 parent ad91f88 commit 1d9e957
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/old-components/Icon/Icon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ import React from 'react'
import PropTypes from 'prop-types'
import classNames from 'classnames'

/**
* <span class="docs--badge__deprecated">deprecated</span>
*
* **This component is deprecated and should not be used. Use the
* [DecorativeIcon](#decorativeicon) or [StandaloneIcon](#standaloneicon) instead.**
*/
const Icon = ({ glyph, variant, fixedWidth, size, className, children, ...rest }) => {
const classes = classNames(
'icon',
Expand Down

0 comments on commit 1d9e957

Please sign in to comment.