@gravity-ui/icons
Version:
Pack of Gravity UI icons
5 lines (4 loc) • 494 B
JavaScript
import * as React from 'react';
const ChevronUpWide = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.867 9.903a.75.75 0 0 0 1.036.23L8 6.889l5.097 3.244a.75.75 0 0 0 .806-1.266l-5.5-3.5a.75.75 0 0 0-.806 0l-5.5 3.5a.75.75 0 0 0-.23 1.036", clipRule: "evenodd" })));
export default ChevronUpWide;