UNPKG

@atlaskit/icon

Version:

A React package that contains icons

22 lines (14 loc) 1.82 kB
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var _react = require('react'); var _react2 = _interopRequireDefault(_react); var _index = require('../es5/index'); var _index2 = _interopRequireDefault(_index); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var JiraSoftwareIcon = function JiraSoftwareIcon(props) { return _react2.default.createElement(_index2.default, _extends({ dangerouslySetGlyph: '<svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><defs><linearGradient x1="28.264%" y1="81.66%" x2="80.418%" y2="47.767%" id="a-idPlaceholder"><stop stop-color="inherit" stop-opacity=".4" offset="0%"/><stop stop-color="inherit" offset="100%"/></linearGradient><linearGradient x1="89.327%" y1="41.805%" x2="36.752%" y2="75.932%" id="b-idPlaceholder"><stop stop-color="inherit" stop-opacity=".4" offset="0%"/><stop stop-color="inherit" offset="100%"/></linearGradient></defs><path d="M11.903 22.185a5.082 5.082 0 0 0 0-7.196L5.259 8.38l-3.021 3.016a.808.808 0 0 0 0 1.143l9.665 9.646z" fill="currentColor"/><path d="M15.208 11.69l-3.305 3.299a5.082 5.082 0 0 1 0 7.196l6.91-6.897-3.605-3.598z" fill="url(#a-idPlaceholder)"/><path d="M21.568 11.396L11.903 1.75l-.03.03a5.08 5.08 0 0 0 .022 7.172l6.648 6.606 3.025-3.019a.808.808 0 0 0 0-1.143z" fill="currentColor"/><path d="M11.903 8.947a5.08 5.08 0 0 1-.022-7.173L4.986 8.653l3.606 3.598 3.31-3.304z" fill="url(#b-idPlaceholder)"/></svg>' }, props)); }; exports.default = JiraSoftwareIcon;