.svg-wrap {
  height: 28px;
  width: 28px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border-radius: 4px; }
  .svg-wrap svg {
    fill: currentColor;
    stroke: currentColor;
    width: 100%;
    height: 100%; }
  .svg-wrap.super {
    vertical-align: super; }
  .svg-wrap.sub {
    /* Margins because vertical-align does not move enough */
    margin-top: 14px; }
  .svg-wrap.search {
    margin-top: -6px;
    margin-left: 1px;
    color: #999;
    border: none;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 0 #ccc;
    background-color: transparent; }

.svg-sm {
  height: 20px;
  width: 20px; }
  .svg-sm.sub {
    margin-top: 7px; }

.svg-lg {
  height: 42px;
  width: 42px; }
  .svg-lg.sub {
    margin-top: 21px; }

.svg-2x {
  height: 56px;
  width: 56px; }
  .svg-2x.sub {
    margin-top: 28px; }

.svg-3x {
  height: 84px;
  width: 84px; }
  .svg-3x.sub {
    margin-top: 42px; }

/*# sourceMappingURL=style.css.map */
