UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 674 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function ArrowUpIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "arrow pointing up", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M18.01 11.136a.5.5 0 0 1-.708 0L13 6.834V20.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V6.832l-4.304 4.304a.5.5 0 0 1-.707 0l-.708-.707a.5.5 0 0 1 0-.707l6.364-6.364a.5.5 0 0 1 .707 0l6.364 6.364a.5.5 0 0 1 0 .707l-.707.707Z" }) }); } exports.default = ArrowUpIcon;