UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 559 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function CaretUpIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "caret pointing up", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "m12.354 8.354 4.792 4.793a.5.5 0 0 1-.353.853H7.207a.5.5 0 0 1-.353-.854l4.792-4.792a.5.5 0 0 1 .708 0Z" }) }); } exports.default = CaretUpIcon;