@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
14 lines (13 loc) • 1.38 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _base = require("@atlaskit/icon/base");
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const VidSpeakingCircleIcon = props => /*#__PURE__*/_react.default.createElement(_base.IconFacade, Object.assign({
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill-rule="evenodd"><path fill="currentcolor" d="M2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2 2 6.477 2 12"/><path fill="inherit" fill-rule="nonzero" d="M12.229 7.652c.04.048.124.16.238.33.198.294.398.631.584 1.006 1.138 2.288 1.243 4.648-.316 6.864a8 8 0 0 1-.377.492 1 1 0 0 0 .156 1.43 1.06 1.06 0 0 0 1.467-.152q.255-.306.475-.62c2.045-2.907 1.907-6.017.472-8.901-.392-.788-.788-1.376-1.07-1.72a1.06 1.06 0 0 0-1.466-.158 1 1 0 0 0-.163 1.429"/><path fill="inherit" fill-rule="nonzero" d="M9.213 9.619c.08.101.226.33.377.658.608 1.318.608 2.72-.404 4.141-.32.45-.217 1.074.23 1.395a.99.99 0 0 0 1.389-.231c1.476-2.073 1.476-4.226.591-6.146a5.5 5.5 0 0 0-.619-1.055.99.99 0 0 0-1.398-.166c-.431.341-.506.97-.166 1.404"/></g></svg>`
}, props));
VidSpeakingCircleIcon.displayName = 'VidSpeakingCircleIcon';
var _default = exports.default = VidSpeakingCircleIcon;