UNPKG

@atlaskit/icon

Version:

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

28 lines (27 loc) 1.43 kB
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::f805017d4bff7e0b184fac688c1d087a>> * @codegenCommand yarn build:icon-glyphs */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _baseNew = _interopRequireDefault(require("@atlaskit/icon/base-new")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } /** * Icon: "ExpandVertical". * Category: single-purpose * Location: @atlaskit/icon * Usage guidance: Single purpose - Reserved for expanding an element to its maximum height. * - [Examples](https://atlaskit.atlassian.com/packages/design-system/icon) * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons) */ const ExpandVerticalIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({ dangerouslySetGlyph: `<path fill="currentcolor" d="M1 1.5h14V0H1zM1 16h14v-1.5H1zm6.47-1.72a.75.75 0 0 0 1.06 0l3.25-3.25-1.06-1.06-1.97 1.97V4.06l1.97 1.97 1.06-1.06-3.25-3.25a.75.75 0 0 0-1.06 0L4.22 4.97l1.06 1.06 1.97-1.97v7.88L5.28 9.97l-1.06 1.06z"/>` // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props }, props)); ExpandVerticalIcon.displayName = 'ExpandVerticalIcon'; var _default = exports.default = ExpandVerticalIcon;