iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 736 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 Retool = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M0 2.2A2.2 2.2 0 012.2 0h8.6A2.2 2.2 0 0113 2.2v1.7A1.1 1.1 0 0111.9 5H1.1A1.1 1.1 0 010 3.9V2.2zm0 6.9A1.1 1.1 0 011.1 8h20.7a2.2 2.2 0 012.2 2.2v5.7a1.1 1.1 0 01-1.1 1.1H2.2A2.2 2.2 0 010 14.8V9.1zm11 12a1.1 1.1 0 011.1-1.1h10.8a1.1 1.1 0 011.1 1.1v.7a2.2 2.2 0 01-2.2 2.2h-8.6a2.2 2.2 0 01-2.2-2.2v-.7z" }));
exports.default = Retool;