UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

23 lines (21 loc) 856 B
import _JSXStyle from "../styled-jsx.es.js"; import React from 'react'; var SelectIconComponent = function SelectIconComponent() { return /*#__PURE__*/React.createElement("svg", { viewBox: "0 0 24 24", strokeWidth: "1", strokeLinecap: "round", strokeLinejoin: "round", fill: "none", shapeRendering: "geometricPrecision", className: "jsx-2742933678" }, /*#__PURE__*/React.createElement("path", { d: "M6 9l6 6 6-6", className: "jsx-2742933678" }), /*#__PURE__*/React.createElement(_JSXStyle, { id: "2742933678" }, "svg.jsx-2742933678{color:inherit;stroke:currentColor;-webkit-transition:all 200ms ease;transition:all 200ms ease;width:1.214em;height:1.214em;}")); }; SelectIconComponent.displayName = 'GeistSelectIcon'; var SelectIcon = /*#__PURE__*/React.memo(SelectIconComponent); export default SelectIcon;