iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 750 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const TriangleHalf = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-triangle-half", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8.065 2.016A.13.13 0 008.002 2v11.983l6.856.017a.12.12 0 00.066-.017.2.2 0 00.054-.06.18.18 0 00-.002-.183L8.12 2.073a.15.15 0 00-.054-.057zm-1.043-.45a1.13 1.13 0 011.96 0l6.856 11.667c.458.778-.091 1.767-.98 1.767H1.146c-.889 0-1.437-.99-.98-1.767z" }));
exports.default = TriangleHalf;