UNPKG

@atlaskit/icon

Version:

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

14 lines (13 loc) 1.38 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 BitbucketCompareIcon = 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"><path d="M10.067 16.441c.334.918 1.306 1.6 2.28 1.6h6.167c.55 0 .996-.444.996-1a1 1 0 0 0-.996-1h-6.167c-.133 0-.355-.156-.401-.284l-.816-2.263zM7.94 10.547l-.816-2.263C7.08 8.16 6.851 8 6.722 8H3.998C3.456 8 3 7.552 3 7c0-.556.447-1 .998-1h2.724c.97 0 1.949.686 2.282 1.6z"/><path d="M19.51 7a1 1 0 0 0-.996-1h-6.167c-.976 0-1.95.684-2.283 1.605l-2.94 8.152c-.044.123-.273.284-.402.284H3.998a.996.996 0 0 0-.998 1c0 .552.456 1 .998 1h2.724c.972 0 1.953-.689 2.284-1.606l2.94-8.151c.046-.128.268-.284.401-.284h6.167c.55 0 .996-.444.996-1"/><path d="M17.29 8.29A1 1 0 1 0 18.7 9.7l2-2a1 1 0 0 0 0-1.42l-2-2a1 1 0 0 0-1.41 1.41L18.59 7zm0 10a1 1 0 0 0 1.41 1.41l2-2a1 1 0 0 0 0-1.42l-2-2a1 1 0 0 0-1.41 1.41l1.3 1.31z"/></g></svg>` }, props)); BitbucketCompareIcon.displayName = 'BitbucketCompareIcon'; var _default = exports.default = BitbucketCompareIcon;