@icongo/sti
Version:
Super Tiny Icons
39 lines (38 loc) • 1.12 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STITrello = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STITrello = function STITrello(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "#fff",
"aria-label": "Trello",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#0079bf",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 132,
height: 188,
x: 284,
y: 95,
rx: 23
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 132,
height: 296,
x: 97,
y: 95,
rx: 23
})]
}));
};
exports.STITrello = STITrello;