@atlaskit/editor-common
Version:
A package that contains common classes and components for editor and renderer
16 lines (15 loc) • 620 B
JavaScript
import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
var _templateObject;
/** @jsx jsx */
import { css, jsx } from '@emotion/react';
import EditIcon from '@atlaskit/icon/glyph/edit';
var editIconStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n width: 20px;\n"])));
/* eslint-disable @atlaskit/design-system/consistent-css-prop-usage */
export var SmallerEditIcon = function SmallerEditIcon() {
return jsx("div", {
css: editIconStyles
}, jsx(EditIcon, {
label: "edit"
}));
};
/* eslint-enable @atlaskit/design-system/consistent-css-prop-usage */