@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 997 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBrandViacoin = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBrandViacoin = function LIBrandViacoin(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M12.143 1h-1.714L8.267 6.143H5.736L3.57 1H1.857l1.286 3H1.857v1.286h1.835l.37.857H1.857v1.286h2.754L7 13l2.39-5.571h2.753V6.143H9.938l.37-.857h1.835V4h-1.286l1.286-3zM7 9.143l-.723-1.714h1.446L7 9.143z"
})
}));
};
exports.LIBrandViacoin = LIBrandViacoin;