@atlaskit/icon
Version:
An icon is a symbol representing a command, device, directory, or common action.
28 lines (27 loc) • 1.47 kB
JavaScript
/**
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::58eb69440e7f3c5bddfe5eebe60fdf2f>>
* @codegenCommand yarn build:icon-glyphs
*/
;
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" fill-rule="evenodd" d="M15 0H1v1.5h14zm0 16v-1.5H1V16zM7.47 3.22l-2.5 2.5 1.06 1.06 1.22-1.22v4.88L6.03 9.22l-1.06 1.06 2.5 2.5a.75.75 0 0 0 1.06 0l2.5-2.5-1.06-1.06-1.22 1.22V5.56l1.22 1.22 1.06-1.06-2.5-2.5a.75.75 0 0 0-1.06 0" clip-rule="evenodd"/>`
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
}, props));
ExpandVerticalIcon.displayName = 'ExpandVerticalIcon';
var _default = exports.default = ExpandVerticalIcon;