UNPKG

@wordpress/icons

Version:
14 lines 419 B
/** * WordPress dependencies */ import { SVG, Path } from '@wordpress/primitives'; import { jsx as _jsx } from "react/jsx-runtime"; const chevronDown = /*#__PURE__*/_jsx(SVG, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: /*#__PURE__*/_jsx(Path, { d: "M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z" }) }); export default chevronDown; //# sourceMappingURL=chevron-down.js.map