UNPKG

@atlaskit/icon

Version:

An icon is a symbol representing a command, device, directory, or common action.

14 lines (13 loc) 1.37 kB
"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 BitbucketPipelinesIcon = 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 d="M7.293 5.293a1 1 0 0 0 0 1.414L8.586 8 7.293 9.293a1 1 0 1 0 1.415 1.414l1.995-1.995a1 1 0 0 0 0-1.423L8.708 5.293a.997.997 0 0 0-1.415 0"/><path d="M16.473 7c-2.861.01-5.093 2.063-5.392 4.847L10.973 13a3.51 3.51 0 0 1-4.243 2.917 3.48 3.48 0 0 1-2.634-2.593 3.506 3.506 0 0 1 3.806-4.302c.582.066 1.105-.347 1.105-.934v-.102a.95.95 0 0 0-.82-.944 5.7 5.7 0 0 0-1.866.081c-2.08.433-3.764 2.113-4.198 4.194A5.508 5.508 0 0 0 7.505 18a5.503 5.503 0 0 0 5.482-5l.105-1.265c.228-1.645 2.057-3.087 4.148-2.659a3.49 3.49 0 0 1 2.68 2.677 3.506 3.506 0 0 1-2.246 4.044 1.01 1.01 0 0 0-.691.946c0 .683.673 1.178 1.317.954a5.505 5.505 0 0 0 3.61-6.204C21.452 8.908 19.096 6.991 16.473 7"/></g></svg>` }, props)); BitbucketPipelinesIcon.displayName = 'BitbucketPipelinesIcon'; var _default = exports.default = BitbucketPipelinesIcon;