UNPKG

@wordpress/icons

Version:
21 lines (19 loc) 645 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 chevronDownSmall = /*#__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: "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" }) }); var _default = exports.default = chevronDownSmall; //# sourceMappingURL=chevron-down-small.js.map