UNPKG

@wordpress/icons

Version:
21 lines (19 loc) 600 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _primitives = require("@wordpress/primitives"); var _jsxRuntime = require("react/jsx-runtime"); /** * WordPress dependencies */ const chevronDown = /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.SVG, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.Path, { d: "M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z" }) }); var _default = exports.default = chevronDown; //# sourceMappingURL=chevron-down.js.map