UNPKG

@gechiui/icons

Version:
23 lines (19 loc) 569 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _element = require("@gechiui/element"); var _primitives = require("@gechiui/primitives"); /** * GeChiUI dependencies */ const chevronUp = (0, _element.createElement)(_primitives.SVG, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, (0, _element.createElement)(_primitives.Path, { d: "M6.5 12.4L12 8l5.5 4.4-.9 1.2L12 10l-4.5 3.6-1-1.2z" })); var _default = chevronUp; exports.default = _default; //# sourceMappingURL=chevron-up.js.map