UNPKG

@atlaskit/icon

Version:

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

17 lines (16 loc) 1.09 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _base = require("@atlaskit/icon/base"); var _arrowUpRight = _interopRequireDefault(require("@atlaskit/icon/core/arrow-up-right")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const OpenIcon = 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="M11.031 7A1.03 1.03 0 0 0 10 8.036a1.05 1.05 0 0 0 1.044 1.045l3.121.014.014 3.121a1.05 1.05 0 0 0 1.045 1.044 1.03 1.03 0 0 0 1.036-1.035l-.019-4.161a1.053 1.053 0 0 0-1.045-1.045L11.035 7z"/><path d="m13.364 8.292-7.071 7.071a1 1 0 0 0 0 1.415 1 1 0 0 0 1.414 0l7.071-7.071A1.002 1.002 0 0 0 14.071 8a1 1 0 0 0-.707.292"/></g></svg>` }, props, { newIcon: _arrowUpRight.default })); OpenIcon.displayName = 'OpenIcon'; var _default = exports.default = OpenIcon;