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.

PermScanWifiSharp.js 269 B

3 vuotta sitten
12345
  1. import React from 'react';
  2. import createSvgIcon from './utils/createSvgIcon';
  3. export default createSvgIcon(React.createElement("path", {
  4. d: "M12 3C6.95 3 3.15 4.85 0 7.23L12 22 24 7.25C20.85 4.87 17.05 3 12 3zm1 13h-2v-6h2v6zm-2-8V6h2v2h-2z"
  5. }), 'PermScanWifiSharp');