UNPKG

@gechiui/block-editor

Version:
25 lines (22 loc) 701 B
import _extends from "@babel/runtime/helpers/esm/extends"; import { createElement } from "@gechiui/element"; /** * GeChiUI dependencies */ import { SVG, Path } from '@gechiui/components'; import { isRTL } from '@gechiui/i18n'; const Subdirectory = _ref => { let { ...extraProps } = _ref; return createElement(SVG, _extends({ xmlns: "http://www.w3.org/2000/svg", width: 14, height: 14, viewBox: "0 0 20 20" }, extraProps), createElement(Path, { d: "M19 15l-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9l6 6z", transform: isRTL() ? 'scale(-1,1) translate(-20,0)' : undefined })); }; export default Subdirectory; //# sourceMappingURL=subdirectory-icon.js.map