iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 740 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 BracketsAngleThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M83.37 42.15L28.74 128l54.63 85.85a4 4 0 01-1.22 5.52A4 4 0 0180 220a4 4 0 01-3.37-1.85l-56-88a4 4 0 010-4.3l56-88a4 4 0 116.74 4.3zm152 83.7l-56-88a4 4 0 10-6.74 4.3L227.26 128l-54.63 85.85a4 4 0 001.22 5.52 4 4 0 002.15.63 4 4 0 003.37-1.85l56-88a4 4 0 000-4.3z" }));
exports.default = BracketsAngleThin;