@icongo/mc
Version:
Micon Icons
13 lines • 592 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCBuysellads = 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: "m896 602.8 171.6 642.8H724.4L896 602.8zM1792 320v1408c0 106-86 192-192 192H192c-106 0-192-86-192-192V320c0-106 86-192 192-192h1408c106 0 192 86 192 192zm-261.2 1301.2-378-1194.8H639.2l-378 1194.8H624l446.8-366.4 96.8 366.4h363.2z"
})
}));
export { MCBuysellads };