@icongo/sti
Version:
Super Tiny Icons
31 lines • 710 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STITrello = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "#fff",
"aria-label": "Trello",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#0079bf",
rx: "15%"
}), /*#__PURE__*/_jsx("rect", {
width: 132,
height: 188,
x: 284,
y: 95,
rx: 23
}), /*#__PURE__*/_jsx("rect", {
width: 132,
height: 296,
x: 97,
y: 95,
rx: 23
})]
}));
export { STITrello };