UNPKG

@awsui/components-react

Version:

AWS UI is a collection of [React](https://reactjs.org/) components that help create intuitive, responsive, and accessible user experiences for web applications. It is developed by Amazon Web Services (AWS). This work is available under the terms of the [A

9 lines (8 loc) 625 B
import React from 'react'; export var arrowBack = (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" }, React.createElement("polyline", { points: "9,1 2,8 9,15" }), React.createElement("path", { d: "M2,8 L15,8" }))); export var angleDown = (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" }, React.createElement("polyline", { points: "1,4 8,11 15,4" }))); export var angleUp = (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" }, React.createElement("polyline", { points: "1,12 8,5 15,12" })));