25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ViewCompactTwoTone.js 371 B

3 년 전
12345678
  1. import React from 'react';
  2. import createSvgIcon from './utils/createSvgIcon';
  3. export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("path", {
  4. d: "M11 13h9v4h-9zm-6 0h4v4H5zm0-6h15v4H5z",
  5. opacity: ".3"
  6. }), React.createElement("path", {
  7. d: "M3 5v14h19V5H3zm6 12H5v-4h4v4zm11 0h-9v-4h9v4zm0-6H5V7h15v4z"
  8. })), 'ViewCompactTwoTone');