UNPKG

@git-temporal/git-temporal-react

Version:

<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

14 lines (13 loc) 841 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const react_1 = __importDefault(require("react")); const styles_1 = require("app/styles"); exports.CaretDownIcon = (props) => { const { width = 16, height = 16 } = props; return (react_1.default.createElement("svg", { width: width, height: height, role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 320 512", style: styles_1.style(props.style) }, react_1.default.createElement("path", { fill: "currentColor", d: "M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z" }))); }; exports.CaretDownIcon.displayName = 'CaretDownIcon';