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.

QueueMusicTwoTone.js 519 B

пре 3 година
123456789101112
  1. import React from 'react';
  2. import createSvgIcon from './utils/createSvgIcon';
  3. export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("circle", {
  4. cx: "16",
  5. cy: "17",
  6. r: "1",
  7. opacity: ".3"
  8. }), React.createElement("path", {
  9. d: "M3 10h12v2H3zM3 14h8v2H3zM3 6h12v2H3z"
  10. }), React.createElement("path", {
  11. d: "M17 14.18c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V8h3V6h-5v8.18zM16 18c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z"
  12. })), 'QueueMusicTwoTone');