UNPKG

@atlaskit/icon

Version:

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

14 lines (13 loc) 1.05 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 HipchatChevronDoubleDownIcon = props => /*#__PURE__*/_react.default.createElement(_base.IconFacade, Object.assign({ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><path fill="currentcolor" fill-rule="evenodd" d="m14.3 13.29-2.31 2.33-2.3-2.32a.99.99 0 0 0-1.4 0 1.01 1.01 0 0 0 0 1.42l2.93 2.96c.21.22.49.32.77.32s.56-.11.78-.32l2.94-2.96a1.01 1.01 0 0 0 0-1.42.99.99 0 0 0-1.41 0m0-6.01-2.31 2.33-2.3-2.32a.99.99 0 0 0-1.4 0 1.01 1.01 0 0 0 0 1.42l2.93 2.96c.21.22.49.32.77.32s.56-.11.78-.32l2.94-2.96a1.01 1.01 0 0 0 0-1.42.99.99 0 0 0-1.41 0"/></svg>` }, props)); HipchatChevronDoubleDownIcon.displayName = 'HipchatChevronDoubleDownIcon'; var _default = exports.default = HipchatChevronDoubleDownIcon;