@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
14 lines • 464 B
JavaScript
/**
* WordPress dependencies
*/
import { SVG, Path } from '@wordpress/primitives';
import { jsx as _jsx } from "react/jsx-runtime";
const chevronDownSmall = /*#__PURE__*/_jsx(SVG, {
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg",
children: /*#__PURE__*/_jsx(Path, {
d: "m15.99 10.889-3.988 3.418-3.988-3.418.976-1.14 3.012 2.582 3.012-2.581.976 1.139Z"
})
});
export default chevronDownSmall;
//# sourceMappingURL=chevron-down-small.js.map