UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 631 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function ChevronUpIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "chevron pointing up", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "m11.646 9.353-4.292 4.293a.5.5 0 0 0 0 .707l.703.704a.5.5 0 0 0 .707 0L12 11.83l3.236 3.227a.5.5 0 0 0 .707 0l.703-.704a.5.5 0 0 0 0-.707l-4.292-4.293a.5.5 0 0 0-.708 0Z" }) }); } exports.default = ChevronUpIcon;