@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
17 lines (16 loc) • 1.52 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");
var _volumeHigh = _interopRequireDefault(require("@atlaskit/icon/core/volume-high"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const HipchatOutgoingSoundIcon = props => /*#__PURE__*/_react.default.createElement(_base.IconFacade, Object.assign({
dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor" fill-rule="evenodd"><path fill-rule="nonzero" d="M17.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-rule="nonzero" d="M14.214 9.619c.079.101.225.33.376.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-.165 1.404"/><path d="M7 15V9l4.74-3.89c.57-.32 1.26.12 1.26.8v12.18c0 .68-.69 1.12-1.26.8zM4 9h2v6H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1"/></g></svg>`
}, props, {
newIcon: _volumeHigh.default
}));
HipchatOutgoingSoundIcon.displayName = 'HipchatOutgoingSoundIcon';
var _default = exports.default = HipchatOutgoingSoundIcon;