25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

VerticalAlignBottomTwoTone.js 216 B

3 yıl önce
12345
  1. import React from 'react';
  2. import createSvgIcon from './utils/createSvgIcon';
  3. export default createSvgIcon(React.createElement("path", {
  4. d: "M11 3v10H8l4 4 4-4h-3V3zM4 19h16v2H4z"
  5. }), 'VerticalAlignBottomTwoTone');