UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 832 B
"use strict"; 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", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-trello", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M14.1 0H1.903C.852 0 .002.85 0 1.9v12.19A1.9 1.9 0 001.902 16h12.199A1.9 1.9 0 0016 14.09V1.9A1.9 1.9 0 0014.1 0M7 11.367a.636.636 0 01-.64.633H3.593a.633.633 0 01-.63-.633V3.583c0-.348.281-.631.63-.633h2.765c.35.002.632.284.633.633zm6.052-3.5a.633.633 0 01-.64.633h-2.78A.636.636 0 019 7.867V3.583a.636.636 0 01.633-.633h2.778c.35.002.631.285.631.633z" })); exports.default = Trello;