import React from 'react';

/**
 * https://raw.githubusercontent.com/icons8/line-awesome/master/svg/cube-solid.svg
 */
export default props =>
(
  <svg version="1.0" viewBox="0 0 22 22" preserveAspectRatio="xMidYMid meet" {...props} >
    <path d="M0,0 L22,0 L22,22 L0,22 L0,0 Z M2,2 L2,20 L20,20 L20,2 L2,2 Z" />
  </svg>
);
