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.

Brightness1.js 192 B

3 years ago
1234567
  1. import React from 'react';
  2. import createSvgIcon from './utils/createSvgIcon';
  3. export default createSvgIcon(React.createElement("circle", {
  4. cx: "12",
  5. cy: "12",
  6. r: "10"
  7. }), 'Brightness1');