UNPKG

@wordpress/icons

Version:
14 lines 499 B
/** * WordPress dependencies */ import { SVG, Path } from '@wordpress/primitives'; import { jsx as _jsx } from "react/jsx-runtime"; const chevronRightSmall = /*#__PURE__*/_jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /*#__PURE__*/_jsx(Path, { d: "M10.8622 8.04053L14.2805 12.0286L10.8622 16.0167L9.72327 15.0405L12.3049 12.0286L9.72327 9.01672L10.8622 8.04053Z" }) }); export default chevronRightSmall; //# sourceMappingURL=chevron-right-small.js.map