@icongo/mc
Version:
Micon Icons
13 lines • 814 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCTrello = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1792 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1569.2 128H224.4C100.4 128 0 228.4 0 352c-.4 0 0-16 0 1344 0 123.6 100.4 224 224 224h1344.8c123.2-.8 222.8-100.8 222.8-224V352c.4-123.2-99.2-223.2-222.4-224zM788 1485.2c-.8 58.8-48.4 106.4-107.6 106.4H349.6c-59.2.4-107.6-47.2-108-106.4V468.4c0-59.2 48-107.6 107.6-107.6h331.6c59.2 0 107.6 48 107.6 107.6v1016.8zm772.4-448c0 59.2-48 107.6-107.6 107.6h-324c-59.2 0-107.6-48-107.6-107.6V468.8c0-59.2 48-107.6 107.2-107.6h324.4c59.2 0 107.6 48 107.6 107.6v568.4z"
})
}));
export { MCTrello };