@gravity-ui/icons
Version:
Pack of Gravity UI icons
5 lines (4 loc) • 444 B
JavaScript
import * as React from 'react';
const TriangleUpFill = (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", d: "M10.164 2.244c-.962-1.665-3.366-1.665-4.329 0L.918 10.749c-.963 1.666.24 3.751 2.165 3.751h9.834c1.925 0 3.128-2.085 2.164-3.751z" })));
export default TriangleUpFill;