iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 789 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 Brex = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.69 2.319a3.868 3.868 0 00-3.108 1.547l-.759 1.007a1.658 1.658 0 01-1.313.656H0V21.68h5.296a3.87 3.87 0 003.108-1.547l.759-1.006a1.656 1.656 0 011.313-.657H24V2.319h-5.31zm1.108 11.949h-5.66a3.87 3.87 0 00-3.108 1.547l-.759 1.007a1.658 1.658 0 01-1.313.656H4.202V9.731h5.661a3.868 3.868 0 003.107-1.547l.759-1.006a1.658 1.658 0 011.313-.657h4.771l-.015 7.747z" }));
exports.default = Brex;