iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 715 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 BracketsAngleLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M85.06 43.22L31.11 128l54 84.78a6 6 0 01-1.84 8.28 6 6 0 01-8.28-1.84l-56-88a6 6 0 010-6.44l56-88a6 6 0 0110.12 6.44zm152 81.56l-56-88a6 6 0 10-10.12 6.44L224.89 128l-53.95 84.78a6 6 0 001.84 8.28 6 6 0 008.28-1.84l56-88a6 6 0 000-6.44z" }));
exports.default = BracketsAngleLight;