iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 914 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 Trello = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M19.52 2.016H4.512A2.515 2.515 0 002 4.528v14.976c0 1.352 1.127 2.48 2.512 2.48h14.976c1.353 0 2.512-1.128 2.512-2.513V4.528c-.032-1.385-1.127-2.512-2.48-2.512zM10.792 17.12a1.21 1.21 0 01-1.191 1.192H5.897c-.644 0-1.192-.548-1.224-1.192V5.784a1.21 1.21 0 011.192-1.192h3.671a1.21 1.21 0 011.192 1.192l.064 11.336zm8.6-4.992A1.21 1.21 0 0118.2 13.32h-3.64a1.21 1.21 0 01-1.191-1.192V5.784a1.21 1.21 0 011.191-1.192h3.64a1.21 1.21 0 011.191 1.192v6.344z", fill: "#323544" }));
exports.default = Trello;