mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-22 20:39:50 -04:00
11 lines
534 B
JavaScript
11 lines
534 B
JavaScript
import * as React from 'react';
|
|
import createSvgIcon from './utils/createSvgIcon';
|
|
export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
d: "M20 1H8v17.99h12V1zm-6 2c1.1 0 2 .89 2 2s-.9 2-2 2-2-.89-2-2 .9-2 2-2zm0 13.5c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"
|
|
}), /*#__PURE__*/React.createElement("circle", {
|
|
cx: "14",
|
|
cy: "12.5",
|
|
r: "2.5"
|
|
}), /*#__PURE__*/React.createElement("path", {
|
|
d: "M6 5H4v18h12v-2H6z"
|
|
})), 'SpeakerGroupSharp'); |