You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SignalCellularAlt.js 209 B

3 jaren geleden
12345
  1. import React from 'react';
  2. import createSvgIcon from './utils/createSvgIcon';
  3. export default createSvgIcon(React.createElement("path", {
  4. d: "M17 4h3v16h-3zM5 14h3v6H5zm6-5h3v11h-3z"
  5. }), 'SignalCellularAlt');